Package org.apache.http.impl.conn

Default implementations for interfaces in org.apache.http.impl.conn and related classes.

See:
          Description

Class Summary
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 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 for interfaces in org.apache.http.impl.conn and related classes.



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.