Class NioSession

    • Field Detail

      • channel

        protected final java.nio.channels.Channel channel
        The communication channel
    • Constructor Detail

      • NioSession

        protected NioSession​(IoProcessor<NioSession> processor,
                             IoService service,
                             java.nio.channels.Channel channel)
        Creates a new instance of NioSession, with its associated IoProcessor.
        This method is only called by the inherited class.
        Parameters:
        processor - The associated IoProcessor
        service - The associated IoService
        channel - The associated Channel