Class MultiAcceptorGroup


  • public class MultiAcceptorGroup
    extends java.lang.Object
    • Method Detail

      • isSameAddressPort

        boolean isSameAddressPort​(AcceptorConfig config)
      • getAddress

        public java.lang.String getAddress()
      • getPort

        public int getPort()
      • start

        void start()
            throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        void close()
      • size

        int size()
      • reconfigure

        void reconfigure​(AcceptorConfig newConfig)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • createMultiAcceptSession

        private MultiAcceptSession createMultiAcceptSession​(AcceptorConfig config,
                                                            int sessionIdx)
                                                     throws java.io.IOException
        Throws:
        java.io.IOException