@Contract(threading=STATELESS) public interface ConnPoolListener<T>
Modifier and Type | Method and Description |
---|---|
void |
onLease(T route,
ConnPoolStats<T> connPoolStats) |
void |
onRelease(T route,
ConnPoolStats<T> connPoolStats) |
void onLease(T route, ConnPoolStats<T> connPoolStats)
void onRelease(T route, ConnPoolStats<T> connPoolStats)
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.