Uses of Class
org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Packages that use BasicPoolEntry Package Description org.apache.http.impl.conn.tsccm Deprecated. -
-
Uses of BasicPoolEntry in org.apache.http.impl.conn.tsccm
Fields in org.apache.http.impl.conn.tsccm with type parameters of type BasicPoolEntry Modifier and Type Field Description protected java.util.Queue<BasicPoolEntry>
ConnPoolByRoute. freeConnections
Deprecated.The list of free connectionsprotected java.util.LinkedList<BasicPoolEntry>
RouteSpecificPool. freeEntries
Deprecated.The list of free entries.protected java.util.Set<BasicPoolEntry>
AbstractConnPool. leasedConnections
Deprecated.protected java.util.Set<BasicPoolEntry>
ConnPoolByRoute. leasedConnections
Deprecated.References to issued connectionsMethods in org.apache.http.impl.conn.tsccm that return BasicPoolEntry Modifier and Type Method Description BasicPoolEntry
RouteSpecificPool. allocEntry(java.lang.Object state)
Deprecated.Obtains a free entry from this pool, if one is available.protected BasicPoolEntry
ConnPoolByRoute. createEntry(RouteSpecificPool rospl, ClientConnectionOperator op)
Deprecated.Creates a new pool entry.BasicPoolEntry
AbstractConnPool. getEntry(HttpRoute route, java.lang.Object state, long timeout, java.util.concurrent.TimeUnit tunit)
Deprecated.Obtains a pool entry with a connection within the given timeout.protected BasicPoolEntry
ConnPoolByRoute. getEntryBlocking(HttpRoute route, java.lang.Object state, long timeout, java.util.concurrent.TimeUnit tunit, WaitingThreadAborter aborter)
Deprecated.Obtains a pool entry with a connection within the given timeout.protected BasicPoolEntry
ConnPoolByRoute. getFreeEntry(RouteSpecificPool rospl, java.lang.Object state)
Deprecated.If available, get a free pool entry for a route.BasicPoolEntry
PoolEntryRequest. getPoolEntry(long timeout, java.util.concurrent.TimeUnit tunit)
Deprecated.Obtains a pool entry with a connection within the given timeout.Methods in org.apache.http.impl.conn.tsccm that return types with arguments of type BasicPoolEntry Modifier and Type Method Description protected java.util.Queue<BasicPoolEntry>
ConnPoolByRoute. createFreeConnQueue()
Deprecated.Creates the queue forConnPoolByRoute.freeConnections
.Methods in org.apache.http.impl.conn.tsccm with parameters of type BasicPoolEntry Modifier and Type Method Description void
RouteSpecificPool. createdEntry(BasicPoolEntry entry)
Deprecated.Indicates creation of an entry for this pool.protected void
ConnPoolByRoute. deleteEntry(BasicPoolEntry entry)
Deprecated.Deletes a given pool entry.boolean
RouteSpecificPool. deleteEntry(BasicPoolEntry entry)
Deprecated.Deletes an entry from this pool.abstract void
AbstractConnPool. freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, java.util.concurrent.TimeUnit timeUnit)
Deprecated.Returns an entry into the pool.void
ConnPoolByRoute. freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, java.util.concurrent.TimeUnit timeUnit)
Deprecated.void
RouteSpecificPool. freeEntry(BasicPoolEntry entry)
Deprecated.Returns an allocated entry to this pool.Constructors in org.apache.http.impl.conn.tsccm with parameters of type BasicPoolEntry Constructor Description BasicPoolEntryRef(BasicPoolEntry entry, java.lang.ref.ReferenceQueue<java.lang.Object> queue)
Deprecated.Creates a new reference to a pool entry.
-