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
Subclasses with type arguments of type CPoolEntry in org.apache.http.impl.nio.connFields in org.apache.http.impl.nio.conn declared as CPoolEntryMethods in org.apache.http.impl.nio.conn that return CPoolEntryModifier and TypeMethodDescriptionprotected CPoolEntryCPool.createEntry(org.apache.http.conn.routing.HttpRoute route, ManagedNHttpClientConnection conn) (package private) CPoolEntryCPoolProxy.detach()static CPoolEntryCPoolProxy.detach(org.apache.http.nio.NHttpClientConnection proxy) (package private) CPoolEntryCPoolProxy.getPoolEntry()static CPoolEntryCPoolProxy.getPoolEntry(org.apache.http.nio.NHttpClientConnection proxy) Methods in org.apache.http.impl.nio.conn with parameters of type CPoolEntryModifier and TypeMethodDescriptionprivate StringPoolingNHttpClientConnectionManager.format(CPoolEntry entry) static org.apache.http.nio.NHttpClientConnectionCPoolProxy.newProxy(CPoolEntry poolEntry) protected voidCPool.onLease(CPoolEntry entry) protected voidCPool.onRelease(CPoolEntry entry) Constructors in org.apache.http.impl.nio.conn with parameters of type CPoolEntry