Interface RTMPMinaTransportMXBean

All Known Implementing Classes:
RTMPMinaTransport

@MXBean public interface RTMPMinaTransportMXBean
  • Method Details

    • setIoThreads

      void setIoThreads(int ioThreads)
    • setTcpNoDelay

      void setTcpNoDelay(boolean tcpNoDelay)
    • setUseHeapBuffers

      void setUseHeapBuffers(boolean useHeapBuffers)
    • getAddress

      String getAddress()
    • getStatistics

      String getStatistics()
    • start

      void start() throws Exception
      Throws:
      Exception
    • stop

      void stop()