public class LoggingConnPoolListener extends Object implements ConnPoolListener<HttpHost>
Modifier and Type | Field and Description |
---|---|
static LoggingConnPoolListener |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
onLease(HttpHost route,
ConnPoolStats<HttpHost> connPoolStats) |
void |
onRelease(HttpHost route,
ConnPoolStats<HttpHost> connPoolStats) |
public static final LoggingConnPoolListener INSTANCE
public void onLease(HttpHost route, ConnPoolStats<HttpHost> connPoolStats)
onLease
in interface ConnPoolListener<HttpHost>
public void onRelease(HttpHost route, ConnPoolStats<HttpHost> connPoolStats)
onRelease
in interface ConnPoolListener<HttpHost>
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.