Interface NioReceiverMBean

All Known Implementing Classes:
NioReceiver

public interface NioReceiverMBean
  • Method Details

    • getAddress

      String getAddress()
    • getDirect

      boolean getDirect()
    • getPort

      int getPort()
    • getAutoBind

      int getAutoBind()
    • getSecurePort

      int getSecurePort()
    • getUdpPort

      int getUdpPort()
    • getSelectorTimeout

      long getSelectorTimeout()
    • getMaxThreads

      int getMaxThreads()
    • getMinThreads

      int getMinThreads()
    • getMaxIdleTime

      long getMaxIdleTime()
    • getOoBInline

      boolean getOoBInline()
    • getRxBufSize

      int getRxBufSize()
    • getTxBufSize

      int getTxBufSize()
    • getUdpRxBufSize

      int getUdpRxBufSize()
    • getUdpTxBufSize

      int getUdpTxBufSize()
    • getSoKeepAlive

      boolean getSoKeepAlive()
    • getSoLingerOn

      boolean getSoLingerOn()
    • getSoLingerTime

      int getSoLingerTime()
    • getSoReuseAddress

      boolean getSoReuseAddress()
    • getTcpNoDelay

      boolean getTcpNoDelay()
    • getTimeout

      int getTimeout()
    • getUseBufferPool

      boolean getUseBufferPool()
    • isListening

      boolean isListening()
    • getPoolSize

      int getPoolSize()
    • getActiveCount

      int getActiveCount()
    • getTaskCount

      long getTaskCount()
    • getCompletedTaskCount

      long getCompletedTaskCount()