See: Description
| Class | Description |
|---|---|
| BasicHttpClientConnectionManager |
A connection manager for a single connection.
|
| DefaultHttpResponseParser |
Lenient HTTP response parser implementation that can skip malformed data until
a valid HTTP response message head is encountered.
|
| DefaultHttpResponseParserFactory |
Default factory for response message parsers.
|
| DefaultManagedHttpClientConnection |
Default
ManagedHttpClientConnection implementation. |
| DefaultProxyRoutePlanner |
Implementation of an
HttpRoutePlanner
that routes requests through a default proxy. |
| DefaultRoutePlanner |
Default implementation of an
HttpRoutePlanner. |
| DefaultSchemePortResolver |
Default
SchemePortResolver. |
| InMemoryDnsResolver |
In-memory
DnsResolver implementation. |
| ManagedHttpClientConnectionFactory |
Factory for
ManagedHttpClientConnection instances. |
| PoolingHttpClientConnectionManager |
ClientConnectionPoolManager maintains a pool of
HttpClientConnections and is able to service connection requests
from multiple execution threads. |
| SystemDefaultDnsResolver |
DNS resolver that uses the default OS implementation for resolving host names.
|
| SystemDefaultRoutePlanner |
HttpRoutePlanner implementation
based on ProxySelector. |
| WireHC4 |
Logs data to the wire LOG.
|
| Exception | Description |
|---|---|
| ConnectionShutdownException |
Signals that the connection has been shut down or released back to the
the connection pool
|
Copyright © 1999-2015 The Apache Software Foundation. All rights reserved.