class io.netty.handler.ssl.SslHandler$4 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.ssl.SslHandler$4
  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 io.netty.util.concurrent.Promise val$promise;
    descriptor: Lio/netty/util/concurrent/Promise;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.ssl.SslHandler$4 this
         0: .line 1680
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$4.this$0:Lio/netty/handler/ssl/SslHandler;
            aload 0 /* this */
            getfield io.netty.handler.ssl.SslHandler$4.val$promise:Lio/netty/util/concurrent/Promise;
            invokevirtual io.netty.handler.ssl.SslHandler.handshake:(Lio/netty/util/concurrent/Promise;)V
         1: .line 1681
            return
        end local 0 // io.netty.handler.ssl.SslHandler$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/ssl/SslHandler$4;
}
SourceFile: "SslHandler.java"
EnclosingMethod: io.netty.handler.ssl.SslHandler.renegotiate:(Lio/netty/util/concurrent/Promise;)Lio/netty/util/concurrent/Future;
NestHost: io.netty.handler.ssl.SslHandler
InnerClasses:
  io.netty.handler.ssl.SslHandler$4