- CalibrationConstants - Class in ej.hoka.http
-
- CATEGORY_HOKA - Static variable in class ej.hoka.log.Messages
-
Hoka category message.
- 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.
- 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
.
- CONNECTION_CLOSED - Static variable in class ej.hoka.log.Messages
-
The connection is closed.
- CONNECTION_LOST - Static variable in class ej.hoka.log.Messages
-
The connection is lost.
- 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_NAME - Static variable in class ej.hoka.auth.session.CookieBasedSessionConfiguration
-
The name of the cookie used to store session ID.
- CookieBasedSessionConfiguration - Class in ej.hoka.auth.session
-
Configuration for the cookie-based session authentication.
- CR - Static variable in class ej.hoka.http.support.CharacterSeparatedList
-
Carriage Return character.
- createError(String, String) - Static method in class ej.hoka.http.HTTPResponse
-
Create a
HTTPResponse
to write the
msg
for the given
status
.
- createResponseFromStatus(String) - Static method in class ej.hoka.http.HTTPResponse
-
- currentString - Variable in class ej.hoka.http.support.CharacterSeparatedList
-
Current string being parsed.