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 CPoolEntryCPoolProxy. poolEntryMethods in org.apache.http.impl.nio.conn that return CPoolEntry Modifier and Type Method Description protected 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 CPoolEntry Modifier and Type Method Description private java.lang.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 Constructor Description CPoolProxy(CPoolEntry entry)
-