Package org.apache.http.impl.conn

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

See:
          Description

Class Summary
AbstractClientConnAdapter Abstract adapter from operated to managed client connections.
AbstractPooledConnAdapter Abstract adapter from pool entries to managed client connections.
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 A helper class for connection managers to track idle connections.
LoggingSessionInputBuffer Logs all data read to the wire LOG.
LoggingSessionOutputBuffer Logs all data written to the wire LOG.
ProxySelectorRoutePlanner Default implementation of an HttpRoutePlanner.
SingleClientConnManager A connection manager for a single connection.
Wire Logs data to the wire LOG.
 

Package org.apache.http.impl.conn Description

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



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.