class io.netty.handler.ssl.SslHandler$7 implements io.netty.util.concurrent.FutureListener<io.netty.channel.Channel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.ssl.SslHandler$7
  super_class: java.lang.Object
{
  final io.netty.handler.ssl.SslHandler this$0;
    descriptor: Lio/netty/handler/ssl/SslHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.ScheduledFuture val$timeoutFuture;
    descriptor: Ljava/util/concurrent/ScheduledFuture;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.ssl.SslHandler, java.util.concurrent.ScheduledFuture);
    descriptor: (Lio/netty/handler/ssl/SslHandler;Ljava/util/concurrent/ScheduledFuture;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.ssl.SslHandler$7 this
         0: .line 1766
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.ssl.SslHandler$7.this$0:Lio/netty/handler/ssl/SslHandler;
            aload 0 /* this */
            aload 2
            putfield io.netty.handler.ssl.SslHandler$7.val$timeoutFuture:Ljava/util/concurrent/ScheduledFuture;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.handler.ssl.SslHandler$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/ssl/SslHandler$7;
    MethodParameters:
                   Name  Flags
      this$0             final
      val$timeoutFuture  final

  public void operationComplete(io.netty.util.concurrent.Future<io.netty.channel.Channel>);
    descriptor: (Lio/netty/util/concurrent/Future;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.ssl.SslHandler$7 this
        start local 1 // io.netty.util.concurrent.Future f
         0: .line 1769
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$7.val$timeoutFuture:Ljava/util/concurrent/ScheduledFuture;
            iconst_0
            invokeinterface java.util.concurrent.ScheduledFuture.cancel:(Z)Z
            pop
         1: .line 1770
            return
        end local 1 // io.netty.util.concurrent.Future f
        end local 0 // io.netty.handler.ssl.SslHandler$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/ssl/SslHandler$7;
            0    2     1     f  Lio/netty/util/concurrent/Future<Lio/netty/channel/Channel;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/netty/util/concurrent/Future<Lio/netty/channel/Channel;>;)V
    MethodParameters:
      Name  Flags
      f     
}
Signature: Ljava/lang/Object;Lio/netty/util/concurrent/FutureListener<Lio/netty/channel/Channel;>;
SourceFile: "SslHandler.java"
EnclosingMethod: io.netty.handler.ssl.SslHandler.applyHandshakeTimeout:(Lio/netty/util/concurrent/Promise;)V
NestHost: io.netty.handler.ssl.SslHandler
InnerClasses:
  io.netty.handler.ssl.SslHandler$7