Uses of Class
org.apache.http.impl.pool.BasicPoolEntry
-
Packages that use BasicPoolEntry Package Description 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 Modifier and Type Method Description protected BasicPoolEntry
BasicConnPool. createEntry(HttpHost host, HttpClientConnection conn)
Methods in org.apache.http.impl.pool with parameters of type BasicPoolEntry Modifier and Type Method Description protected boolean
BasicConnPool. validate(BasicPoolEntry entry)
-