Uses of Interface
org.apache.http.conn.HttpRoutedConnection
-
Packages that use HttpRoutedConnection Package Description org.apache.http.conn Client connection management APIs.org.apache.http.impl.conn Default implementations of client connection management functions.org.apache.http.impl.conn.tsccm Deprecated. -
-
Uses of HttpRoutedConnection in org.apache.http.conn
Subinterfaces of HttpRoutedConnection in org.apache.http.conn Modifier and Type Interface Description interfaceManagedClientConnectionDeprecated.(4.3) replaced byHttpClientConnectionManager. -
Uses of HttpRoutedConnection in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement HttpRoutedConnection Modifier and Type Class Description classAbstractClientConnAdapterDeprecated.(4.2) do not useclassAbstractPooledConnAdapterDeprecated.(4.2) do not use(package private) classManagedClientConnectionImplDeprecated.(4.3) useManagedHttpClientConnectionFactory.protected classSingleClientConnManager.ConnAdapterDeprecated.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 Modifier and Type Class Description classBasicPooledConnAdapterDeprecated.(4.2) do not use
-