public interface NioReceiverMBean
Modifier and Type | Method and Description |
---|---|
int |
getActiveCount() |
String |
getAddress() |
int |
getAutoBind() |
long |
getCompletedTaskCount() |
boolean |
getDirect() |
long |
getMaxIdleTime() |
int |
getMaxThreads() |
int |
getMinThreads() |
boolean |
getOoBInline() |
int |
getPoolSize() |
int |
getPort() |
int |
getRxBufSize() |
int |
getSecurePort() |
long |
getSelectorTimeout() |
boolean |
getSoKeepAlive() |
boolean |
getSoLingerOn() |
int |
getSoLingerTime() |
boolean |
getSoReuseAddress() |
long |
getTaskCount() |
boolean |
getTcpNoDelay() |
int |
getTimeout() |
int |
getTxBufSize() |
int |
getUdpPort() |
int |
getUdpRxBufSize() |
int |
getUdpTxBufSize() |
boolean |
getUseBufferPool() |
boolean |
isListening() |
String getAddress()
boolean getDirect()
int getPort()
int getAutoBind()
int getSecurePort()
int getUdpPort()
long getSelectorTimeout()
int getMaxThreads()
int getMinThreads()
long getMaxIdleTime()
boolean getOoBInline()
int getRxBufSize()
int getTxBufSize()
int getUdpRxBufSize()
int getUdpTxBufSize()
boolean getSoKeepAlive()
boolean getSoLingerOn()
int getSoLingerTime()
boolean getSoReuseAddress()
boolean getTcpNoDelay()
int getTimeout()
boolean getUseBufferPool()
boolean isListening()
int getPoolSize()
int getActiveCount()
long getTaskCount()
long getCompletedTaskCount()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.