Interface TcpServerMBean

  • All Known Implementing Classes:
    TcpServer

    public interface TcpServerMBean
    • Method Detail

      • getPoolSize

        int getPoolSize()
        Gets the number of threads of the pool.
        Returns:
        the number of threads of the pool.
      • getListenPort

        int getListenPort()
        Gets the listen port of the server.
        Returns:
        the listen port of the server.