| Interface | Description |
|---|---|
| CookieStorage |
Cookie storage for HttpClient.
|
| HttpEntity |
Http entity.
|
| HttpEntityWrapper |
A wrapper of HttpEntity.
|
| HttpHandler |
Generates a response for each http request.
|
| HttpRequest |
Http request.
|
| HttpResponse |
Http response.
|
| HttpUpgrader |
For handling HTTP Upgrade mechanism.
|
| Class | Description |
|---|---|
| CachedHttpEntity |
Caches the origin entity in memory.
|
| ConnectTunnel |
A TcpTunnel using HTTP CONNECT method.
|
| Cookie |
Http response cookie.
|
| CookieJar |
For managing cookies in a request-response cycle.
|
| HotHttpHandler |
Hot-reloadable HttpHandler.
|
| HttpAccess |
An entry in http access log.
|
| HttpClient |
Http client.
|
| HttpClientConf |
Configuration for HttpClient.
|
| HttpClientConnection |
Http connection from client's perspective.
|
| HttpProxy |
Proxy information for HttpClient.
|
| HttpRequestImpl |
A mutable implementation of HttpRequest.
|
| HttpResponseImpl |
A mutable implementation of HttpResponse.
|
| HttpServer |
Http server.
|
| HttpServerConf |
Configuration for HttpServer.
|
| HttpStatus |
HTTP response status.
|
| SimpleHttpEntity |
An HttpEntity of some bytes.
|
| ThrottledHttpEntity |
Throttles the origin HttpEntity.
|
| Exception | Description |
|---|---|
| HttpResponseException |