Uses of Interface
org.apache.http.pool.ConnPoolControl

Packages that use ConnPoolControl
org.apache.http.impl.pool Default implementations of client side connection pools for synchronous, blocking communication. 
org.apache.http.pool Client side connection pools APIs for synchronous, blocking communication. 
 

Uses of ConnPoolControl in org.apache.http.impl.pool
 

Classes in org.apache.http.impl.pool that implement ConnPoolControl
 class BasicConnPool
          A very basic ConnPool implementation that represents a pool of blocking HttpClientConnection connections identified by an HttpHost instance.
 

Uses of ConnPoolControl in org.apache.http.pool
 

Classes in org.apache.http.pool that implement ConnPoolControl
 class AbstractConnPool<T,C,E extends PoolEntry<T,C>>
          Abstract synchronous (blocking) pool of connections.
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.