Package org.apache.http.pool
Interface PoolEntryCallback<T,C>
-
- Type Parameters:
T
- the route type that represents the opposite endpoint of a pooled connection.C
- the connection type.
public interface PoolEntryCallback<T,C>
Pool entry callabck.- Since:
- 4.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(PoolEntry<T,C> entry)
-