Interface Acceptor

    • Method Detail

      • reconfigure

        void reconfigure​(AcceptorConfig... configs)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • start

        void start()
      • shutdown

        void shutdown()
      • syncStart

        void syncStart()
                throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • getAcceptedSessions

        long getAcceptedSessions()
      • getRejectedSessions

        long getRejectedSessions()
      • resetCounters

        void resetCounters()
      • getSinglePort

        int getSinglePort()