Interface | Description |
---|---|
HTTPSession.Factory |
This factory is used by the HTTPServer to create sessions for jobs.
|
IHTTPEncodingHandler |
Interface for defining HTTP encoding handlers.
|
IHTTPTransferCodingHandler |
Interface for defining HTTP transfer coding handlers.
|
Class | Description |
---|---|
CalibrationConstants |
Configuration for
HTTPSession . |
ChunkedTransferCodingHandler |
HTTP-1.1 chunked transfer encoding handler to read and write data in chunked encoding.
|
DefaultHTTPSession |
Default HTTP Session implementation.
|
DefaultHTTPSession.Factory |
This class makes the creation of HTTPServer easier.
|
HTTPConstants |
Constants for HTTP statuses and header fields.
|
HTTPRequest |
Represents a HTTP Request.
|
HTTPResponse |
Represents a HTTP Response.
|
HTTPServer |
HTTP Server.
|
HTTPSession |
Abstract HTTP Session.
|
IdentityEncodingHandler |
HTTP-1.1 Identity encoding handler.
|
IdentityTransferCodingHandler |
Identity transfer coding handler.
|
Exception | Description |
---|---|
UnsupportedHTTPEncodingException |
This exception is thrown when
HTTPConstants.FIELD_TRANSFER_ENCODING or
HTTPConstants.FIELD_CONTENT_ENCODING cannot be handled by the server. |