Class BootstrapUtil


  • public class BootstrapUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BootstrapUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.netty.channel.ChannelFuture initConnection​(io.netty.channel.EventLoopGroup group, ClientConfiguration clientConfiguration, MonitoringModule monitoringModule)  
      • Methods inherited from class java.lang.Object

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

      • BootstrapUtil

        public BootstrapUtil()
    • Method Detail

      • initConnection

        public static io.netty.channel.ChannelFuture initConnection​(io.netty.channel.EventLoopGroup group,
                                                                    ClientConfiguration clientConfiguration,
                                                                    MonitoringModule monitoringModule)