Package org.apache.hc.core5.pool
Interface ConnPoolListener<T>
- All Known Implementing Classes:
LoggingConnPoolListener
Connection pool event listener.
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onLease
(T route, ConnPoolStats<T> connPoolStats) void
onRelease
(T route, ConnPoolStats<T> connPoolStats)
-
Method Details
-
onLease
-
onRelease
-