- CharacterSeparatedList - Class in ej.hoka.http.support
-
Abstract class for implementing parsers for character separated lists.
- CharacterSeparatedList(char) - Constructor for class ej.hoka.http.support.CharacterSeparatedList
-
- ChunkedMessageBodyInputStream - Class in ej.hoka.io
-
Input Stream for reading HTTP 1.1 Chunked transfer encoding data.
- ChunkedMessageBodyInputStream(InputStream) - Constructor for class ej.hoka.io.ChunkedMessageBodyInputStream
-
Creates a new ChunkedMessageBodyInputStream
using the InputStream is
as the underlying
data source.
- ChunkedMessageBodyOutputStream - Class in ej.hoka.io
-
Output Stream for writing HTTP 1.1 Chunked transfer encoding data.
- ChunkedMessageBodyOutputStream(OutputStream) - Constructor for class ej.hoka.io.ChunkedMessageBodyOutputStream
-
- ChunkedTransferCodingHandler - Class in ej.hoka.http.encoding
-
HTTP-1.1 chunked transfer encoding handler to read and write data in chunked encoding.
- ClasspathFilesHandler - Class in ej.hoka.http.requesthandler
-
Class path Files Handler .
- ClasspathFilesHandler.ClasspathFilesHandlerBuilder - Class in ej.hoka.http.requesthandler
-
- CLOSE - Static variable in class ej.hoka.http.HttpConstants
-
Value for HTTP header field "Connection" (close
).
- close() - Method in class ej.hoka.io.ChunkedMessageBodyInputStream
-
Reads all remaining message body data and closes this input stream.
- close() - Method in class ej.hoka.io.ChunkedMessageBodyOutputStream
-
Close this output stream.
- close() - Method in class ej.hoka.io.IdentityMessageBodyInputStream
-
Reads all remaining message body data and then close this input stream.
- close() - Method in class ej.hoka.io.IdentityMessageBodyOutputStream
-
Closes this output stream and flushes the underlying OutputStream
.
- Config - Class in ej.hoka.http
-
Load and provide server configuration form hoka.properties on the classpath.
- CONNECT - Static variable in class ej.hoka.http.HttpRequest
-
- connect(String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP CONNECT requests on the path.
- connect(String, String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP CONNECT requests on the path.
- connectionTimeout(int) - Method in class ej.hoka.http.HttpServer.HttpServerBuilder
-
By default, server is configured to keep connection open during one minute if possible.
- ContentEncoding - Interface in ej.hoka.http.encoding
-
Interface for defining HTTP encoding handlers.
- ContentType - Class in ej.hoka.http.support
-
This class handles the HTTP Content-Type header field.
- ContentType() - Constructor for class ej.hoka.http.support.ContentType
-
Empty Constructor.
- ContentType(String) - Constructor for class ej.hoka.http.support.ContentType
-
Constructor with MIME type parameter.
- ContentType(String, String) - Constructor for class ej.hoka.http.support.ContentType
-
Constructor with MIME type and character set parameters.
- Cookie - Class in ej.hoka.http
-
Web Cookie.
- Cookie.Builder - Class in ej.hoka.http
-
Cookie builder.
- Cookie.SameSite - Enum in ej.hoka.http
-
Same site values.
- CR - Static variable in class ej.hoka.http.support.CharacterSeparatedList
-
Carriage Return character.
- currentString - Variable in class ej.hoka.http.support.CharacterSeparatedList
-
Current string being parsed.