class org.glassfish.grizzly.http2.AlpnSupport$1$2 implements org.glassfish.grizzly.CloseListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http2.AlpnSupport$1$2
  super_class: java.lang.Object
{
  final org.glassfish.grizzly.http2.AlpnSupport$1 this$1;
    descriptor: Lorg/glassfish/grizzly/http2/AlpnSupport$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final javax.net.ssl.SSLEngine val$sslEngine;
    descriptor: Ljavax/net/ssl/SSLEngine;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.grizzly.http2.AlpnSupport$1, javax.net.ssl.SSLEngine);
    descriptor: (Lorg/glassfish/grizzly/http2/AlpnSupport$1;Ljavax/net/ssl/SSLEngine;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.AlpnSupport$1$2 this
         0: .line 148
            aload 0 /* this */
            aload 1
            putfield org.glassfish.grizzly.http2.AlpnSupport$1$2.this$1:Lorg/glassfish/grizzly/http2/AlpnSupport$1;
            aload 0 /* this */
            aload 2
            putfield org.glassfish.grizzly.http2.AlpnSupport$1$2.val$sslEngine:Ljavax/net/ssl/SSLEngine;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http2.AlpnSupport$1$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/AlpnSupport$1$2;
    MethodParameters:
               Name  Flags
      this$0         final
      val$sslEngine  final

  public void onClosed(org.glassfish.grizzly.Closeable, org.glassfish.grizzly.ICloseType);
    descriptor: (Lorg/glassfish/grizzly/Closeable;Lorg/glassfish/grizzly/ICloseType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.AlpnSupport$1$2 this
        start local 1 // org.glassfish.grizzly.Closeable closeable
        start local 2 // org.glassfish.grizzly.ICloseType type
         0: .line 151
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.AlpnSupport$1$2.val$sslEngine:Ljavax/net/ssl/SSLEngine;
            invokestatic org.glassfish.grizzly.npn.NegotiationSupport.removeServerNegotiator:(Ljavax/net/ssl/SSLEngine;)Lorg/glassfish/grizzly/npn/ServerSideNegotiator;
            pop
         1: .line 152
            return
        end local 2 // org.glassfish.grizzly.ICloseType type
        end local 1 // org.glassfish.grizzly.Closeable closeable
        end local 0 // org.glassfish.grizzly.http2.AlpnSupport$1$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/glassfish/grizzly/http2/AlpnSupport$1$2;
            0    2     1  closeable  Lorg/glassfish/grizzly/Closeable;
            0    2     2       type  Lorg/glassfish/grizzly/ICloseType;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      closeable  
      type       
}
SourceFile: "AlpnSupport.java"
EnclosingMethod: org.glassfish.grizzly.http2.AlpnSupport$1.onStart:(Lorg/glassfish/grizzly/Connection;)V
NestHost: org.glassfish.grizzly.http2.AlpnSupport
InnerClasses:
  org.glassfish.grizzly.http2.AlpnSupport$1
  org.glassfish.grizzly.http2.AlpnSupport$1$2