Class AbstractServerChannel

    • Constructor Detail

      • AbstractServerChannel

        protected AbstractServerChannel​(ChannelFactory factory,
                                        ChannelPipeline pipeline,
                                        ChannelSink sink)
        Creates a new instance.
        Parameters:
        factory - the factory which created this channel
        pipeline - the pipeline which is going to be attached to this channel
        sink - the sink which will receive downstream events from the pipeline and send upstream events to the pipeline