Uses of Class
org.apache.http.impl.nio.conn.CPoolEntry
Packages that use CPoolEntry
Package
Description
Default implementations of asynchronous client connection
management functions.
-
Uses of CPoolEntry in org.apache.http.impl.nio.conn
Fields in org.apache.http.impl.nio.conn declared as CPoolEntryMethods in org.apache.http.impl.nio.conn that return CPoolEntryModifier and TypeMethodDescriptionprotected CPoolEntry
CPool.createEntry
(org.apache.http.conn.routing.HttpRoute route, ManagedNHttpClientConnection conn) (package private) CPoolEntry
CPoolProxy.detach()
static CPoolEntry
CPoolProxy.detach
(org.apache.http.nio.NHttpClientConnection proxy) (package private) CPoolEntry
CPoolProxy.getPoolEntry()
static CPoolEntry
CPoolProxy.getPoolEntry
(org.apache.http.nio.NHttpClientConnection proxy) Methods in org.apache.http.impl.nio.conn with parameters of type CPoolEntryModifier and TypeMethodDescriptionprivate String
PoolingNHttpClientConnectionManager.format
(CPoolEntry entry) static org.apache.http.nio.NHttpClientConnection
CPoolProxy.newProxy
(CPoolEntry poolEntry) protected void
CPool.onLease
(CPoolEntry entry) protected void
CPool.onRelease
(CPoolEntry entry) Constructors in org.apache.http.impl.nio.conn with parameters of type CPoolEntry