org.apache.http.impl.conn.tsccm
Interface RefQueueHandler

All Known Implementing Classes:
AbstractConnPool, ConnPoolByRoute

public interface RefQueueHandler

Callback handler for RefQueueWorker.


Method Summary
 void handleReference(java.lang.ref.Reference<?> ref)
          Invoked when a reference is found on the queue.
 

Method Detail

handleReference

void handleReference(java.lang.ref.Reference<?> ref)
Invoked when a reference is found on the queue.

Parameters:
ref - the reference to handle


Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.