Interface NioReceiverMBean
- All Known Implementing Classes:
- NioReceiver
public interface NioReceiverMBean
- 
Method SummaryModifier and TypeMethodDescriptionintintlongbooleanlongintintbooleanintintgetPort()intintlongbooleanbooleanintbooleanlongbooleanintintintintintbooleanboolean
- 
Method Details- 
getAddressString getAddress()
- 
getDirectboolean getDirect()
- 
getPortint getPort()
- 
getAutoBindint getAutoBind()
- 
getSecurePortint getSecurePort()
- 
getUdpPortint getUdpPort()
- 
getSelectorTimeoutlong getSelectorTimeout()
- 
getMaxThreadsint getMaxThreads()
- 
getMinThreadsint getMinThreads()
- 
getMaxIdleTimelong getMaxIdleTime()
- 
getOoBInlineboolean getOoBInline()
- 
getRxBufSizeint getRxBufSize()
- 
getTxBufSizeint getTxBufSize()
- 
getUdpRxBufSizeint getUdpRxBufSize()
- 
getUdpTxBufSizeint getUdpTxBufSize()
- 
getSoKeepAliveboolean getSoKeepAlive()
- 
getSoLingerOnboolean getSoLingerOn()
- 
getSoLingerTimeint getSoLingerTime()
- 
getSoReuseAddressboolean getSoReuseAddress()
- 
getTcpNoDelayboolean getTcpNoDelay()
- 
getTimeoutint getTimeout()
- 
getUseBufferPoolboolean getUseBufferPool()
- 
isListeningboolean isListening()
- 
getPoolSizeint getPoolSize()
- 
getActiveCountint getActiveCount()
- 
getTaskCountlong getTaskCount()
- 
getCompletedTaskCountlong getCompletedTaskCount()
 
-