Package | Description |
---|---|
ej.hoka.http.encoding |
HTTP request/response encoding.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityContentEncoding
HTTP-1.1 Identity encoding handler.
|
Modifier and Type | Method and Description |
---|---|
ContentEncoding |
EncodingRegistry.getAcceptEncodingHandler(java.lang.String encoding)
Returns the most suitable
ContentEncoding to match the encodings described in
Accept-Encoding header. |
ContentEncoding |
EncodingRegistry.getContentEncoding(java.lang.String encoding)
Return the
ContentEncoding corresponding to the given encoding. |
Modifier and Type | Method and Description |
---|---|
void |
EncodingRegistry.registerContentEncoding(ContentEncoding handler)
Registers a new HTTP content encoding handler.
|