@NonNullByDefault
Package ej.hoka.http.encoding
HTTP request/response encoding.
-
Interface Summary Interface Description ContentEncoding Interface for defining HTTP encoding handlers.TransferEncoding Interface for defining HTTP transfer coding handlers. -
Class Summary 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 Summary Exception Description HttpUnsupportedEncodingException This exception is thrown whenHttpConstants.HEADER_TRANSFER_ENCODINGorHttpConstants.HEADER_CONTENT_ENCODINGcannot be handled by the server.