- CalibrationConstants - Class in ej.hoka.http
-
- CATEGORY - Static variable in class ej.hoka.log.Messages
-
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
-
- checkHTTPError(HTTPResponse) - Method in class ej.hoka.http.HTTPSession
-
Returns true if the
HTTPResponse
contains a "HTTP 200 OK" response code.
- 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
-
HTTP-1.1 chunked transfer encoding handler to read and write data in chunked encoding.
- close() - Method in class ej.hoka.http.HTTPResponse
-
- 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
.
- closeConnection() - Method in class ej.hoka.http.HTTPSession
-
Close the current server connection.
- CONNECTION_CLOSED - Static variable in class ej.hoka.log.Messages
-
The connection is closed.
- CONNECTION_FIELD_VALUE_CLOSE - Static variable in class ej.hoka.http.HTTPConstants
-
Value for HTTP header field "Connection" (close
).
- CONNECTION_FIELD_VALUE_KEEP_ALIVE - Static variable in class ej.hoka.http.HTTPConstants
-
Value for HTTP header field "Connection" (keep-alive
).
- 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.
- CR - Static variable in class ej.hoka.http.support.CharacterSeparatedList
-
Carriage Return character.
- createErrorResponse(String, String) - Static method in class ej.hoka.http.HTTPSession
-
Create a
HTTPResponse
to write the
msg
for the given
status
.
- currentString - Variable in class ej.hoka.http.support.CharacterSeparatedList
-
Current string being parsed.