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

  private final org.glassfish.grizzly.impl.FutureImpl val$f;
    descriptor: Lorg/glassfish/grizzly/impl/FutureImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.grizzly.http2.Http2Stream, org.glassfish.grizzly.impl.FutureImpl);
    descriptor: (Lorg/glassfish/grizzly/http2/Http2Stream;Lorg/glassfish/grizzly/impl/FutureImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.Http2Stream$2 this
         0: .line 478
            aload 0 /* this */
            aload 1
            putfield org.glassfish.grizzly.http2.Http2Stream$2.this$0:Lorg/glassfish/grizzly/http2/Http2Stream;
            aload 0 /* this */
            aload 2
            putfield org.glassfish.grizzly.http2.Http2Stream$2.val$f:Lorg/glassfish/grizzly/impl/FutureImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream$2;
    MethodParameters:
        Name  Flags
      this$0  final
      val$f   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=2, locals=4, args_size=3
        start local 0 // org.glassfish.grizzly.http2.Http2Stream$2 this
        start local 1 // org.glassfish.grizzly.Closeable closeable
        start local 2 // org.glassfish.grizzly.ICloseType type
         0: .line 483
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream$2.this$0:Lorg/glassfish/grizzly/http2/Http2Stream;
            getfield org.glassfish.grizzly.http2.Http2Stream.closeReason:Lorg/glassfish/grizzly/CloseReason;
            astore 3 /* cr */
        start local 3 // org.glassfish.grizzly.CloseReason cr
         1: .line 484
            getstatic org.glassfish.grizzly.http2.Http2Stream.$assertionsDisabled:Z
            ifne 2
            aload 3 /* cr */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 485
      StackMap locals: org.glassfish.grizzly.CloseReason
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream$2.val$f:Lorg/glassfish/grizzly/impl/FutureImpl;
            aload 3 /* cr */
            invokeinterface org.glassfish.grizzly.impl.FutureImpl.result:(Ljava/lang/Object;)V
         3: .line 486
            return
        end local 3 // org.glassfish.grizzly.CloseReason cr
        end local 2 // org.glassfish.grizzly.ICloseType type
        end local 1 // org.glassfish.grizzly.Closeable closeable
        end local 0 // org.glassfish.grizzly.http2.Http2Stream$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/glassfish/grizzly/http2/Http2Stream$2;
            0    4     1  closeable  Lorg/glassfish/grizzly/Closeable;
            0    4     2       type  Lorg/glassfish/grizzly/ICloseType;
            1    4     3         cr  Lorg/glassfish/grizzly/CloseReason;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      closeable  
      type       
}
SourceFile: "Http2Stream.java"
EnclosingMethod: org.glassfish.grizzly.http2.Http2Stream.closeFuture:()Lorg/glassfish/grizzly/GrizzlyFuture;
NestHost: org.glassfish.grizzly.http2.Http2Stream
InnerClasses:
  org.glassfish.grizzly.http2.Http2Stream$2