Class Nio2Service

    • Field Detail

      • CONFIGURABLE_OPTIONS

        public static final java.util.Map<Property<?>,​java.util.AbstractMap.SimpleImmutableEntry<java.net.SocketOption<?>,​java.lang.Object>> CONFIGURABLE_OPTIONS
      • sessions

        protected final java.util.Map<java.lang.Long,​IoSession> sessions
      • disposing

        protected final java.util.concurrent.atomic.AtomicBoolean disposing
      • group

        private final java.nio.channels.AsynchronousChannelGroup group
    • Constructor Detail

      • Nio2Service

        protected Nio2Service​(FactoryManager manager,
                              IoHandler handler,
                              java.nio.channels.AsynchronousChannelGroup group)