Uses of Class
org.apache.http.pool.AbstractConnPool

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

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

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



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