org.apache.http.impl.conn and related classes.See: Description
| Class | Description |
|---|---|
| AbstractClientConnAdapter | |
| AbstractPooledConnAdapter | |
| AbstractPoolEntry |
A pool entry for use by connection manager implementations.
|
| DefaultClientConnection |
Default implementation of an operated client connection.
|
| DefaultClientConnectionOperator |
Default implementation of a
ClientConnectionOperator. |
| DefaultHttpRoutePlanner |
Default implementation of an
HttpRoutePlanner. |
| DefaultResponseParser |
Default HTTP response parser implementation.
|
| IdleConnectionHandler | Deprecated
no longer used
|
| LoggingSessionInputBuffer |
Logs all data read to the wire LOG.
|
| LoggingSessionOutputBuffer |
Logs all data written to the wire LOG.
|
| ProxySelectorRoutePlanner |
Default implementation of an
HttpRoutePlanner. |
| SchemeRegistryFactory | |
| SingleClientConnManager |
A connection manager for a single connection.
|
| 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-2012 The Apache Software Foundation. All Rights Reserved.