public interface SocketPoolMXBean
| Modifier and Type | Method and Description |
|---|---|
int |
getBusyCount() |
int |
getConnectTimeout() |
int |
getIdleCount() |
int |
getMaxCount() |
int |
getReadTimeout() |
int |
getTimeout() |
int |
getTimeouts() |
int |
getWaitingThreads() |
void |
invalidateAll() |
boolean |
isClosed() |
void |
setConnectTimeout(int connectTimeout) |
void |
setMaxCount(int maxCount) |
void |
setReadTimeout(int readTimeout) |
void |
setTimeout(int timeout) |
boolean isClosed()
int getTimeouts()
int getWaitingThreads()
int getBusyCount()
int getIdleCount()
int getMaxCount()
void setMaxCount(int maxCount)
int getTimeout()
void setTimeout(int timeout)
int getReadTimeout()
void setReadTimeout(int readTimeout)
int getConnectTimeout()
void setConnectTimeout(int connectTimeout)
void invalidateAll()
Copyright © 2018. All rights reserved.