public interface NioReceiverMBean
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
int |
getAutoBind() |
boolean |
getDirect() |
int |
getMaxThreads() |
int |
getMinThreads() |
boolean |
getOoBInline() |
int |
getPort() |
int |
getRxBufSize() |
int |
getSecurePort() |
long |
getSelectorTimeout() |
boolean |
getSoKeepAlive() |
boolean |
getSoLingerOn() |
int |
getSoLingerTime() |
boolean |
getSoReuseAddress() |
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()
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()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.