class io.vertx.core.net.impl.ChannelProvider$2 extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.net.impl.ChannelProvider$2
  super_class: io.netty.channel.ChannelInitializer
{
  final io.vertx.core.net.impl.ChannelProvider this$0;
    descriptor: Lio/vertx/core/net/impl/ChannelProvider;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.net.SocketAddress val$peerAddress;
    descriptor: Lio/vertx/core/net/SocketAddress;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$serverName;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$ssl;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.Handler val$channelHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.net.impl.ChannelProvider, io.vertx.core.net.SocketAddress, java.lang.String, boolean, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/net/impl/ChannelProvider;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ZLio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.vertx.core.net.impl.ChannelProvider$2 this
         0: .line 128
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.net.impl.ChannelProvider$2.this$0:Lio/vertx/core/net/impl/ChannelProvider;
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.net.impl.ChannelProvider$2.val$peerAddress:Lio/vertx/core/net/SocketAddress;
            aload 0 /* this */
            aload 3
            putfield io.vertx.core.net.impl.ChannelProvider$2.val$serverName:Ljava/lang/String;
            aload 0 /* this */
            iload 4
            putfield io.vertx.core.net.impl.ChannelProvider$2.val$ssl:Z
            aload 0 /* this */
            aload 5
            putfield io.vertx.core.net.impl.ChannelProvider$2.val$channelHandler:Lio/vertx/core/Handler;
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelInitializer.<init>:()V
            return
        end local 0 // io.vertx.core.net.impl.ChannelProvider$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/ChannelProvider$2;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$peerAddress     final
      val$serverName      final
      val$ssl             final
      val$channelHandler  final

  protected void initChannel(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.ChannelProvider$2 this
        start local 1 // io.netty.channel.Channel ch
         0: .line 131
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$2.this$0:Lio/vertx/core/net/impl/ChannelProvider;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$2.val$peerAddress:Lio/vertx/core/net/SocketAddress;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$2.val$serverName:Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$2.val$ssl:Z
            aload 1 /* ch */
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$2.val$channelHandler:Lio/vertx/core/Handler;
            invokevirtual io.vertx.core.net.impl.ChannelProvider.initSSL:(Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ZLio/netty/channel/Channel;Lio/vertx/core/Handler;)V
         1: .line 132
            return
        end local 1 // io.netty.channel.Channel ch
        end local 0 // io.vertx.core.net.impl.ChannelProvider$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/ChannelProvider$2;
            0    2     1    ch  Lio/netty/channel/Channel;
    MethodParameters:
      Name  Flags
      ch    
}
Signature: Lio/netty/channel/ChannelInitializer<Lio/netty/channel/Channel;>;
SourceFile: "ChannelProvider.java"
EnclosingMethod: io.vertx.core.net.impl.ChannelProvider.handleConnect:(Lio/vertx/core/net/SocketAddress;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ZLio/vertx/core/Handler;)V
NestHost: io.vertx.core.net.impl.ChannelProvider
InnerClasses:
  io.vertx.core.net.impl.ChannelProvider$2