Internal implementation of HTTP client and server.
See: Description
| Class Summary | |
|---|---|
| AuthorizationHandler | Class AuthorizationHandler manages AdAuthorizationInfo instances |
| AuthorizationInfo | Abstract superclass for HTTP authorization information. |
| BASE64Encoder | Class BASE64Encoder implements the BASE64 encoding algorithm |
| Challenge | Class Challenge holds a http authentication challenge |
| HttpClient | Class HttpClient implements a HTTP client |
| HttpClientMethod | Class HttpClientMethod encapsulates a http client method |
| HttpClientPool | Class HttpClientPool implements a pool for http client connections |
| HttpConnectionHandler | Class HttpConnectionHandler is responsible for handling an incoming connection |
| HttpContentHandler | Class HttpContentHandler is responsible for handling the content of an http connection. |
| HttpException | Class HttpException represents HTTP related problems |
| HttpHeader | Class HttpHeader represents a http header block |
| HttpHeaderParser | Class HttpHeaderParser parses http headers |
| HttpHeader.HeaderEntry | Class HeaderEntry represents a single header field |
| HttpMethod | Class HttpMethod provides a method to read a line from a given input stream |
| HttpParseException | Class HttpParseException represents problems parsing http challenges |
| HttpServerConnection | Class HttpServerConnection implements the outer shell of a HTTP server. |
| HttpServerMethod | Class HttpServerMethod is responsible for |
| HttpServerWorker | Class HttpServerWorker forwards incoming connections to a handler |
| HttpSocketFactory | Class HttpSocketFactory manages socket factories |
| HttpUrlConnection | Class HttpUrlConnection encapsulates a http connection |
| MessageReader | Class MessageReader is responsible for reading http messages |
| MessageWriter | Class MessageWriter is responsible for creating http messages |
| PegasusLocalAuthInfo | Implements OpenPegasus local authentication |
| WwwAuthInfo | Implements HTTP basic and digest authentication |