Package org.apache.http.impl.conn.tsccm
Interface RefQueueHandler
- All Known Implementing Classes:
AbstractConnPool,ConnPoolByRoute
public interface RefQueueHandler
Callback handler for
RefQueueWorker.-
Method Summary
Modifier and Type Method Description voidhandleReference(Reference<?> ref)Invoked when a reference is found on the queue.
-
Method Details
-
handleReference
Invoked when a reference is found on the queue.- Parameters:
ref- the reference to handle
-