public class io.vertx.core.net.impl.SslHandshakeCompletionHandler extends io.netty.channel.ChannelInboundHandlerAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.net.impl.SslHandshakeCompletionHandler
  super_class: io.netty.channel.ChannelInboundHandlerAdapter
{
  static io.netty.util.AttributeKey<java.lang.String> SERVER_NAME_ATTR;
    descriptor: Lio/netty/util/AttributeKey;
    flags: (0x0008) ACC_STATIC
    Signature: Lio/netty/util/AttributeKey<Ljava/lang/String;>;

  private final io.vertx.core.Handler<io.vertx.core.AsyncResult<io.netty.channel.Channel>> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/netty/channel/Channel;>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 31
            ldc "sniServerName"
            invokestatic io.netty.util.AttributeKey.valueOf:(Ljava/lang/String;)Lio/netty/util/AttributeKey;
            putstatic io.vertx.core.net.impl.SslHandshakeCompletionHandler.SERVER_NAME_ATTR:Lio/netty/util/AttributeKey;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.netty.channel.Channel>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.SslHandshakeCompletionHandler this
        start local 1 // io.vertx.core.Handler handler
         0: .line 34
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelInboundHandlerAdapter.<init>:()V
         1: .line 35
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.net.impl.SslHandshakeCompletionHandler.handler:Lio/vertx/core/Handler;
         2: .line 36
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.net.impl.SslHandshakeCompletionHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/net/impl/SslHandshakeCompletionHandler;
            0    3     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/netty/channel/Channel;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/netty/channel/Channel;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  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=2, locals=5, args_size=3
        start local 0 // io.vertx.core.net.impl.SslHandshakeCompletionHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object evt
         0: .line 40
            aload 2 /* evt */
            instanceof io.netty.handler.ssl.SniCompletionEvent
            ifeq 5
         1: .line 42
            aload 2 /* evt */
            checkcast io.netty.handler.ssl.SniCompletionEvent
            astore 3 /* completion */
        start local 3 // io.netty.handler.ssl.SniCompletionEvent completion
         2: .line 43
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            getstatic io.vertx.core.net.impl.SslHandshakeCompletionHandler.SERVER_NAME_ATTR:Lio/netty/util/AttributeKey;
            invokeinterface io.netty.channel.Channel.attr:(Lio/netty/util/AttributeKey;)Lio/netty/util/Attribute;
            astore 4 /* val */
        start local 4 // io.netty.util.Attribute val
         3: .line 44
            aload 4 /* val */
            aload 3 /* completion */
            invokevirtual io.netty.handler.ssl.SniCompletionEvent.hostname:()Ljava/lang/String;
            invokeinterface io.netty.util.Attribute.set:(Ljava/lang/Object;)V
        end local 4 // io.netty.util.Attribute val
        end local 3 // io.netty.handler.ssl.SniCompletionEvent completion
         4: .line 45
            goto 14
      StackMap locals:
      StackMap stack:
         5: aload 2 /* evt */
            instanceof io.netty.handler.ssl.SslHandshakeCompletionEvent
            ifeq 13
         6: .line 46
            aload 2 /* evt */
            checkcast io.netty.handler.ssl.SslHandshakeCompletionEvent
            astore 3 /* completion */
        start local 3 // io.netty.handler.ssl.SslHandshakeCompletionEvent completion
         7: .line 47
            aload 3 /* completion */
            invokevirtual io.netty.handler.ssl.SslHandshakeCompletionEvent.isSuccess:()Z
            ifeq 11
         8: .line 48
            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
         9: .line 49
            aload 0 /* this */
            getfield io.vertx.core.net.impl.SslHandshakeCompletionHandler.handler:Lio/vertx/core/Handler;
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.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
        10: .line 50
            goto 14
        11: .line 51
      StackMap locals: io.netty.handler.ssl.SslHandshakeCompletionEvent
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.net.impl.SslHandshakeCompletionHandler.handler:Lio/vertx/core/Handler;
            aload 3 /* completion */
            invokevirtual io.netty.handler.ssl.SslHandshakeCompletionEvent.cause:()Ljava/lang/Throwable;
            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 3 // io.netty.handler.ssl.SslHandshakeCompletionEvent completion
        12: .line 53
            goto 14
        13: .line 54
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            aload 2 /* evt */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            pop
        14: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object evt
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.net.impl.SslHandshakeCompletionHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lio/vertx/core/net/impl/SslHandshakeCompletionHandler;
            0   15     1         ctx  Lio/netty/channel/ChannelHandlerContext;
            0   15     2         evt  Ljava/lang/Object;
            2    4     3  completion  Lio/netty/handler/ssl/SniCompletionEvent;
            3    4     4         val  Lio/netty/util/Attribute<Ljava/lang/String;>;
            7   12     3  completion  Lio/netty/handler/ssl/SslHandshakeCompletionEvent;
    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.SslHandshakeCompletionHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Throwable cause
         0: .line 61
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.net.impl.SslHandshakeCompletionHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/core/net/impl/SslHandshakeCompletionHandler;
            0    1     1    ctx  Lio/netty/channel/ChannelHandlerContext;
            0    1     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      ctx    
      cause  
}
SourceFile: "SslHandshakeCompletionHandler.java"