Uses of Class
org.apache.http.impl.conn.tsccm.WaitingThread
Packages that use WaitingThread
-
Uses of WaitingThread in org.apache.http.impl.conn.tsccm
Fields in org.apache.http.impl.conn.tsccm declared as WaitingThreadModifier and TypeFieldDescriptionprivate WaitingThreadWaitingThreadAborter.waitingThreadDeprecated.Fields in org.apache.http.impl.conn.tsccm with type parameters of type WaitingThreadModifier and TypeFieldDescriptionprotected final Queue<WaitingThread>ConnPoolByRoute.waitingThreadsDeprecated.The list of WaitingThreads waiting for a connectionprotected final Queue<WaitingThread>RouteSpecificPool.waitingThreadsDeprecated.The list of threads waiting for this pool.Methods in org.apache.http.impl.conn.tsccm that return WaitingThreadModifier and TypeMethodDescriptionprotected WaitingThreadConnPoolByRoute.newWaitingThread(Condition cond, RouteSpecificPool rospl) Deprecated.Creates a new waiting thread.RouteSpecificPool.nextThread()Deprecated.Returns the next thread in the queue.Methods in org.apache.http.impl.conn.tsccm that return types with arguments of type WaitingThreadModifier and TypeMethodDescriptionprotected Queue<WaitingThread>ConnPoolByRoute.createWaitingThreadQueue()Deprecated.Creates the queue forConnPoolByRoute.waitingThreads.Methods in org.apache.http.impl.conn.tsccm with parameters of type WaitingThreadModifier and TypeMethodDescriptionvoidRouteSpecificPool.queueThread(WaitingThread wt) Deprecated.Adds a waiting thread.voidRouteSpecificPool.removeThread(WaitingThread wt) Deprecated.Removes a waiting thread, if it is queued.voidWaitingThreadAborter.setWaitingThread(WaitingThread waitingThread) Deprecated.Sets the waiting thread.