Uses of Interface
org.apache.http.conn.HttpRoutedConnection

Packages that use HttpRoutedConnection
org.apache.http.conn The client-side connection management and handling API that provides interfaces and implementations for opening and managing client side HTTP connections. 
org.apache.http.impl.conn Default implementations for interfaces in org.apache.http.impl.conn and related classes. 
org.apache.http.impl.conn.tsccm The implementation of a thread-safe client connection manager. 
 

Uses of HttpRoutedConnection in org.apache.http.conn
 

Subinterfaces of HttpRoutedConnection in org.apache.http.conn
 interface ManagedClientConnection
          A client-side connection with advanced connection logic.
 

Uses of HttpRoutedConnection in org.apache.http.impl.conn
 

Classes in org.apache.http.impl.conn that implement HttpRoutedConnection
 class AbstractClientConnAdapter
          Abstract adapter from operated to managed client connections.
 class AbstractPooledConnAdapter
          Abstract adapter from pool entries to managed client connections.
protected  class SingleClientConnManager.ConnAdapter
          The connection adapter used by this manager.
 

Uses of HttpRoutedConnection in org.apache.http.impl.conn.tsccm
 

Classes in org.apache.http.impl.conn.tsccm that implement HttpRoutedConnection
 class BasicPooledConnAdapter
          A connection wrapper and callback handler.
 



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