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

  private final io.netty.channel.ChannelPipeline val$pipeline;
    descriptor: Lio/netty/channel/ChannelPipeline;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.netty.handler.proxy.ProxyHandler val$proxy;
    descriptor: Lio/netty/handler/proxy/ProxyHandler;
    flags: (0x1012) ACC_PRIVATE, 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.netty.channel.Channel val$ch;
    descriptor: Lio/netty/channel/Channel;
    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$3, io.netty.channel.ChannelPipeline, io.netty.handler.proxy.ProxyHandler, io.vertx.core.net.SocketAddress, java.lang.String, boolean, io.netty.channel.Channel, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/net/impl/ChannelProvider$3;Lio/netty/channel/ChannelPipeline;Lio/netty/handler/proxy/ProxyHandler;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ZLio/netty/channel/Channel;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=9, args_size=9
        start local 0 // io.vertx.core.net.impl.ChannelProvider$3$1 this
         0: .line 201
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.net.impl.ChannelProvider$3$1.this$1:Lio/vertx/core/net/impl/ChannelProvider$3;
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.net.impl.ChannelProvider$3$1.val$pipeline:Lio/netty/channel/ChannelPipeline;
            aload 0 /* this */
            aload 3
            putfield io.vertx.core.net.impl.ChannelProvider$3$1.val$proxy:Lio/netty/handler/proxy/ProxyHandler;
            aload 0 /* this */
            aload 4
            putfield io.vertx.core.net.impl.ChannelProvider$3$1.val$peerAddress:Lio/vertx/core/net/SocketAddress;
            aload 0 /* this */
            aload 5
            putfield io.vertx.core.net.impl.ChannelProvider$3$1.val$serverName:Ljava/lang/String;
            aload 0 /* this */
            iload 6
            putfield io.vertx.core.net.impl.ChannelProvider$3$1.val$ssl:Z
            aload 0 /* this */
            aload 7
            putfield io.vertx.core.net.impl.ChannelProvider$3$1.val$ch:Lio/netty/channel/Channel;
            aload 0 /* this */
            aload 8
            putfield io.vertx.core.net.impl.ChannelProvider$3$1.val$channelHandler:Lio/vertx/core/Handler;
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelInboundHandlerAdapter.<init>:()V
            return
        end local 0 // io.vertx.core.net.impl.ChannelProvider$3$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/ChannelProvider$3$1;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$pipeline        final
      val$proxy           final
      val$peerAddress     final
      val$serverName      final
      val$ssl             final
      val$ch              final
      val$channelHandler  final

  public void userEventTriggered(io.netty.channel.ChannelHandlerContext, java.lang.Object);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.ChannelProvider$3$1 this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object evt
         0: .line 204
            aload 2 /* evt */
            instanceof io.netty.handler.proxy.ProxyConnectionEvent
            ifeq 5
         1: .line 205
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.val$pipeline:Lio/netty/channel/ChannelPipeline;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.val$proxy:Lio/netty/handler/proxy/ProxyHandler;
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         2: .line 206
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.val$pipeline:Lio/netty/channel/ChannelPipeline;
            aload 0 /* this */
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         3: .line 207
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.this$1:Lio/vertx/core/net/impl/ChannelProvider$3;
            invokestatic io.vertx.core.net.impl.ChannelProvider$3.access$0:(Lio/vertx/core/net/impl/ChannelProvider$3;)Lio/vertx/core/net/impl/ChannelProvider;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.val$peerAddress:Lio/vertx/core/net/SocketAddress;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.val$serverName:Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.val$ssl:Z
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.val$ch:Lio/netty/channel/Channel;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.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
         4: .line 208
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.this$1:Lio/vertx/core/net/impl/ChannelProvider$3;
            invokestatic io.vertx.core.net.impl.ChannelProvider$3.access$0:(Lio/vertx/core/net/impl/ChannelProvider$3;)Lio/vertx/core/net/impl/ChannelProvider;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.val$ch:Lio/netty/channel/Channel;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.val$ssl:Z
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.val$channelHandler:Lio/vertx/core/Handler;
            invokevirtual io.vertx.core.net.impl.ChannelProvider.connected:(Lio/netty/channel/Channel;ZLio/vertx/core/Handler;)V
         5: .line 210
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            aload 2 /* evt */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            pop
         6: .line 211
            return
        end local 2 // java.lang.Object evt
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.net.impl.ChannelProvider$3$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/net/impl/ChannelProvider$3$1;
            0    7     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            0    7     2   evt  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      ctx   
      evt   

  public void exceptionCaught(io.netty.channel.ChannelHandlerContext, java.lang.Throwable);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.ChannelProvider$3$1 this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Throwable cause
         0: .line 215
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$3$1.val$channelHandler:Lio/vertx/core/Handler;
            aload 2 /* cause */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 216
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.net.impl.ChannelProvider$3$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/net/impl/ChannelProvider$3$1;
            0    2     1    ctx  Lio/netty/channel/ChannelHandlerContext;
            0    2     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      ctx    
      cause  
}
SourceFile: "ChannelProvider.java"
EnclosingMethod: io.vertx.core.net.impl.ChannelProvider$3.initChannel:(Lio/netty/channel/Channel;)V
NestHost: io.vertx.core.net.impl.ChannelProvider
InnerClasses:
  io.vertx.core.net.impl.ChannelProvider$3
  io.vertx.core.net.impl.ChannelProvider$3$1