class io.vertx.core.net.impl.ChannelProvider$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$1
  super_class: io.netty.channel.ChannelInboundHandlerAdapter
{
  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.netty.handler.ssl.SslHandler val$sslHandler;
    descriptor: Lio/netty/handler/ssl/SslHandler;
    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.netty.handler.ssl.SslHandler, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/net/impl/ChannelProvider;Lio/netty/handler/ssl/SslHandler;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.net.impl.ChannelProvider$1 this
         0: .line 97
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.net.impl.ChannelProvider$1.this$0:Lio/vertx/core/net/impl/ChannelProvider;
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.net.impl.ChannelProvider$1.val$sslHandler:Lio/netty/handler/ssl/SslHandler;
            aload 0 /* this */
            aload 3
            putfield io.vertx.core.net.impl.ChannelProvider$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$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/ChannelProvider$1;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$sslHandler      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=3, locals=5, args_size=3
        start local 0 // io.vertx.core.net.impl.ChannelProvider$1 this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object evt
         0: .line 100
            aload 2 /* evt */
            instanceof io.netty.handler.ssl.SslHandshakeCompletionEvent
            ifeq 10
         1: .line 102
            aload 2 /* evt */
            checkcast io.netty.handler.ssl.SslHandshakeCompletionEvent
            astore 3 /* completion */
        start local 3 // io.netty.handler.ssl.SslHandshakeCompletionEvent completion
         2: .line 103
            aload 3 /* completion */
            invokevirtual io.netty.handler.ssl.SslHandshakeCompletionEvent.isSuccess:()Z
            ifeq 7
         3: .line 105
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            aload 0 /* this */
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         4: .line 106
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$1.this$0:Lio/vertx/core/net/impl/ChannelProvider;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$1.val$sslHandler:Lio/netty/handler/ssl/SslHandler;
            invokevirtual io.netty.handler.ssl.SslHandler.applicationProtocol:()Ljava/lang/String;
            putfield io.vertx.core.net.impl.ChannelProvider.applicationProtocol:Ljava/lang/String;
         5: .line 107
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$1.val$channelHandler:Lio/vertx/core/Handler;
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$1.this$0:Lio/vertx/core/net/impl/ChannelProvider;
            getfield io.vertx.core.net.impl.ChannelProvider.channel:Lio/netty/channel/Channel;
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 108
            goto 10
         7: .line 109
      StackMap locals: io.netty.handler.ssl.SslHandshakeCompletionEvent
      StackMap stack:
            new javax.net.ssl.SSLHandshakeException
            dup
            ldc "Failed to create SSL connection"
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            astore 4 /* sslException */
        start local 4 // javax.net.ssl.SSLHandshakeException sslException
         8: .line 110
            aload 4 /* sslException */
            aload 3 /* completion */
            invokevirtual io.netty.handler.ssl.SslHandshakeCompletionEvent.cause:()Ljava/lang/Throwable;
            invokevirtual javax.net.ssl.SSLHandshakeException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         9: .line 111
            aload 0 /* this */
            getfield io.vertx.core.net.impl.ChannelProvider$1.val$channelHandler:Lio/vertx/core/Handler;
            aload 4 /* sslException */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 4 // javax.net.ssl.SSLHandshakeException sslException
        end local 3 // io.netty.handler.ssl.SslHandshakeCompletionEvent completion
        10: .line 114
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            aload 2 /* evt */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            pop
        11: .line 115
            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$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lio/vertx/core/net/impl/ChannelProvider$1;
            0   12     1           ctx  Lio/netty/channel/ChannelHandlerContext;
            0   12     2           evt  Ljava/lang/Object;
            2   10     3    completion  Lio/netty/handler/ssl/SslHandshakeCompletionEvent;
            8   10     4  sslException  Ljavax/net/ssl/SSLHandshakeException;
    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=0, locals=3, args_size=3
        start local 0 // io.vertx.core.net.impl.ChannelProvider$1 this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Throwable cause
         0: .line 119
            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$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/net/impl/ChannelProvider$1;
            0    1     1    ctx  Lio/netty/channel/ChannelHandlerContext;
            0    1     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      ctx    
      cause  
}
SourceFile: "ChannelProvider.java"
EnclosingMethod: io.vertx.core.net.impl.ChannelProvider.initSSL:(Lio/vertx/core/net/SocketAddress;Ljava/lang/String;ZLio/netty/channel/Channel;Lio/vertx/core/Handler;)V
NestHost: io.vertx.core.net.impl.ChannelProvider
InnerClasses:
  io.vertx.core.net.impl.ChannelProvider$1