Uses of Class
org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
-
Packages that use SingleClientConnManager.PoolEntry Package Description org.apache.http.impl.conn Default implementations of client connection management functions. -
-
Uses of SingleClientConnManager.PoolEntry in org.apache.http.impl.conn
Fields in org.apache.http.impl.conn declared as SingleClientConnManager.PoolEntry Modifier and Type Field Description protected SingleClientConnManager.PoolEntry
SingleClientConnManager. uniquePoolEntry
Deprecated.The one and only entry in this pool.Constructors in org.apache.http.impl.conn with parameters of type SingleClientConnManager.PoolEntry Constructor Description ConnAdapter(SingleClientConnManager.PoolEntry entry, HttpRoute route)
Creates a new connection adapter.
-