Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W _ 

C

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
Creates a new instance of CharacterSeparatedList using the character separator as the separator character.
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
Creates a new instance of ChunkedMessageBodyOutputStream using the specified OutputStream as the underlying OutputStream.
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
Value returned by HttpRequest.getMethod() if the request method is CONNECT.
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.
See: RFC HTTP/1.1 RFC2616 14.1 Content-Type
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
Response cookie
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.
A B C D E F G H I K L M N O P Q R S T U V W _ 
Skip navigation links