| Package | Description |
|---|---|
| ej.hoka.http |
Base HTTP handling classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityEncodingHandler
HTTP-1.1 Identity encoding handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected IHTTPEncodingHandler |
HTTPSession.getAcceptEncodingHandler(java.lang.String encodingParam)
Returns the most suitable
IHTTPEncodingHandler to match the encodings described in
Accept-Encoding header. |
protected IHTTPEncodingHandler |
HTTPServer.getEncodingHandler(java.lang.String encoding)
Return the
IHTTPEncodingHandler corresponding to the given encoding. |
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPServer.registerEncodingHandler(IHTTPEncodingHandler handler)
Registers a new HTTP content encoding handler.
|
protected void |
HTTPSession.sendResponse(HTTPResponse response,
IHTTPEncodingHandler encodingHandler)
Sends the given
HTTPResponse to the previously initialized Socket. |
protected void |
HTTPSession.writeResponse(HTTPResponse response,
IHTTPEncodingHandler encodingHandler,
java.io.OutputStream output)
|