public class org.glassfish.grizzly.http2.Http2Stream implements org.glassfish.grizzly.attributes.AttributeStorage, org.glassfish.grizzly.OutputSink, org.glassfish.grizzly.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.http2.Http2Stream
  super_class: java.lang.Object
{
  private static final java.util.logging.Logger LOGGER;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final java.lang.String HTTP2_STREAM_ATTRIBUTE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.String HTTP2_PARENT_STREAM_ATTRIBUTE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static final int UPGRADE_STREAM_ID;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final org.glassfish.grizzly.attributes.Attribute<org.glassfish.grizzly.http2.Http2Stream> HTTP_RQST_HTTP2_STREAM_ATTR;
    descriptor: Lorg/glassfish/grizzly/attributes/Attribute;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/glassfish/grizzly/attributes/Attribute<Lorg/glassfish/grizzly/http2/Http2Stream;>;

  org.glassfish.grizzly.http2.Http2Stream$State state;
    descriptor: Lorg/glassfish/grizzly/http2/Http2Stream$State;
    flags: (0x0000) 

  private final org.glassfish.grizzly.http.HttpRequestPacket request;
    descriptor: Lorg/glassfish/grizzly/http/HttpRequestPacket;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int streamId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int parentStreamId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int priority;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean exclusive;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.glassfish.grizzly.http2.Http2Session http2Session;
    descriptor: Lorg/glassfish/grizzly/http2/Http2Session;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.glassfish.grizzly.attributes.AttributeHolder attributes;
    descriptor: Lorg/glassfish/grizzly/attributes/AttributeHolder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.glassfish.grizzly.http2.StreamInputBuffer inputBuffer;
    descriptor: Lorg/glassfish/grizzly/http2/StreamInputBuffer;
    flags: (0x0010) ACC_FINAL

  final org.glassfish.grizzly.http2.StreamOutputSink outputSink;
    descriptor: Lorg/glassfish/grizzly/http2/StreamOutputSink;
    flags: (0x0010) ACC_FINAL

  static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<org.glassfish.grizzly.http2.Http2Stream> unackedReadBytesUpdater;
    descriptor: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater<Lorg/glassfish/grizzly/http2/Http2Stream;>;

  private volatile int unackedReadBytes;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private static final java.util.concurrent.atomic.AtomicReferenceFieldUpdater<org.glassfish.grizzly.http2.Http2Stream, org.glassfish.grizzly.CloseReason> closeReasonUpdater;
    descriptor: Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater<Lorg/glassfish/grizzly/http2/Http2Stream;Lorg/glassfish/grizzly/CloseReason;>;

  private volatile org.glassfish.grizzly.CloseReason closeReason;
    descriptor: Lorg/glassfish/grizzly/CloseReason;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile org.glassfish.grizzly.GrizzlyFuture<org.glassfish.grizzly.CloseReason> closeFuture;
    descriptor: Lorg/glassfish/grizzly/GrizzlyFuture;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Lorg/glassfish/grizzly/GrizzlyFuture<Lorg/glassfish/grizzly/CloseReason;>;

  private final java.util.Queue<org.glassfish.grizzly.CloseListener> closeListeners;
    descriptor: Ljava/util/Queue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Queue<Lorg/glassfish/grizzly/CloseListener;>;

  private static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<org.glassfish.grizzly.http2.Http2Stream> completeFinalizationCounterUpdater;
    descriptor: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater<Lorg/glassfish/grizzly/http2/Http2Stream;>;

  private volatile int completeFinalizationCounter;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  volatile boolean isProcessingComplete;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  private int inboundHeaderFramesCounter;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.grizzly.Buffer cachedInputBuffer;
    descriptor: Lorg/glassfish/grizzly/Buffer;
    flags: (0x0002) ACC_PRIVATE

  private boolean cachedIsLast;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$org$glassfish$grizzly$http2$Http2Stream$State;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 65
            ldc Lorg/glassfish/grizzly/http2/Http2Stream;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.glassfish.grizzly.http2.Http2Stream.$assertionsDisabled:Z
         3: .line 71
            ldc Lorg/glassfish/grizzly/http2/Http2Stream;
            invokestatic org.glassfish.grizzly.Grizzly.logger:(Ljava/lang/Class;)Ljava/util/logging/Logger;
            putstatic org.glassfish.grizzly.http2.Http2Stream.LOGGER:Ljava/util/logging/Logger;
         4: .line 73
            new java.lang.StringBuilder
            dup
            ldc "@RoA."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc Lorg/glassfish/grizzly/http2/Http2Stream;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putstatic org.glassfish.grizzly.http2.Http2Stream.HTTP2_STREAM_ATTRIBUTE:Ljava/lang/String;
         5: .line 74
            new java.lang.StringBuilder
            dup
            ldc "@RoA.parent."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc Lorg/glassfish/grizzly/http2/Http2Stream;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putstatic org.glassfish.grizzly.http2.Http2Stream.HTTP2_PARENT_STREAM_ATTRIBUTE:Ljava/lang/String;
         6: .line 79
            getstatic org.glassfish.grizzly.attributes.AttributeBuilder.DEFAULT_ATTRIBUTE_BUILDER:Lorg/glassfish/grizzly/attributes/AttributeBuilder;
            ldc "http2.request.stream"
            invokeinterface org.glassfish.grizzly.attributes.AttributeBuilder.createAttribute:(Ljava/lang/String;)Lorg/glassfish/grizzly/attributes/Attribute;
         7: .line 78
            putstatic org.glassfish.grizzly.http2.Http2Stream.HTTP_RQST_HTTP2_STREAM_ATTR:Lorg/glassfish/grizzly/attributes/Attribute;
         8: .line 98
            ldc Lorg/glassfish/grizzly/http2/Http2Stream;
            ldc "unackedReadBytes"
            invokestatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
         9: .line 97
            putstatic org.glassfish.grizzly.http2.Http2Stream.unackedReadBytesUpdater:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
        10: .line 104
            ldc Lorg/glassfish/grizzly/http2/Http2Stream;
            ldc Lorg/glassfish/grizzly/CloseReason;
            ldc "closeReason"
            invokestatic java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
        11: .line 103
            putstatic org.glassfish.grizzly.http2.Http2Stream.closeReasonUpdater:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
        12: .line 113
            ldc Lorg/glassfish/grizzly/http2/Http2Stream;
            ldc "completeFinalizationCounter"
            invokestatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
        13: .line 112
            putstatic org.glassfish.grizzly.http2.Http2Stream.completeFinalizationCounterUpdater:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
        14: .line 113
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.glassfish.grizzly.http2.Http2Stream getStreamFor(org.glassfish.grizzly.http.HttpHeader);
    descriptor: (Lorg/glassfish/grizzly/http/HttpHeader;)Lorg/glassfish/grizzly/http2/Http2Stream;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.HttpHeader httpHeader
         0: .line 127
            aload 0 /* httpHeader */
            invokevirtual org.glassfish.grizzly.http.HttpHeader.isRequest:()Z
            ifeq 4
         1: .line 128
            getstatic org.glassfish.grizzly.http2.Http2Stream.$assertionsDisabled:Z
            ifne 2
            aload 0 /* httpHeader */
            instanceof org.glassfish.grizzly.http.HttpRequestPacket
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* httpHeader */
            checkcast org.glassfish.grizzly.http.HttpRequestPacket
            astore 1 /* request */
        start local 1 // org.glassfish.grizzly.http.HttpRequestPacket request
         3: .line 130
            goto 6
        end local 1 // org.glassfish.grizzly.http.HttpRequestPacket request
         4: .line 131
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.grizzly.http2.Http2Stream.$assertionsDisabled:Z
            ifne 5
            aload 0 /* httpHeader */
            instanceof org.glassfish.grizzly.http.HttpResponsePacket
            ifne 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* httpHeader */
            checkcast org.glassfish.grizzly.http.HttpResponsePacket
            invokevirtual org.glassfish.grizzly.http.HttpResponsePacket.getRequest:()Lorg/glassfish/grizzly/http/HttpRequestPacket;
            astore 1 /* request */
        start local 1 // org.glassfish.grizzly.http.HttpRequestPacket request
         6: .line 135
      StackMap locals: org.glassfish.grizzly.http.HttpRequestPacket
      StackMap stack:
            aload 1 /* request */
            ifnull 8
         7: .line 136
            getstatic org.glassfish.grizzly.http2.Http2Stream.HTTP_RQST_HTTP2_STREAM_ATTR:Lorg/glassfish/grizzly/attributes/Attribute;
            aload 1 /* request */
            invokevirtual org.glassfish.grizzly.attributes.Attribute.get:(Lorg/glassfish/grizzly/attributes/AttributeStorage;)Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http2.Http2Stream
            areturn
         8: .line 139
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.glassfish.grizzly.http.HttpRequestPacket request
        end local 0 // org.glassfish.grizzly.http.HttpHeader httpHeader
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0  httpHeader  Lorg/glassfish/grizzly/http/HttpHeader;
            3    4     1     request  Lorg/glassfish/grizzly/http/HttpRequestPacket;
            6    9     1     request  Lorg/glassfish/grizzly/http/HttpRequestPacket;
    MethodParameters:
            Name  Flags
      httpHeader  final

  protected void <init>(org.glassfish.grizzly.http2.Http2Session, org.glassfish.grizzly.http.HttpRequestPacket, int, int, boolean, int);
    descriptor: (Lorg/glassfish/grizzly/http2/Http2Session;Lorg/glassfish/grizzly/http/HttpRequestPacket;IIZI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // org.glassfish.grizzly.http2.Http2Session http2Session
        start local 2 // org.glassfish.grizzly.http.HttpRequestPacket request
        start local 3 // int streamId
        start local 4 // int parentStreamId
        start local 5 // boolean exclusive
        start local 6 // int priority
         0: .line 151
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.IDLE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         2: .line 91
            aload 0 /* this */
            getstatic org.glassfish.grizzly.attributes.AttributeBuilder.DEFAULT_ATTRIBUTE_BUILDER:Lorg/glassfish/grizzly/attributes/AttributeBuilder;
            invokeinterface org.glassfish.grizzly.attributes.AttributeBuilder.createSafeAttributeHolder:()Lorg/glassfish/grizzly/attributes/AttributeHolder;
            putfield org.glassfish.grizzly.http2.Http2Stream.attributes:Lorg/glassfish/grizzly/attributes/AttributeHolder;
         3: .line 110
            aload 0 /* this */
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield org.glassfish.grizzly.http2.Http2Stream.closeListeners:Ljava/util/Queue;
         4: .line 153
            aload 0 /* this */
            aload 1 /* http2Session */
            putfield org.glassfish.grizzly.http2.Http2Stream.http2Session:Lorg/glassfish/grizzly/http2/Http2Session;
         5: .line 154
            aload 0 /* this */
            aload 2 /* request */
            putfield org.glassfish.grizzly.http2.Http2Stream.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
         6: .line 155
            aload 0 /* this */
            iload 3 /* streamId */
            putfield org.glassfish.grizzly.http2.Http2Stream.streamId:I
         7: .line 156
            aload 0 /* this */
            iload 4 /* parentStreamId */
            putfield org.glassfish.grizzly.http2.Http2Stream.parentStreamId:I
         8: .line 157
            aload 0 /* this */
            iload 5 /* exclusive */
            putfield org.glassfish.grizzly.http2.Http2Stream.exclusive:Z
         9: .line 158
            aload 0 /* this */
            iload 6 /* priority */
            putfield org.glassfish.grizzly.http2.Http2Stream.priority:I
        10: .line 159
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.IDLE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
        11: .line 161
            aload 0 /* this */
            new org.glassfish.grizzly.http2.DefaultInputBuffer
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http2.DefaultInputBuffer.<init>:(Lorg/glassfish/grizzly/http2/Http2Stream;)V
            putfield org.glassfish.grizzly.http2.Http2Stream.inputBuffer:Lorg/glassfish/grizzly/http2/StreamInputBuffer;
        12: .line 162
            aload 0 /* this */
            new org.glassfish.grizzly.http2.DefaultOutputSink
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http2.DefaultOutputSink.<init>:(Lorg/glassfish/grizzly/http2/Http2Stream;)V
            putfield org.glassfish.grizzly.http2.Http2Stream.outputSink:Lorg/glassfish/grizzly/http2/StreamOutputSink;
        13: .line 164
            getstatic org.glassfish.grizzly.http2.Http2Stream.HTTP_RQST_HTTP2_STREAM_ATTR:Lorg/glassfish/grizzly/attributes/Attribute;
            aload 2 /* request */
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.attributes.Attribute.set:(Lorg/glassfish/grizzly/attributes/AttributeStorage;Ljava/lang/Object;)V
        14: .line 165
            return
        end local 6 // int priority
        end local 5 // boolean exclusive
        end local 4 // int parentStreamId
        end local 3 // int streamId
        end local 2 // org.glassfish.grizzly.http.HttpRequestPacket request
        end local 1 // org.glassfish.grizzly.http2.Http2Session http2Session
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0   15     1    http2Session  Lorg/glassfish/grizzly/http2/Http2Session;
            0   15     2         request  Lorg/glassfish/grizzly/http/HttpRequestPacket;
            0   15     3        streamId  I
            0   15     4  parentStreamId  I
            0   15     5       exclusive  Z
            0   15     6        priority  I
    MethodParameters:
                Name  Flags
      http2Session    final
      request         final
      streamId        final
      parentStreamId  final
      exclusive       final
      priority        final

  protected void <init>(org.glassfish.grizzly.http2.Http2Session, org.glassfish.grizzly.http.HttpRequestPacket, int);
    descriptor: (Lorg/glassfish/grizzly/http2/Http2Session;Lorg/glassfish/grizzly/http/HttpRequestPacket;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // org.glassfish.grizzly.http2.Http2Session http2Session
        start local 2 // org.glassfish.grizzly.http.HttpRequestPacket request
        start local 3 // int priority
         0: .line 174
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.IDLE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         2: .line 91
            aload 0 /* this */
            getstatic org.glassfish.grizzly.attributes.AttributeBuilder.DEFAULT_ATTRIBUTE_BUILDER:Lorg/glassfish/grizzly/attributes/AttributeBuilder;
            invokeinterface org.glassfish.grizzly.attributes.AttributeBuilder.createSafeAttributeHolder:()Lorg/glassfish/grizzly/attributes/AttributeHolder;
            putfield org.glassfish.grizzly.http2.Http2Stream.attributes:Lorg/glassfish/grizzly/attributes/AttributeHolder;
         3: .line 110
            aload 0 /* this */
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield org.glassfish.grizzly.http2.Http2Stream.closeListeners:Ljava/util/Queue;
         4: .line 175
            aload 0 /* this */
            aload 1 /* http2Session */
            putfield org.glassfish.grizzly.http2.Http2Stream.http2Session:Lorg/glassfish/grizzly/http2/Http2Session;
         5: .line 176
            aload 0 /* this */
            aload 2 /* request */
            putfield org.glassfish.grizzly.http2.Http2Stream.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
         6: .line 177
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http2.Http2Stream.streamId:I
         7: .line 178
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http2.Http2Stream.parentStreamId:I
         8: .line 179
            aload 0 /* this */
            iload 3 /* priority */
            putfield org.glassfish.grizzly.http2.Http2Stream.priority:I
         9: .line 181
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http2.Http2Stream.exclusive:Z
        10: .line 182
            aload 0 /* this */
            aload 1 /* http2Session */
            invokevirtual org.glassfish.grizzly.http2.Http2Session.isServer:()Z
            ifeq 11
            new org.glassfish.grizzly.http2.UpgradeInputBuffer
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http2.UpgradeInputBuffer.<init>:(Lorg/glassfish/grizzly/http2/Http2Stream;)V
            goto 12
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream org.glassfish.grizzly.http2.Http2Session org.glassfish.grizzly.http.HttpRequestPacket int
      StackMap stack: org.glassfish.grizzly.http2.Http2Stream
        11: new org.glassfish.grizzly.http2.DefaultInputBuffer
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http2.DefaultInputBuffer.<init>:(Lorg/glassfish/grizzly/http2/Http2Stream;)V
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream org.glassfish.grizzly.http2.Http2Session org.glassfish.grizzly.http.HttpRequestPacket int
      StackMap stack: org.glassfish.grizzly.http2.Http2Stream org.glassfish.grizzly.http2.StreamInputBuffer
        12: putfield org.glassfish.grizzly.http2.Http2Stream.inputBuffer:Lorg/glassfish/grizzly/http2/StreamInputBuffer;
        13: .line 183
            aload 0 /* this */
            aload 1 /* http2Session */
            invokevirtual org.glassfish.grizzly.http2.Http2Session.isServer:()Z
            ifeq 14
            new org.glassfish.grizzly.http2.DefaultOutputSink
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http2.DefaultOutputSink.<init>:(Lorg/glassfish/grizzly/http2/Http2Stream;)V
            goto 15
      StackMap locals:
      StackMap stack: org.glassfish.grizzly.http2.Http2Stream
        14: new org.glassfish.grizzly.http2.UpgradeOutputSink
            dup
            aload 1 /* http2Session */
            invokespecial org.glassfish.grizzly.http2.UpgradeOutputSink.<init>:(Lorg/glassfish/grizzly/http2/Http2Session;)V
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream org.glassfish.grizzly.http2.Http2Session org.glassfish.grizzly.http.HttpRequestPacket int
      StackMap stack: org.glassfish.grizzly.http2.Http2Stream org.glassfish.grizzly.http2.StreamOutputSink
        15: putfield org.glassfish.grizzly.http2.Http2Stream.outputSink:Lorg/glassfish/grizzly/http2/StreamOutputSink;
        16: .line 185
            getstatic org.glassfish.grizzly.http2.Http2Stream.HTTP_RQST_HTTP2_STREAM_ATTR:Lorg/glassfish/grizzly/attributes/Attribute;
            aload 2 /* request */
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.attributes.Attribute.set:(Lorg/glassfish/grizzly/attributes/AttributeStorage;Ljava/lang/Object;)V
        17: .line 186
            return
        end local 3 // int priority
        end local 2 // org.glassfish.grizzly.http.HttpRequestPacket request
        end local 1 // org.glassfish.grizzly.http2.Http2Session http2Session
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0          this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0   18     1  http2Session  Lorg/glassfish/grizzly/http2/Http2Session;
            0   18     2       request  Lorg/glassfish/grizzly/http/HttpRequestPacket;
            0   18     3      priority  I
    MethodParameters:
              Name  Flags
      http2Session  final
      request       final
      priority      final

  org.glassfish.grizzly.http2.Http2Session getHttp2Session();
    descriptor: ()Lorg/glassfish/grizzly/http2/Http2Session;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 189
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.http2Session:Lorg/glassfish/grizzly/http2/Http2Session;
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public int getPeerWindowSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 193
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.http2Session:Lorg/glassfish/grizzly/http2/Http2Session;
            invokevirtual org.glassfish.grizzly.http2.Http2Session.getPeerStreamWindowSize:()I
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public int getLocalWindowSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 197
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.http2Session:Lorg/glassfish/grizzly/http2/Http2Session;
            invokevirtual org.glassfish.grizzly.http2.Http2Session.getLocalStreamWindowSize:()I
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public int getUnflushedWritesCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 204
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.outputSink:Lorg/glassfish/grizzly/http2/StreamOutputSink;
            invokeinterface org.glassfish.grizzly.http2.StreamOutputSink.getUnflushedWritesCount:()I
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public org.glassfish.grizzly.http.HttpRequestPacket getRequest();
    descriptor: ()Lorg/glassfish/grizzly/http/HttpRequestPacket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 208
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public org.glassfish.grizzly.http.HttpResponsePacket getResponse();
    descriptor: ()Lorg/glassfish/grizzly/http/HttpResponsePacket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 212
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
            invokevirtual org.glassfish.grizzly.http.HttpRequestPacket.getResponse:()Lorg/glassfish/grizzly/http/HttpResponsePacket;
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public boolean isPushEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 217
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.http2Session:Lorg/glassfish/grizzly/http2/Http2Session;
            invokevirtual org.glassfish.grizzly.http2.Http2Session.isPushEnabled:()Z
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public int getId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 221
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.streamId:I
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public int getParentStreamId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 226
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.parentStreamId:I
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public int getPriority();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 231
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.priority:I
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public boolean isPushStream();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 235
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.streamId:I
            iconst_1
            iand
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public boolean isLocallyInitiatedStream();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 239
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.http2Session:Lorg/glassfish/grizzly/http2/Http2Session;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.streamId:I
            invokevirtual org.glassfish.grizzly.http2.Http2Session.isLocallyInitiatedStream:(I)Z
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public boolean isOpen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 244
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.completeFinalizationCounter:I
            iconst_2
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public void assertOpen();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 249
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.isOpen:()Z
            ifne 4
         1: .line 250
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeReason:Lorg/glassfish/grizzly/CloseReason;
            astore 1 /* cr */
        start local 1 // org.glassfish.grizzly.CloseReason cr
         2: .line 251
            getstatic org.glassfish.grizzly.http2.Http2Stream.$assertionsDisabled:Z
            ifne 3
            aload 1 /* cr */
            ifnonnull 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 253
      StackMap locals: org.glassfish.grizzly.CloseReason
      StackMap stack:
            new java.io.IOException
            dup
            ldc "closed"
            aload 1 /* cr */
            invokevirtual org.glassfish.grizzly.CloseReason.getCause:()Ljava/io/IOException;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // org.glassfish.grizzly.CloseReason cr
         4: .line 255
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
            2    4     1    cr  Lorg/glassfish/grizzly/CloseReason;
    Exceptions:
      throws java.io.IOException

  public org.glassfish.grizzly.attributes.AttributeHolder getAttributes();
    descriptor: ()Lorg/glassfish/grizzly/attributes/AttributeHolder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 259
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.attributes:Lorg/glassfish/grizzly/attributes/AttributeHolder;
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public boolean canWrite(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // int length
         0: .line 265
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.canWrite:()Z
            ireturn
        end local 1 // int length
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0    1     1  length  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      length  

  public boolean canWrite();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 270
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.outputSink:Lorg/glassfish/grizzly/http2/StreamOutputSink;
            invokeinterface org.glassfish.grizzly.http2.StreamOutputSink.canWrite:()Z
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public void notifyCanWrite(org.glassfish.grizzly.WriteHandler, int);
    descriptor: (Lorg/glassfish/grizzly/WriteHandler;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // org.glassfish.grizzly.WriteHandler handler
        start local 2 // int length
         0: .line 276
            aload 0 /* this */
            aload 1 /* handler */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.notifyCanWrite:(Lorg/glassfish/grizzly/WriteHandler;)V
         1: .line 277
            return
        end local 2 // int length
        end local 1 // org.glassfish.grizzly.WriteHandler handler
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0    2     1  handler  Lorg/glassfish/grizzly/WriteHandler;
            0    2     2   length  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      handler  final
      length   final

  public void notifyCanWrite(org.glassfish.grizzly.WriteHandler);
    descriptor: (Lorg/glassfish/grizzly/WriteHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // org.glassfish.grizzly.WriteHandler writeHandler
         0: .line 281
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.outputSink:Lorg/glassfish/grizzly/http2/StreamOutputSink;
            aload 1 /* writeHandler */
            invokeinterface org.glassfish.grizzly.http2.StreamOutputSink.notifyWritePossible:(Lorg/glassfish/grizzly/WriteHandler;)V
         1: .line 282
            return
        end local 1 // org.glassfish.grizzly.WriteHandler writeHandler
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0    2     1  writeHandler  Lorg/glassfish/grizzly/WriteHandler;
    MethodParameters:
              Name  Flags
      writeHandler  final

  org.glassfish.grizzly.http2.StreamOutputSink getOutputSink();
    descriptor: ()Lorg/glassfish/grizzly/http2/StreamOutputSink;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 285
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.outputSink:Lorg/glassfish/grizzly/http2/StreamOutputSink;
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public org.glassfish.grizzly.GrizzlyFuture<org.glassfish.grizzly.Closeable> terminate();
    descriptor: ()Lorg/glassfish/grizzly/GrizzlyFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 290
            invokestatic org.glassfish.grizzly.utils.Futures.createSafeFuture:()Lorg/glassfish/grizzly/impl/FutureImpl;
            astore 1 /* future */
        start local 1 // org.glassfish.grizzly.impl.FutureImpl future
         1: .line 291
            aload 0 /* this */
            aload 1 /* future */
            invokestatic org.glassfish.grizzly.utils.Futures.toCompletionHandler:(Lorg/glassfish/grizzly/impl/FutureImpl;)Lorg/glassfish/grizzly/CompletionHandler;
            getstatic org.glassfish.grizzly.CloseType.LOCALLY:Lorg/glassfish/grizzly/CloseType;
            aconst_null
            iconst_0
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close0:(Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
         2: .line 293
            aload 1 /* future */
            areturn
        end local 1 // org.glassfish.grizzly.impl.FutureImpl future
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/glassfish/grizzly/http2/Http2Stream;
            1    3     1  future  Lorg/glassfish/grizzly/impl/FutureImpl<Lorg/glassfish/grizzly/Closeable;>;
    Signature: ()Lorg/glassfish/grizzly/GrizzlyFuture<Lorg/glassfish/grizzly/Closeable;>;

  public void terminateSilently();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 298
            aload 0 /* this */
            aconst_null
            getstatic org.glassfish.grizzly.CloseType.LOCALLY:Lorg/glassfish/grizzly/CloseType;
            aconst_null
            iconst_0
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close0:(Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
         1: .line 299
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public void terminateWithReason(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // java.io.IOException cause
         0: .line 303
            aload 0 /* this */
            aconst_null
            getstatic org.glassfish.grizzly.CloseType.LOCALLY:Lorg/glassfish/grizzly/CloseType;
            aload 1 /* cause */
            iconst_0
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close0:(Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
         1: .line 304
            return
        end local 1 // java.io.IOException cause
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0    2     1  cause  Ljava/io/IOException;
    MethodParameters:
       Name  Flags
      cause  final

  public org.glassfish.grizzly.GrizzlyFuture<org.glassfish.grizzly.Closeable> close();
    descriptor: ()Lorg/glassfish/grizzly/GrizzlyFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 308
            invokestatic org.glassfish.grizzly.utils.Futures.createSafeFuture:()Lorg/glassfish/grizzly/impl/FutureImpl;
            astore 1 /* future */
        start local 1 // org.glassfish.grizzly.impl.FutureImpl future
         1: .line 309
            aload 0 /* this */
            aload 1 /* future */
            invokestatic org.glassfish.grizzly.utils.Futures.toCompletionHandler:(Lorg/glassfish/grizzly/impl/FutureImpl;)Lorg/glassfish/grizzly/CompletionHandler;
            getstatic org.glassfish.grizzly.CloseType.LOCALLY:Lorg/glassfish/grizzly/CloseType;
            aconst_null
            iconst_1
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close0:(Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
         2: .line 311
            aload 1 /* future */
            areturn
        end local 1 // org.glassfish.grizzly.impl.FutureImpl future
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/glassfish/grizzly/http2/Http2Stream;
            1    3     1  future  Lorg/glassfish/grizzly/impl/FutureImpl<Lorg/glassfish/grizzly/Closeable;>;
    Signature: ()Lorg/glassfish/grizzly/GrizzlyFuture<Lorg/glassfish/grizzly/Closeable;>;

  public void closeSilently();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 316
            aload 0 /* this */
            aconst_null
            getstatic org.glassfish.grizzly.CloseType.LOCALLY:Lorg/glassfish/grizzly/CloseType;
            aconst_null
            iconst_1
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close0:(Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
         1: .line 317
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public void close(org.glassfish.grizzly.CompletionHandler<org.glassfish.grizzly.Closeable>);
    descriptor: (Lorg/glassfish/grizzly/CompletionHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // org.glassfish.grizzly.CompletionHandler completionHandler
         0: .line 328
            aload 0 /* this */
            aload 1 /* completionHandler */
            getstatic org.glassfish.grizzly.CloseType.LOCALLY:Lorg/glassfish/grizzly/CloseType;
            aconst_null
            iconst_1
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close0:(Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
         1: .line 329
            return
        end local 1 // org.glassfish.grizzly.CompletionHandler completionHandler
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0    2     1  completionHandler  Lorg/glassfish/grizzly/CompletionHandler<Lorg/glassfish/grizzly/Closeable;>;
    Signature: (Lorg/glassfish/grizzly/CompletionHandler<Lorg/glassfish/grizzly/Closeable;>;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                   Name  Flags
      completionHandler  final

  public void closeWithReason(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // java.io.IOException cause
         0: .line 333
            aload 0 /* this */
            aconst_null
            getstatic org.glassfish.grizzly.CloseType.LOCALLY:Lorg/glassfish/grizzly/CloseType;
            aload 1 /* cause */
            iconst_0
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close0:(Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
         1: .line 334
            return
        end local 1 // java.io.IOException cause
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0    2     1  cause  Ljava/io/IOException;
    MethodParameters:
       Name  Flags
      cause  final

  void close0(org.glassfish.grizzly.CompletionHandler<org.glassfish.grizzly.Closeable>, org.glassfish.grizzly.CloseType, java.io.IOException, );
    descriptor: (Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // org.glassfish.grizzly.CompletionHandler completionHandler
        start local 2 // org.glassfish.grizzly.CloseType closeType
        start local 3 // java.io.IOException cause
        start local 4 // boolean isCloseOutputGracefully
         0: .line 339
            getstatic org.glassfish.grizzly.http2.Http2Stream.closeReasonUpdater:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
            aload 0 /* this */
            aconst_null
            new org.glassfish.grizzly.CloseReason
            dup
            aload 2 /* closeType */
            aload 3 /* cause */
            invokespecial org.glassfish.grizzly.CloseReason.<init>:(Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;)V
            invokevirtual java.util.concurrent.atomic.AtomicReferenceFieldUpdater.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
         1: .line 341
            aload 2 /* closeType */
            getstatic org.glassfish.grizzly.CloseType.LOCALLY:Lorg/glassfish/grizzly/CloseType;
            if_acmpne 2
            getstatic org.glassfish.grizzly.http2.Termination.LOCAL_CLOSE_TERMINATION:Lorg/glassfish/grizzly/http2/Termination;
            goto 3
      StackMap locals:
      StackMap stack:
         2: getstatic org.glassfish.grizzly.http2.Termination.PEER_CLOSE_TERMINATION:Lorg/glassfish/grizzly/http2/Termination;
      StackMap locals:
      StackMap stack: org.glassfish.grizzly.http2.Termination
         3: astore 5 /* termination */
        start local 5 // org.glassfish.grizzly.http2.Termination termination
         4: .line 344
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.inputBuffer:Lorg/glassfish/grizzly/http2/StreamInputBuffer;
            aload 5 /* termination */
            invokeinterface org.glassfish.grizzly.http2.StreamInputBuffer.terminate:(Lorg/glassfish/grizzly/http2/Termination;)V
         5: .line 346
            iload 4 /* isCloseOutputGracefully */
            ifeq 8
         6: .line 347
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.outputSink:Lorg/glassfish/grizzly/http2/StreamOutputSink;
            invokeinterface org.glassfish.grizzly.http2.StreamOutputSink.close:()V
         7: .line 348
            goto 9
         8: .line 350
      StackMap locals: org.glassfish.grizzly.http2.Termination
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.outputSink:Lorg/glassfish/grizzly/http2/StreamOutputSink;
            aload 5 /* termination */
            invokeinterface org.glassfish.grizzly.http2.StreamOutputSink.terminate:(Lorg/glassfish/grizzly/http2/Termination;)V
         9: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.notifyCloseListeners:()V
        10: .line 355
            aload 1 /* completionHandler */
            ifnull 12
        11: .line 356
            aload 1 /* completionHandler */
            aload 0 /* this */
            invokeinterface org.glassfish.grizzly.CompletionHandler.completed:(Ljava/lang/Object;)V
        end local 5 // org.glassfish.grizzly.http2.Termination termination
        12: .line 359
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean isCloseOutputGracefully
        end local 3 // java.io.IOException cause
        end local 2 // org.glassfish.grizzly.CloseType closeType
        end local 1 // org.glassfish.grizzly.CompletionHandler completionHandler
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   13     0                     this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0   13     1        completionHandler  Lorg/glassfish/grizzly/CompletionHandler<Lorg/glassfish/grizzly/Closeable;>;
            0   13     2                closeType  Lorg/glassfish/grizzly/CloseType;
            0   13     3                    cause  Ljava/io/IOException;
            0   13     4  isCloseOutputGracefully  Z
            4   12     5              termination  Lorg/glassfish/grizzly/http2/Termination;
    Signature: (Lorg/glassfish/grizzly/CompletionHandler<Lorg/glassfish/grizzly/Closeable;>;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
    MethodParameters:
                         Name  Flags
      completionHandler        final
      closeType                final
      cause                    final
      isCloseOutputGracefully  final

  void closedRemotely();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 368
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.inputBuffer:Lorg/glassfish/grizzly/http2/StreamInputBuffer;
            new org.glassfish.grizzly.http2.Http2Stream$1
            dup
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Termination$TerminationType.PEER_CLOSE:Lorg/glassfish/grizzly/http2/Termination$TerminationType;
            ldc "Closed by peer"
            iconst_1
            invokespecial org.glassfish.grizzly.http2.Http2Stream$1.<init>:(Lorg/glassfish/grizzly/http2/Http2Stream;Lorg/glassfish/grizzly/http2/Termination$TerminationType;Ljava/lang/String;Z)V
            invokeinterface org.glassfish.grizzly.http2.StreamInputBuffer.terminate:(Lorg/glassfish/grizzly/http2/Termination;)V
         1: .line 374
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  void resetRemotely();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 380
            getstatic org.glassfish.grizzly.http2.Http2Stream.closeReasonUpdater:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
            aload 0 /* this */
            aconst_null
            new org.glassfish.grizzly.CloseReason
            dup
            getstatic org.glassfish.grizzly.CloseType.REMOTELY:Lorg/glassfish/grizzly/CloseType;
            aconst_null
            invokespecial org.glassfish.grizzly.CloseReason.<init>:(Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;)V
            invokevirtual java.util.concurrent.atomic.AtomicReferenceFieldUpdater.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 4
         1: .line 381
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.onReset:()V
         2: .line 384
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.inputBuffer:Lorg/glassfish/grizzly/http2/StreamInputBuffer;
            getstatic org.glassfish.grizzly.http2.Termination.RESET_TERMINATION:Lorg/glassfish/grizzly/http2/Termination;
            invokeinterface org.glassfish.grizzly.http2.StreamInputBuffer.terminate:(Lorg/glassfish/grizzly/http2/Termination;)V
         3: .line 387
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.outputSink:Lorg/glassfish/grizzly/http2/StreamOutputSink;
            getstatic org.glassfish.grizzly.http2.Termination.RESET_TERMINATION:Lorg/glassfish/grizzly/http2/Termination;
            invokeinterface org.glassfish.grizzly.http2.StreamOutputSink.terminate:(Lorg/glassfish/grizzly/http2/Termination;)V
         4: .line 391
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  void onProcessingComplete();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 394
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http2.Http2Stream.isProcessingComplete:Z
         1: .line 395
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close:()Lorg/glassfish/grizzly/GrizzlyFuture;
            pop
         2: .line 404
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  public void addCloseListener(org.glassfish.grizzly.CloseListener);
    descriptor: (Lorg/glassfish/grizzly/CloseListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // org.glassfish.grizzly.CloseListener closeListener
         0: .line 409
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeReason:Lorg/glassfish/grizzly/CloseReason;
            astore 2 /* cr */
        start local 2 // org.glassfish.grizzly.CloseReason cr
         1: .line 412
            aload 2 /* cr */
            ifnonnull 9
         2: .line 414
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeListeners:Ljava/util/Queue;
            aload 1 /* closeListener */
            invokeinterface java.util.Queue.add:(Ljava/lang/Object;)Z
            pop
         3: .line 416
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeReason:Lorg/glassfish/grizzly/CloseReason;
            astore 2 /* cr */
         4: .line 417
            aload 2 /* cr */
            ifnull 12
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeListeners:Ljava/util/Queue;
            aload 1 /* closeListener */
            invokeinterface java.util.Queue.remove:(Ljava/lang/Object;)Z
            ifeq 12
         5: .line 420
            aload 1 /* closeListener */
            aload 0 /* this */
            aload 2 /* cr */
            invokevirtual org.glassfish.grizzly.CloseReason.getType:()Lorg/glassfish/grizzly/CloseType;
            invokeinterface org.glassfish.grizzly.CloseListener.onClosed:(Lorg/glassfish/grizzly/Closeable;Lorg/glassfish/grizzly/ICloseType;)V
         6: .line 421
            goto 12
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream org.glassfish.grizzly.CloseListener org.glassfish.grizzly.CloseReason
      StackMap stack: java.io.IOException
         7: pop
         8: .line 424
            goto 12
         9: .line 426
      StackMap locals:
      StackMap stack:
            aload 1 /* closeListener */
            aload 0 /* this */
            aload 2 /* cr */
            invokevirtual org.glassfish.grizzly.CloseReason.getType:()Lorg/glassfish/grizzly/CloseType;
            invokeinterface org.glassfish.grizzly.CloseListener.onClosed:(Lorg/glassfish/grizzly/Closeable;Lorg/glassfish/grizzly/ICloseType;)V
        10: .line 427
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        11: pop
        12: .line 430
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.glassfish.grizzly.CloseReason cr
        end local 1 // org.glassfish.grizzly.CloseListener closeListener
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0   13     1  closeListener  Lorg/glassfish/grizzly/CloseListener;
            1   13     2             cr  Lorg/glassfish/grizzly/CloseReason;
      Exception table:
        from    to  target  type
           5     6       7  Class java.io.IOException
           9    10      11  Class java.io.IOException
    MethodParameters:
               Name  Flags
      closeListener  final

  public boolean removeCloseListener(org.glassfish.grizzly.CloseListener);
    descriptor: (Lorg/glassfish/grizzly/CloseListener;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // org.glassfish.grizzly.CloseListener closeListener
         0: .line 434
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeListeners:Ljava/util/Queue;
            aload 1 /* closeListener */
            invokeinterface java.util.Queue.remove:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // org.glassfish.grizzly.CloseListener closeListener
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0    1     1  closeListener  Lorg/glassfish/grizzly/CloseListener;
    MethodParameters:
               Name  Flags
      closeListener  final

  public org.glassfish.grizzly.GrizzlyFuture<org.glassfish.grizzly.CloseReason> closeFuture();
    descriptor: ()Lorg/glassfish/grizzly/GrizzlyFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 440
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeFuture:Lorg/glassfish/grizzly/GrizzlyFuture;
            ifnonnull 14
         1: .line 441
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 442
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeFuture:Lorg/glassfish/grizzly/GrizzlyFuture;
            ifnonnull 10
         3: .line 443
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeReason:Lorg/glassfish/grizzly/CloseReason;
            astore 2 /* cr */
        start local 2 // org.glassfish.grizzly.CloseReason cr
         4: .line 445
            aload 2 /* cr */
            ifnonnull 9
         5: .line 446
            invokestatic org.glassfish.grizzly.utils.Futures.createSafeFuture:()Lorg/glassfish/grizzly/impl/FutureImpl;
            astore 3 /* f */
        start local 3 // org.glassfish.grizzly.impl.FutureImpl f
         6: .line 447
            aload 0 /* this */
            new org.glassfish.grizzly.http2.Http2Stream$2
            dup
            aload 0 /* this */
            aload 3 /* f */
            invokespecial org.glassfish.grizzly.http2.Http2Stream$2.<init>:(Lorg/glassfish/grizzly/http2/Http2Stream;Lorg/glassfish/grizzly/impl/FutureImpl;)V
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.addCloseListener:(Lorg/glassfish/grizzly/CloseListener;)V
         7: .line 457
            aload 0 /* this */
            aload 3 /* f */
            putfield org.glassfish.grizzly.http2.Http2Stream.closeFuture:Lorg/glassfish/grizzly/GrizzlyFuture;
        end local 3 // org.glassfish.grizzly.impl.FutureImpl f
         8: .line 458
            goto 10
         9: .line 459
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream org.glassfish.grizzly.CloseReason
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cr */
            invokestatic org.glassfish.grizzly.utils.Futures.createReadyFuture:(Ljava/lang/Object;)Lorg/glassfish/grizzly/GrizzlyFuture;
            putfield org.glassfish.grizzly.http2.Http2Stream.closeFuture:Lorg/glassfish/grizzly/GrizzlyFuture;
        end local 2 // org.glassfish.grizzly.CloseReason cr
        10: .line 441
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        11: goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: aload 1
            monitorexit
        13: athrow
        14: .line 465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeFuture:Lorg/glassfish/grizzly/GrizzlyFuture;
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
            4   10     2    cr  Lorg/glassfish/grizzly/CloseReason;
            6    8     3     f  Lorg/glassfish/grizzly/impl/FutureImpl<Lorg/glassfish/grizzly/CloseReason;>;
      Exception table:
        from    to  target  type
           2    11      12  any
          12    13      12  any
    Signature: ()Lorg/glassfish/grizzly/GrizzlyFuture<Lorg/glassfish/grizzly/CloseReason;>;

  void onInputClosed();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 469
            getstatic org.glassfish.grizzly.http2.Http2Stream.completeFinalizationCounterUpdater:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.incrementAndGet:(Ljava/lang/Object;)I
            iconst_2
            if_icmpne 3
         1: .line 470
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.closedStateSwitch:()V
         2: .line 471
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.closeStream:()V
         3: .line 473
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  void onOutputClosed();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 476
            getstatic org.glassfish.grizzly.http2.Http2Stream.completeFinalizationCounterUpdater:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.incrementAndGet:(Ljava/lang/Object;)I
            iconst_2
            if_icmpne 3
         1: .line 477
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.closedStateSwitch:()V
         2: .line 478
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.closeStream:()V
         3: .line 480
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  private void closedStateSwitch();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 483
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 484
            invokestatic org.glassfish.grizzly.http2.Http2Stream.$SWITCH_TABLE$org$glassfish$grizzly$http2$Http2Stream$State:()[I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream$State.ordinal:()I
            iaload
            tableswitch { // 2 - 6
                    2: 2
                    3: 5
                    4: 5
                    5: 5
                    6: 4
              default: 5
          }
         2: .line 486
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.HALF_CLOSED_LOCAL:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         3: .line 487
            goto 5
         4: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.CLOSED:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         5: .line 483
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 493
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any

  int getInboundHeaderFramesCounter();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 496
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.inboundHeaderFramesCounter:I
            ireturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  void onRcvHeaders(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // boolean isEOS
         0: .line 509
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http2.Http2Stream.inboundHeaderFramesCounter:I
            iconst_1
            iadd
            putfield org.glassfish.grizzly.http2.Http2Stream.inboundHeaderFramesCounter:I
         1: .line 511
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.inboundHeaderFramesCounter:I
            tableswitch { // 1 - 2
                    1: 2
                    2: 6
              default: 8
          }
         2: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.onReceiveHeaders:()V
         3: .line 516
            iload 1 /* isEOS */
            ifeq 10
         4: .line 517
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.onReceiveEndOfStream:()V
         5: .line 520
            goto 10
         6: .line 522
      StackMap locals:
      StackMap stack:
            iload 1 /* isEOS */
            ifeq 8
         7: .line 523
            goto 10
         8: .line 529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.inputBuffer:Lorg/glassfish/grizzly/http2/StreamInputBuffer;
            getstatic org.glassfish.grizzly.http2.Termination.UNEXPECTED_FRAME_TERMINATION:Lorg/glassfish/grizzly/http2/Termination;
            invokeinterface org.glassfish.grizzly.http2.StreamInputBuffer.close:(Lorg/glassfish/grizzly/http2/Termination;)V
         9: .line 530
            new org.glassfish.grizzly.http2.Http2StreamException
            dup
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getId:()I
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.PROTOCOL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
            ldc "Unexpected headers frame"
            invokespecial org.glassfish.grizzly.http2.Http2StreamException.<init>:(ILorg/glassfish/grizzly/http2/frames/ErrorCode;Ljava/lang/String;)V
            athrow
        10: .line 533
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean isEOS
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0   11     1  isEOS  Z
    Exceptions:
      throws org.glassfish.grizzly.http2.Http2StreamException
    MethodParameters:
       Name  Flags
      isEOS  final

  void onSndHeaders(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // boolean isEOS
         0: .line 542
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.onSendHeaders:()V
         1: .line 543
            iload 1 /* isEOS */
            ifeq 3
         2: .line 544
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.onSendEndOfStream:()V
         3: .line 546
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean isEOS
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0    4     1  isEOS  Z
    MethodParameters:
       Name  Flags
      isEOS  final

  private java.io.IOException assertCanAcceptData(boolean);
    descriptor: (Z)Ljava/io/IOException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // boolean fin
         0: .line 552
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.isPushStream:()Z
            ifeq 2
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.isLocallyInitiatedStream:()Z
            ifeq 2
         1: .line 553
            new org.glassfish.grizzly.http2.Http2StreamException
            dup
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getId:()I
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.PROTOCOL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
            ldc "Data frame received on a push-stream"
            invokespecial org.glassfish.grizzly.http2.Http2StreamException.<init>:(ILorg/glassfish/grizzly/http2/frames/ErrorCode;Ljava/lang/String;)V
            areturn
         2: .line 556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getState:()Lorg/glassfish/grizzly/http2/Http2Stream$State;
            astore 2 /* state */
        start local 2 // org.glassfish.grizzly.http2.Http2Stream$State state
         3: .line 557
            aload 2 /* state */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.HALF_CLOSED_REMOTE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            if_acmpeq 4
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getState:()Lorg/glassfish/grizzly/http2/Http2Stream$State;
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.CLOSED:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            if_acmpne 8
         4: .line 559
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream$State
      StackMap stack:
            aload 0 /* this */
            aconst_null
            getstatic org.glassfish.grizzly.CloseType.LOCALLY:Lorg/glassfish/grizzly/CloseType;
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Received DATA frame on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* state */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " stream."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            iconst_0
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close0:(Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
         5: .line 560
            iload 1 /* fin */
            ifeq 6
            new org.glassfish.grizzly.http2.Http2SessionException
            dup
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.STREAM_CLOSED:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
            invokespecial org.glassfish.grizzly.http2.Http2SessionException.<init>:(Lorg/glassfish/grizzly/http2/frames/ErrorCode;)V
            goto 7
         6: .line 561
      StackMap locals:
      StackMap stack:
            new org.glassfish.grizzly.http2.Http2StreamException
            dup
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getId:()I
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.STREAM_CLOSED:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
            new java.lang.StringBuilder
            dup
            ldc "Received DATA frame on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* state */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " stream."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.glassfish.grizzly.http2.Http2StreamException.<init>:(ILorg/glassfish/grizzly/http2/frames/ErrorCode;Ljava/lang/String;)V
         7: .line 560
      StackMap locals:
      StackMap stack: java.io.IOException
            areturn
         8: .line 564
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.inboundHeaderFramesCounter:I
            iconst_1
            if_icmpeq 11
         9: .line 565
            aload 0 /* this */
            aconst_null
            getstatic org.glassfish.grizzly.CloseType.LOCALLY:Lorg/glassfish/grizzly/CloseType;
            new java.io.IOException
            dup
            ldc "DATA frame came before HEADERS frame."
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            iconst_0
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close0:(Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
        10: .line 567
            new org.glassfish.grizzly.http2.Http2StreamException
            dup
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getId:()I
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.PROTOCOL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
            ldc "DATA frame came before HEADERS frame."
            invokespecial org.glassfish.grizzly.http2.Http2StreamException.<init>:(ILorg/glassfish/grizzly/http2/frames/ErrorCode;Ljava/lang/String;)V
            areturn
        11: .line 570
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.glassfish.grizzly.http2.Http2Stream$State state
        end local 1 // boolean fin
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0   12     1    fin  Z
            3   12     2  state  Lorg/glassfish/grizzly/http2/Http2Stream$State;
    MethodParameters:
      Name  Flags
      fin   final

  java.io.IOException assertCanAcceptHeader(boolean);
    descriptor: (Z)Ljava/io/IOException;
    flags: (0x0000) 
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // boolean fin
         0: .line 574
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getState:()Lorg/glassfish/grizzly/http2/Http2Stream$State;
            astore 2 /* state */
        start local 2 // org.glassfish.grizzly.http2.Http2Stream$State state
         1: .line 575
            aload 2 /* state */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.HALF_CLOSED_REMOTE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            if_acmpeq 2
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getState:()Lorg/glassfish/grizzly/http2/Http2Stream$State;
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.CLOSED:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            if_acmpne 6
         2: .line 577
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream$State
      StackMap stack:
            aload 0 /* this */
            aconst_null
            getstatic org.glassfish.grizzly.CloseType.LOCALLY:Lorg/glassfish/grizzly/CloseType;
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Received HEADER frame on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* state */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " stream."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            iconst_0
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close0:(Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
         3: .line 578
            iload 1 /* fin */
            ifeq 4
            new org.glassfish.grizzly.http2.Http2SessionException
            dup
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.STREAM_CLOSED:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
            invokespecial org.glassfish.grizzly.http2.Http2SessionException.<init>:(Lorg/glassfish/grizzly/http2/frames/ErrorCode;)V
            goto 5
         4: .line 579
      StackMap locals:
      StackMap stack:
            new org.glassfish.grizzly.http2.Http2StreamException
            dup
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getId:()I
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.STREAM_CLOSED:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
            new java.lang.StringBuilder
            dup
            ldc "Received HEADER frame on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* state */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " stream."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.glassfish.grizzly.http2.Http2StreamException.<init>:(ILorg/glassfish/grizzly/http2/frames/ErrorCode;Ljava/lang/String;)V
         5: .line 578
      StackMap locals:
      StackMap stack: java.io.IOException
            areturn
         6: .line 582
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.glassfish.grizzly.http2.Http2Stream$State state
        end local 1 // boolean fin
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0    7     1    fin  Z
            1    7     2  state  Lorg/glassfish/grizzly/http2/Http2Stream$State;
    MethodParameters:
      Name  Flags
      fin   final

  void offerInputData(org.glassfish.grizzly.Buffer, boolean);
    descriptor: (Lorg/glassfish/grizzly/Buffer;Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // org.glassfish.grizzly.Buffer data
        start local 2 // boolean fin
         0: .line 586
            aload 0 /* this */
            iload 2 /* fin */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.assertCanAcceptData:(Z)Ljava/io/IOException;
            astore 3 /* ex */
        start local 3 // java.io.IOException ex
         1: .line 587
            aload 3 /* ex */
            ifnull 3
         2: .line 588
            aload 3 /* ex */
            athrow
         3: .line 590
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.cachedInputBuffer:Lorg/glassfish/grizzly/Buffer;
            ifnonnull 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 4 /* isFirstBufferCached */
        start local 4 // boolean isFirstBufferCached
         6: .line 591
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http2.Http2Stream.cachedIsLast:Z
            iload 2 /* fin */
            ior
            putfield org.glassfish.grizzly.http2.Http2Stream.cachedIsLast:Z
         7: .line 592
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.http2Session:Lorg/glassfish/grizzly/http2/Http2Session;
            invokevirtual org.glassfish.grizzly.http2.Http2Session.getMemoryManager:()Lorg/glassfish/grizzly/memory/MemoryManager;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.cachedInputBuffer:Lorg/glassfish/grizzly/Buffer;
            aload 1 /* data */
            invokestatic org.glassfish.grizzly.memory.Buffers.appendBuffers:(Lorg/glassfish/grizzly/memory/MemoryManager;Lorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/Buffer;)Lorg/glassfish/grizzly/Buffer;
            putfield org.glassfish.grizzly.http2.Http2Stream.cachedInputBuffer:Lorg/glassfish/grizzly/Buffer;
         8: .line 594
            iload 4 /* isFirstBufferCached */
            ifeq 10
         9: .line 595
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.http2Session:Lorg/glassfish/grizzly/http2/Http2Session;
            getfield org.glassfish.grizzly.http2.Http2Session.streamsToFlushInput:Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        10: .line 597
      StackMap locals: int
      StackMap stack:
            return
        end local 4 // boolean isFirstBufferCached
        end local 3 // java.io.IOException ex
        end local 2 // boolean fin
        end local 1 // org.glassfish.grizzly.Buffer data
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   11     0                 this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0   11     1                 data  Lorg/glassfish/grizzly/Buffer;
            0   11     2                  fin  Z
            1   11     3                   ex  Ljava/io/IOException;
            6   11     4  isFirstBufferCached  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      data  final
      fin   final

  void flushInputData();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 600
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.cachedInputBuffer:Lorg/glassfish/grizzly/Buffer;
            astore 1 /* cachedInputBufferLocal */
        start local 1 // org.glassfish.grizzly.Buffer cachedInputBufferLocal
         1: .line 601
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.cachedIsLast:Z
            istore 2 /* cachedIsLastLocal */
        start local 2 // boolean cachedIsLastLocal
         2: .line 602
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http2.Http2Stream.cachedInputBuffer:Lorg/glassfish/grizzly/Buffer;
         3: .line 603
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http2.Http2Stream.cachedIsLast:Z
         4: .line 605
            getstatic org.glassfish.grizzly.http2.Http2Stream.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 10
         5: .line 606
            getstatic org.glassfish.grizzly.http2.Http2Stream.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            ldc "{0} streamId={1}: flushInputData cachedInputBufferLocal={2}"
         6: .line 607
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getId:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 1 /* cachedInputBufferLocal */
            ifnull 7
            aload 1 /* cachedInputBufferLocal */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            goto 8
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream org.glassfish.grizzly.Buffer int
      StackMap stack: java.util.logging.Logger java.util.logging.Level java.lang.String java.lang.Object[] java.lang.Object[] int
         7: aconst_null
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream org.glassfish.grizzly.Buffer int
      StackMap stack: java.util.logging.Logger java.util.logging.Level java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         8: aastore
         9: .line 606
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 609
      StackMap locals:
      StackMap stack:
            aload 1 /* cachedInputBufferLocal */
            ifnull 21
        11: .line 610
            aload 1 /* cachedInputBufferLocal */
            invokeinterface org.glassfish.grizzly.Buffer.isComposite:()Z
            ifeq 15
        12: .line 611
            aload 1 /* cachedInputBufferLocal */
            checkcast org.glassfish.grizzly.memory.CompositeBuffer
            iconst_1
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.allowInternalBuffersDispose:(Z)V
        13: .line 612
            aload 1 /* cachedInputBufferLocal */
            iconst_1
            invokeinterface org.glassfish.grizzly.Buffer.allowBufferDispose:(Z)V
        14: .line 613
            aload 1 /* cachedInputBufferLocal */
            checkcast org.glassfish.grizzly.memory.CompositeBuffer
            getstatic org.glassfish.grizzly.memory.CompositeBuffer$DisposeOrder.LAST_TO_FIRST:Lorg/glassfish/grizzly/memory/CompositeBuffer$DisposeOrder;
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.disposeOrder:(Lorg/glassfish/grizzly/memory/CompositeBuffer$DisposeOrder;)Lorg/glassfish/grizzly/memory/CompositeBuffer;
            pop
        15: .line 616
      StackMap locals:
      StackMap stack:
            aload 1 /* cachedInputBufferLocal */
            invokeinterface org.glassfish.grizzly.Buffer.remaining:()I
            istore 3 /* size */
        start local 3 // int size
        16: .line 618
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.inputBuffer:Lorg/glassfish/grizzly/http2/StreamInputBuffer;
            aload 1 /* cachedInputBufferLocal */
            iload 2 /* cachedIsLastLocal */
            invokeinterface org.glassfish.grizzly.http2.StreamInputBuffer.offer:(Lorg/glassfish/grizzly/Buffer;Z)Z
            ifne 21
        17: .line 622
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.http2Session:Lorg/glassfish/grizzly/http2/Http2Session;
            iload 3 /* size */
            invokevirtual org.glassfish.grizzly.http2.Http2Session.ackConsumedData:(I)V
        18: .line 624
            goto 21
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream org.glassfish.grizzly.Buffer int int
      StackMap stack: java.lang.RuntimeException
        19: astore 4 /* e */
        start local 4 // java.lang.RuntimeException e
        20: .line 625
            new org.glassfish.grizzly.http2.Http2SessionException
            dup
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.PROTOCOL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
            aload 4 /* e */
            invokevirtual java.lang.RuntimeException.getMessage:()Ljava/lang/String;
            invokespecial org.glassfish.grizzly.http2.Http2SessionException.<init>:(Lorg/glassfish/grizzly/http2/frames/ErrorCode;Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.RuntimeException e
        end local 3 // int size
        21: .line 628
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean cachedIsLastLocal
        end local 1 // org.glassfish.grizzly.Buffer cachedInputBufferLocal
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   22     0                    this  Lorg/glassfish/grizzly/http2/Http2Stream;
            1   22     1  cachedInputBufferLocal  Lorg/glassfish/grizzly/Buffer;
            2   22     2       cachedIsLastLocal  Z
           16   21     3                    size  I
           20   21     4                       e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
          16    18      19  Class java.lang.RuntimeException
    Exceptions:
      throws org.glassfish.grizzly.http2.Http2SessionException

  org.glassfish.grizzly.http.HttpContent pollInputData();
    descriptor: ()Lorg/glassfish/grizzly/http/HttpContent;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 631
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.inputBuffer:Lorg/glassfish/grizzly/http2/StreamInputBuffer;
            invokeinterface org.glassfish.grizzly.http2.StreamInputBuffer.poll:()Lorg/glassfish/grizzly/http/HttpContent;
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
    Exceptions:
      throws java.io.IOException

  private void closeStream();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 637
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.http2Session:Lorg/glassfish/grizzly/http2/Http2Session;
            invokevirtual org.glassfish.grizzly.http2.Http2Session.deregisterStream:()V
         1: .line 638
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  org.glassfish.grizzly.http.HttpHeader getInputHttpHeader();
    descriptor: ()Lorg/glassfish/grizzly/http/HttpHeader;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 641
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.isLocallyInitiatedStream:()Z
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.isPushStream:()Z
            ixor
            ifeq 1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
            invokevirtual org.glassfish.grizzly.http.HttpRequestPacket.getResponse:()Lorg/glassfish/grizzly/http/HttpResponsePacket;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
      StackMap locals:
      StackMap stack: org.glassfish.grizzly.http.HttpHeader
         2: areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  org.glassfish.grizzly.http.HttpHeader getOutputHttpHeader();
    descriptor: ()Lorg/glassfish/grizzly/http/HttpHeader;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 645
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.isLocallyInitiatedStream:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.isPushStream:()Z
            ixor
            ifeq 3
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
            invokevirtual org.glassfish.grizzly.http.HttpRequestPacket.getResponse:()Lorg/glassfish/grizzly/http/HttpResponsePacket;
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
      StackMap locals:
      StackMap stack: org.glassfish.grizzly.http.HttpHeader
         4: areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;

  private void notifyCloseListeners();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 653
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeReason:Lorg/glassfish/grizzly/CloseReason;
            astore 1 /* cr */
        start local 1 // org.glassfish.grizzly.CloseReason cr
         1: .line 656
            goto 5
        start local 2 // org.glassfish.grizzly.CloseListener closeListener
         2: .line 658
      StackMap locals: org.glassfish.grizzly.CloseReason org.glassfish.grizzly.CloseListener
      StackMap stack:
            aload 2 /* closeListener */
            aload 0 /* this */
            aload 1 /* cr */
            invokevirtual org.glassfish.grizzly.CloseReason.getType:()Lorg/glassfish/grizzly/CloseType;
            invokeinterface org.glassfish.grizzly.CloseListener.onClosed:(Lorg/glassfish/grizzly/Closeable;Lorg/glassfish/grizzly/ICloseType;)V
         3: .line 659
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         4: pop
        end local 2 // org.glassfish.grizzly.CloseListener closeListener
         5: .line 656
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeListeners:Ljava/util/Queue;
            invokeinterface java.util.Queue.poll:()Ljava/lang/Object;
            checkcast org.glassfish.grizzly.CloseListener
            dup
            astore 2 /* closeListener */
        start local 2 // org.glassfish.grizzly.CloseListener closeListener
         6: ifnonnull 2
         7: .line 662
            return
        end local 2 // org.glassfish.grizzly.CloseListener closeListener
        end local 1 // org.glassfish.grizzly.CloseReason cr
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/glassfish/grizzly/http2/Http2Stream;
            1    8     1             cr  Lorg/glassfish/grizzly/CloseReason;
            2    5     2  closeListener  Lorg/glassfish/grizzly/CloseListener;
            6    8     2  closeListener  Lorg/glassfish/grizzly/CloseListener;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException

  org.glassfish.grizzly.http2.Http2Stream$State getState();
    descriptor: ()Lorg/glassfish/grizzly/http2/Http2Stream$State;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 670
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 671
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            aload 1
            monitorexit
         2: areturn
         3: .line 670
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream org.glassfish.grizzly.http2.Http2Stream
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  boolean isClosed();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 681
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 682
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.CLOSED:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            if_acmpne 2
            iconst_1
            goto 3
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: aload 1
            monitorexit
         4: ireturn
         5: .line 681
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  boolean isIdle();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 693
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 694
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.IDLE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            if_acmpne 2
            iconst_1
            goto 3
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: aload 1
            monitorexit
         4: ireturn
         5: .line 693
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  boolean canSendFrames();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 704
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 705
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.CLOSED:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            if_acmpeq 2
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.HALF_CLOSED_LOCAL:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            if_acmpeq 2
            iconst_1
            goto 3
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: aload 1
            monitorexit
         4: ireturn
         5: .line 704
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  boolean canReceiveFrames();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 715
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 716
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.CLOSED:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            if_acmpeq 2
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.HALF_CLOSED_REMOTE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            if_acmpeq 2
            iconst_1
            goto 3
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: aload 1
            monitorexit
         4: ireturn
         5: .line 715
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  void onSendPushPromise();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 724
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 725
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.IDLE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            if_acmpne 3
         2: .line 726
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.RESERVED_LOCAL:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         3: .line 724
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream
      StackMap stack:
            aload 1
            monitorexit
         4: goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 729
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  void onReceivePushPromise();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 735
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 736
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.IDLE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            if_acmpne 3
         2: .line 737
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.RESERVED_REMOTE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         3: .line 735
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream
      StackMap stack:
            aload 1
            monitorexit
         4: goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 740
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  private void onSendHeaders();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 746
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 747
            invokestatic org.glassfish.grizzly.http2.Http2Stream.$SWITCH_TABLE$org$glassfish$grizzly$http2$Http2Stream$State:()[I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream$State.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 2
                    2: 5
                    3: 4
              default: 5
          }
         2: .line 749
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.OPEN:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         3: .line 750
            goto 5
         4: .line 752
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.HALF_CLOSED_REMOTE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         5: .line 746
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 756
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any

  private void onReceiveHeaders();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 762
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 763
            invokestatic org.glassfish.grizzly.http2.Http2Stream.$SWITCH_TABLE$org$glassfish$grizzly$http2$Http2Stream$State:()[I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream$State.ordinal:()I
            iaload
            tableswitch { // 1 - 4
                    1: 2
                    2: 5
                    3: 5
                    4: 4
              default: 5
          }
         2: .line 765
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.OPEN:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         3: .line 766
            goto 5
         4: .line 768
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.HALF_CLOSED_LOCAL:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         5: .line 762
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 772
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any

  private void onSendEndOfStream();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 778
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 779
            invokestatic org.glassfish.grizzly.http2.Http2Stream.$SWITCH_TABLE$org$glassfish$grizzly$http2$Http2Stream$State:()[I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream$State.ordinal:()I
            iaload
            tableswitch { // 2 - 6
                    2: 2
                    3: 5
                    4: 5
                    5: 5
                    6: 4
              default: 5
          }
         2: .line 781
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.HALF_CLOSED_LOCAL:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         3: .line 782
            goto 5
         4: .line 784
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.CLOSED:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         5: .line 778
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 788
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any

  private void onReceiveEndOfStream();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 794
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 795
            invokestatic org.glassfish.grizzly.http2.Http2Stream.$SWITCH_TABLE$org$glassfish$grizzly$http2$Http2Stream$State:()[I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream$State.ordinal:()I
            iaload
            tableswitch { // 2 - 5
                    2: 2
                    3: 5
                    4: 5
                    5: 4
              default: 5
          }
         2: .line 797
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.HALF_CLOSED_REMOTE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         3: .line 798
            goto 5
         4: .line 800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.CLOSED:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         5: .line 794
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 804
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any

  private void onReset();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 811
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 812
            invokestatic org.glassfish.grizzly.http2.Http2Stream.$SWITCH_TABLE$org$glassfish$grizzly$http2$Http2Stream$State:()[I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream$State.ordinal:()I
            iaload
            tableswitch { // 2 - 6
                    2: 2
                    3: 2
                    4: 2
                    5: 2
                    6: 2
              default: 3
          }
         2: .line 818
      StackMap locals: org.glassfish.grizzly.http2.Http2Stream
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.CLOSED:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            putfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
         3: .line 811
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
         4: goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 822
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  static int[] $SWITCH_TABLE$org$glassfish$grizzly$http2$Http2Stream$State();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 65
            getstatic org.glassfish.grizzly.http2.Http2Stream.$SWITCH_TABLE$org$glassfish$grizzly$http2$Http2Stream$State:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.glassfish.grizzly.http2.Http2Stream$State.values:()[Lorg/glassfish/grizzly/http2/Http2Stream$State;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.CLOSED:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream$State.ordinal:()I
            bipush 7
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.HALF_CLOSED_LOCAL:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream$State.ordinal:()I
            iconst_5
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.HALF_CLOSED_REMOTE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream$State.ordinal:()I
            bipush 6
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.IDLE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream$State.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.OPEN:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream$State.ordinal:()I
            iconst_2
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.RESERVED_LOCAL:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream$State.ordinal:()I
            iconst_3
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.RESERVED_REMOTE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream$State.ordinal:()I
            iconst_4
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            dup
            putstatic org.glassfish.grizzly.http2.Http2Stream.$SWITCH_TABLE$org$glassfish$grizzly$http2$Http2Stream$State:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
}
SourceFile: "Http2Stream.java"
NestMembers:
  org.glassfish.grizzly.http2.Http2Stream$1  org.glassfish.grizzly.http2.Http2Stream$2  org.glassfish.grizzly.http2.Http2Stream$State
InnerClasses:
  org.glassfish.grizzly.http2.Http2Stream$1
  org.glassfish.grizzly.http2.Http2Stream$2
  public final State = org.glassfish.grizzly.http2.Http2Stream$State of org.glassfish.grizzly.http2.Http2Stream
  final TerminationType = org.glassfish.grizzly.http2.Termination$TerminationType of org.glassfish.grizzly.http2.Termination
  public final DisposeOrder = org.glassfish.grizzly.memory.CompositeBuffer$DisposeOrder of org.glassfish.grizzly.memory.CompositeBuffer