Interface Acceptor

All Known Implementing Classes:
DefaultAcceptor, MultiAcceptor

public interface Acceptor
  • Method Details

    • reconfigure

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

      void start()
    • shutdown

      void shutdown()
    • syncStart

      void syncStart() throws InterruptedException
      Throws:
      InterruptedException
    • getAcceptedSessions

      long getAcceptedSessions()
    • getRejectedSessions

      long getRejectedSessions()
    • resetCounters

      void resetCounters()
    • getSinglePort

      int getSinglePort()