- read() - Method in class ej.hoka.http.body.HTTPPart
-
- read(byte[], int, int) - Method in class ej.hoka.http.body.HTTPPart
-
- read() - Method in class ej.hoka.io.ChunkedMessageBodyInputStream
-
Reads the next byte from the InputStream used in the constructor.
- read(byte[], int, int) - Method in class ej.hoka.io.ChunkedMessageBodyInputStream
-
Reads up to length
bytes to the byte array data
starting with offset
.
- read() - Method in class ej.hoka.io.IdentityMessageBodyInputStream
-
Reads the next byte of data from the input stream.
- read(byte[], int, int) - Method in class ej.hoka.io.IdentityMessageBodyInputStream
-
Reads up to length
bytes of data from the underlying InputStream
into an array of bytes.
- registerEncodingHandler(IHTTPEncodingHandler) - Method in class ej.hoka.http.HTTPServer
-
Registers a new HTTP content encoding handler.
- registerTransferCodingHandler(IHTTPTransferCodingHandler) - Method in class ej.hoka.http.HTTPServer
-
Registers a new HTTP transfer coding handler.
- RESPONSE_BAD_REQUEST - Static variable in class ej.hoka.http.HTTPResponse
-
An empty HTTP response with status code 400.
- RESPONSE_FORBIDDEN - Static variable in class ej.hoka.http.HTTPResponse
-
An empty HTTP response with status code 403.
- RESPONSE_INTERNAL_ERROR - Static variable in class ej.hoka.http.HTTPResponse
-
An empty HTTP response with status code 500.
- RESPONSE_METHOD_NOT_ALLOWED - Static variable in class ej.hoka.http.HTTPResponse
-
An empty HTTP response with status code 405.
- RESPONSE_MOVED_PERMANENTLY - Static variable in class ej.hoka.http.HTTPResponse
-
An empty HTTP response with status code 301.
- RESPONSE_NOT_ACCEPTABLE - Static variable in class ej.hoka.http.HTTPResponse
-
An empty HTTP response with status code 406.
- RESPONSE_NOT_FOUND - Static variable in class ej.hoka.http.HTTPResponse
-
An empty HTTP response with status code 404.
- RESPONSE_NOT_IMPLEMENTED - Static variable in class ej.hoka.http.HTTPResponse
-
An empty HTTP response with status code 501.
- RESPONSE_NOT_MODIFIED - Static variable in class ej.hoka.http.HTTPResponse
-
An empty HTTP response with status code 304.
- RESPONSE_OK - Static variable in class ej.hoka.http.HTTPResponse
-
An empty HTTP response with status code 200.
- RESPONSE_UNSUPPORTED_MEDIA_TYPE - Static variable in class ej.hoka.http.HTTPResponse
-
An empty HTTP response with status code 415.