Uses of Class
org.apache.http.impl.nio.conn.CPoolEntry
-
Packages that use CPoolEntry Package Description org.apache.http.impl.nio.conn 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 CPoolEntry Modifier and Type Field Description private CPoolEntry
CPoolProxy. poolEntry
Methods in org.apache.http.impl.nio.conn that return CPoolEntry Modifier and Type Method Description protected 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 CPoolEntry Modifier and Type Method Description private java.lang.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 Constructor Description CPoolProxy(CPoolEntry entry)
-