org.apache.http.impl.conn
and related classes.See: Description
Class | Description |
---|---|
AbstractClientConnAdapter | Deprecated
(4.2) do not use
|
AbstractPooledConnAdapter | Deprecated
(4.2) do not use
|
AbstractPoolEntry | Deprecated
(4.2) do not use
|
BasicClientConnectionManager |
A connection manager for a single connection.
|
DefaultClientConnection |
Default implementation of an operated client connection.
|
DefaultClientConnectionOperator |
Default implementation of a
ClientConnectionOperator . |
DefaultHttpResponseParser |
Default HTTP response parser implementation.
|
DefaultHttpRoutePlanner |
Default implementation of an
HttpRoutePlanner . |
DefaultResponseParser | Deprecated
(4.2) use
DefaultHttpResponseParser |
IdleConnectionHandler | Deprecated
(4.1) no longer used
|
InMemoryDnsResolver |
In-memory DNS resolver implementation.
|
LoggingSessionInputBuffer |
Logs all data read to the wire LOG.
|
LoggingSessionOutputBuffer |
Logs all data written to the wire LOG.
|
PoolingClientConnectionManager |
Manages a pool of
client connections and
is able to service connection requests from multiple execution threads. |
ProxySelectorRoutePlanner |
Default implementation of an
HttpRoutePlanner . |
SchemeRegistryFactory | |
SingleClientConnManager | Deprecated
(4.2) use
BasicClientConnectionManager |
SystemDefaultDnsResolver |
DNS resolver that uses the default OS implementation for resolving host names.
|
Wire |
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
|
org.apache.http.impl.conn
and related classes.Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.