Uses of Class
org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
| Package | Description |
|---|---|
| org.apache.http.impl.conn |
-
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.PoolEntrySingleClientConnManager. uniquePoolEntryThe 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.