public interface ConnPoolControlDataMXBean
PoolingClientConnectionManager| Modifier and Type | Method and Description |
|---|---|
int |
getAvailable() |
int |
getDefaultMaxPerRoute() |
int |
getLeased() |
int |
getMax() |
int |
getMaxTotal() |
int |
getPending() |
org.apache.http.pool.PoolStats |
getTotalStats() |
void |
setDefaultMaxPerRoute(int max) |
void |
setMaxTotal(int max) |
void setMaxTotal(int max)
int getMaxTotal()
void setDefaultMaxPerRoute(int max)
int getDefaultMaxPerRoute()
org.apache.http.pool.PoolStats getTotalStats()
int getLeased()
int getPending()
int getAvailable()
int getMax()
Copyright © 2015 Jasig. All Rights Reserved.