Uses of Interface
org.apache.http.impl.conn.tsccm.RefQueueHandler
| Package | Description |
|---|---|
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
-
Uses of RefQueueHandler in org.apache.http.impl.conn.tsccm
Classes in org.apache.http.impl.conn.tsccm that implement RefQueueHandler Modifier and Type Class Description classAbstractConnPoolAn abstract connection pool.classConnPoolByRouteA connection pool that maintains connections by route.Fields in org.apache.http.impl.conn.tsccm declared as RefQueueHandler Modifier and Type Field Description protected RefQueueHandlerRefQueueWorker. refHandlerThe handler for the references found.Constructors in org.apache.http.impl.conn.tsccm with parameters of type RefQueueHandler Constructor Description RefQueueWorker(ReferenceQueue<?> queue, RefQueueHandler handler)Instantiates a new worker to listen for lost connections.