Package org.apache.http.impl.conn

Default implementations of client connection management functions.

See:
          Description

Class Summary
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 Summary
ConnectionShutdownException Signals that the connection has been shut down or released back to the the connection pool
 

Package org.apache.http.impl.conn Description

Default implementations of client connection management functions.