Class InboundConnectionInitiator


  • public class InboundConnectionInitiator
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.netty.channel.ChannelFuture bind​(InboundConnectionSettings settings, io.netty.channel.group.ChannelGroup channelGroup, java.util.function.Consumer<io.netty.channel.ChannelPipeline> pipelineInjector)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InboundConnectionInitiator

        public InboundConnectionInitiator()
    • Method Detail

      • bind

        public static io.netty.channel.ChannelFuture bind​(InboundConnectionSettings settings,
                                                          io.netty.channel.group.ChannelGroup channelGroup,
                                                          java.util.function.Consumer<io.netty.channel.ChannelPipeline> pipelineInjector)