Package org.apache.hc.core5.pool
Interface ConnPoolListener<T>
- Type Parameters:
T- the route type that represents the opposite endpoint of a pooled connection.
Connection pool event listener.
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidonLease(T route, ConnPoolStats<T> connPoolStats) voidonRelease(T route, ConnPoolStats<T> connPoolStats)
-
Method Details
-
onLease
-
onRelease
-