Class AbstractNioByteChannel

    • Constructor Detail

      • AbstractNioByteChannel

        protected AbstractNioByteChannel​(Channel parent,
                                         SelectableChannel ch)
        Create a new instance
        Parameters:
        parent - the parent Channel by which this instance was created. May be null
        ch - the underlying SelectableChannel on which it operates