Java org.apache.http.impl.conn.tsccm RouteSpecificPool fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.impl.conn.tsccm RouteSpecificPool fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.impl.conn.tsccm RouteSpecificPool.

The text is from its open source code.

Constructor

Method

BasicPoolEntryallocEntry(final Object state)
Obtains a free entry from this pool, if one is available.
voidcreatedEntry(final BasicPoolEntry entry)
Indicates creation of an entry for this pool.
booleandeleteEntry(final BasicPoolEntry entry)
Deletes an entry from this pool.
voiddropEntry()
Forgets about an entry from this pool.
voidfreeEntry(final BasicPoolEntry entry)
Returns an allocated entry to this pool.
intgetCapacity()
Return remaining capacity of this pool
intgetEntryCount()
Obtains the number of entries.
intgetMaxEntries()
Obtains the maximum number of entries allowed for this pool.
HttpRoutegetRoute()
Obtains the route for which this pool is specific.
booleanhasThread()
Checks whether there is a waiting thread in this pool.
booleanisUnused()
Indicates whether this pool is unused.
WaitingThreadnextThread()
Returns the next thread in the queue.
voidqueueThread(final WaitingThread wt)
Adds a waiting thread.
voidremoveThread(final WaitingThread wt)
Removes a waiting thread, if it is queued.