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
Constructor 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 useclassDefaultClientConnectionDeprecated.(4.3) useManagedHttpClientConnectionFactory.classDefaultManagedHttpClientConnectionDefaultManagedHttpClientConnectionimplementation.protected classSingleClientConnManager.ConnAdapterDeprecated.The connection adapter used by this manager.Methods in org.apache.http.impl.conn that return ManagedHttpClientConnection Modifier and Type Method Description ManagedHttpClientConnectionManagedHttpClientConnectionFactory. create(HttpRoute route, org.apache.http.config.ConnectionConfig config)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)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 voidPoolingHttpClientConnectionManager. enumAvailable(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback)protected voidPoolingHttpClientConnectionManager. enumLeased(org.apache.http.pool.PoolEntryCallback<HttpRoute,ManagedHttpClientConnection> callback) -
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
-