Uses of Class
org.apache.http.impl.conn.tsccm.BasicPoolEntry
Packages that use BasicPoolEntry
-
Uses of BasicPoolEntry in org.apache.http.impl.conn.tsccm
Fields in org.apache.http.impl.conn.tsccm with type parameters of type BasicPoolEntryModifier and TypeFieldDescriptionprotected final Queue<BasicPoolEntry> ConnPoolByRoute.freeConnectionsDeprecated.The list of free connectionsprotected final LinkedList<BasicPoolEntry> RouteSpecificPool.freeEntriesDeprecated.The list of free entries.protected Set<BasicPoolEntry> AbstractConnPool.leasedConnectionsDeprecated.protected final Set<BasicPoolEntry> ConnPoolByRoute.leasedConnectionsDeprecated.References to issued connectionsMethods in org.apache.http.impl.conn.tsccm that return BasicPoolEntryModifier and TypeMethodDescriptionRouteSpecificPool.allocEntry(Object state) Deprecated.Obtains a free entry from this pool, if one is available.protected BasicPoolEntryConnPoolByRoute.createEntry(RouteSpecificPool rospl, ClientConnectionOperator op) Deprecated.Creates a new pool entry.final BasicPoolEntryDeprecated.Obtains a pool entry with a connection within the given timeout.protected BasicPoolEntryConnPoolByRoute.getEntryBlocking(HttpRoute route, Object state, long timeout, TimeUnit timeUnit, WaitingThreadAborter aborter) Deprecated.Obtains a pool entry with a connection within the given timeout.protected BasicPoolEntryConnPoolByRoute.getFreeEntry(RouteSpecificPool rospl, Object state) Deprecated.If available, get a free pool entry for a route.PoolEntryRequest.getPoolEntry(long timeout, TimeUnit timeUnit) 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 BasicPoolEntryModifier and TypeMethodDescriptionprotected Queue<BasicPoolEntry> ConnPoolByRoute.createFreeConnQueue()Deprecated.Creates the queue forConnPoolByRoute.freeConnections.Methods in org.apache.http.impl.conn.tsccm with parameters of type BasicPoolEntryModifier and TypeMethodDescriptionprivate voidConnPoolByRoute.closeConnection(BasicPoolEntry entry) Deprecated.voidRouteSpecificPool.createdEntry(BasicPoolEntry entry) Deprecated.Indicates creation of an entry for this pool.protected voidConnPoolByRoute.deleteEntry(BasicPoolEntry entry) Deprecated.Deletes a given pool entry.booleanRouteSpecificPool.deleteEntry(BasicPoolEntry entry) Deprecated.Deletes an entry from this pool.abstract voidAbstractConnPool.freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, TimeUnit timeUnit) Deprecated.Returns an entry into the pool.voidConnPoolByRoute.freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, TimeUnit timeUnit) Deprecated.voidRouteSpecificPool.freeEntry(BasicPoolEntry entry) Deprecated.Returns an allocated entry to this pool.Constructors in org.apache.http.impl.conn.tsccm with parameters of type BasicPoolEntryModifierConstructorDescriptionBasicPoolEntryRef(BasicPoolEntry entry, ReferenceQueue<Object> queue) Deprecated.Creates a new reference to a pool entry.