Uses of Class
org.apache.http.impl.conn.CPoolEntry
-
Packages that use CPoolEntry Package Description org.apache.http.impl.conn Default implementations of client connection management functions. -
-
Uses of CPoolEntry in org.apache.http.impl.conn
Fields in org.apache.http.impl.conn declared as CPoolEntry Modifier and Type Field Description private CPoolEntryCPoolProxy. poolEntryMethods in org.apache.http.impl.conn that return CPoolEntry Modifier and Type Method Description protected CPoolEntryCPool. createEntry(HttpRoute route, ManagedHttpClientConnection conn)(package private) CPoolEntryCPoolProxy. detach()static CPoolEntryCPoolProxy. detach(org.apache.http.HttpClientConnection conn)(package private) CPoolEntryCPoolProxy. getPoolEntry()static CPoolEntryCPoolProxy. getPoolEntry(org.apache.http.HttpClientConnection proxy)Methods in org.apache.http.impl.conn with parameters of type CPoolEntry Modifier and Type Method Description private java.lang.StringPoolingHttpClientConnectionManager. format(CPoolEntry entry)static org.apache.http.HttpClientConnectionCPoolProxy. newProxy(CPoolEntry poolEntry)protected booleanCPool. validate(CPoolEntry entry)Method parameters in org.apache.http.impl.conn with type arguments of type CPoolEntry Modifier and Type Method Description protected org.apache.http.HttpClientConnectionPoolingHttpClientConnectionManager. leaseConnection(java.util.concurrent.Future<CPoolEntry> future, long timeout, java.util.concurrent.TimeUnit timeUnit)Constructors in org.apache.http.impl.conn with parameters of type CPoolEntry Constructor Description CPoolProxy(CPoolEntry entry)
-