Interface | Description |
---|---|
ContentEncoding |
Interface for defining HTTP encoding handlers.
|
TransferEncoding |
Interface for defining HTTP transfer coding handlers.
|
Class | Description |
---|---|
ChunkedTransferCodingHandler |
HTTP-1.1 chunked transfer encoding handler to read and write data in chunked encoding.
|
EncodingRegistry |
Class that stores a register of available encoding and transfer coding handlers.
|
IdentityContentEncoding |
HTTP-1.1 Identity encoding handler.
|
IdentityTransferEncoding |
Identity transfer coding handler.
|
Exception | Description |
---|---|
HttpUnsupportedEncodingException |
This exception is thrown when
HttpConstants.HEADER_TRANSFER_ENCODING or
HttpConstants.HEADER_CONTENT_ENCODING cannot be handled by the server. |