Uses of Class
org.apache.http.impl.pool.BasicPoolEntry

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

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

Methods in org.apache.http.impl.pool that return BasicPoolEntry
protected  BasicPoolEntry BasicConnPool.createEntry(HttpHost host, HttpClientConnection conn)
           
 

Methods in org.apache.http.impl.pool with parameters of type BasicPoolEntry
protected  boolean BasicConnPool.validate(BasicPoolEntry entry)
           
 



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