Uses of Interface
org.apache.http.conn.ManagedHttpClientConnection
-
Packages that use ManagedHttpClientConnection Package Description org.apache.http.conn Client connection management APIs.org.apache.http.impl.client Default HTTP client implementation.org.apache.http.impl.conn Default implementations of client connection management functions.org.apache.http.impl.conn.tsccm Deprecated. -
-
Uses of ManagedHttpClientConnection in org.apache.http.conn
Subinterfaces of ManagedHttpClientConnection in org.apache.http.conn Modifier and Type Interface Description interfaceManagedClientConnectionDeprecated.(4.3) replaced byHttpClientConnectionManager.Methods in org.apache.http.conn with parameters of type ManagedHttpClientConnection Modifier and Type Method Description voidHttpClientConnectionOperator. connect(ManagedHttpClientConnection conn, org.apache.http.HttpHost host, java.net.InetSocketAddress localAddress, int connectTimeout, org.apache.http.config.SocketConfig socketConfig, org.apache.http.protocol.HttpContext context)voidHttpClientConnectionOperator. upgrade(ManagedHttpClientConnection conn, org.apache.http.HttpHost host, org.apache.http.protocol.HttpContext context) -
Uses of ManagedHttpClientConnection in org.apache.http.impl.client
Fields in org.apache.http.impl.client with type parameters of type ManagedHttpClientConnection Modifier and Type Field Description private HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection>ProxyClient. connFactoryConstructor parameters in org.apache.http.impl.client with type arguments of type ManagedHttpClientConnection Constructor Description ProxyClient(HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection> connFactory, org.apache.http.config.ConnectionConfig connectionConfig, RequestConfig requestConfig) -
Uses of ManagedHttpClientConnection in org.apache.http.impl.conn
Classes in org.apache.http.impl.conn that implement ManagedHttpClientConnection Modifier and Type Class Description classAbstractClientConnAdapterDeprecated.(4.2) do not useclassAbstractPooledConnAdapterDeprecated.(4.2) do not use(package private) classCPoolProxyclassDefaultClientConnectionDeprecated.(4.3) useManagedHttpClientConnectionFactory.classDefaultManagedHttpClientConnectionDefaultManagedHttpClientConnectionimplementation.(package private) classLoggingManagedHttpClientConnection(package private) classManagedClientConnectionImplDeprecated.(4.3) useManagedHttpClientConnectionFactory.protected classSingleClientConnManager.ConnAdapterDeprecated.The connection adapter used by this manager.Fields in org.apache.http.impl.conn declared as ManagedHttpClientConnection Modifier and Type Field Description private ManagedHttpClientConnectionBasicHttpClientConnectionManager. connFields in org.apache.http.impl.conn with type parameters of type ManagedHttpClientConnection Modifier and Type Field Description private HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection>BasicHttpClientConnectionManager. connFactoryprivate HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection>PoolingHttpClientConnectionManager.InternalConnectionFactory. connFactoryMethods in org.apache.http.impl.conn that return ManagedHttpClientConnection Modifier and Type Method Description ManagedHttpClientConnectionManagedHttpClientConnectionFactory. create(HttpRoute route, org.apache.http.config.ConnectionConfig config)ManagedHttpClientConnectionPoolingHttpClientConnectionManager.InternalConnectionFactory. create(HttpRoute route)(package private) ManagedHttpClientConnectionCPoolProxy. getConnection()(package private) ManagedHttpClientConnectionCPoolProxy. getValidConnection()Methods in org.apache.http.impl.conn with parameters of type ManagedHttpClientConnection Modifier and Type Method Description voidDefaultHttpClientConnectionOperator. connect(ManagedHttpClientConnection conn, org.apache.http.HttpHost host, java.net.InetSocketAddress localAddress, int connectTimeout, org.apache.http.config.SocketConfig socketConfig, org.apache.http.protocol.HttpContext context)protected CPoolEntryCPool. createEntry(HttpRoute route, ManagedHttpClientConnection conn)voidDefaultHttpClientConnectionOperator. upgrade(ManagedHttpClientConnection conn, org.apache.http.HttpHost host, org.apache.http.protocol.HttpContext context)Method parameters in org.apache.http.impl.conn with type arguments of type ManagedHttpClientConnection Modifier and Type Method Description protected voidCPool. enumAvailable(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback)protected voidPoolingHttpClientConnectionManager. enumAvailable(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback)protected voidCPool. enumLeased(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback)protected voidPoolingHttpClientConnectionManager. enumLeased(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback)Constructors in org.apache.http.impl.conn with parameters of type ManagedHttpClientConnection Constructor Description CPoolEntry(org.apache.commons.logging.Log log, java.lang.String id, HttpRoute route, ManagedHttpClientConnection conn, long timeToLive, java.util.concurrent.TimeUnit timeUnit) -
Uses of ManagedHttpClientConnection in org.apache.http.impl.conn.tsccm
Classes in org.apache.http.impl.conn.tsccm that implement ManagedHttpClientConnection Modifier and Type Class Description classBasicPooledConnAdapterDeprecated.(4.2) do not use
-