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 66
            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 78
            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 81
            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;
         5: .line 80
            putstatic org.glassfish.grizzly.http2.Http2Stream.HTTP2_STREAM_ATTRIBUTE:Ljava/lang/String;
         6: .line 83
            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;
         7: .line 82
            putstatic org.glassfish.grizzly.http2.Http2Stream.HTTP2_PARENT_STREAM_ATTRIBUTE:Ljava/lang/String;
         8: .line 88
            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;
         9: .line 87
            putstatic org.glassfish.grizzly.http2.Http2Stream.HTTP_RQST_HTTP2_STREAM_ATTR:Lorg/glassfish/grizzly/attributes/Attribute;
        10: .line 108
            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;
        11: .line 107
            putstatic org.glassfish.grizzly.http2.Http2Stream.unackedReadBytesUpdater:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
        12: .line 114
            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;
        13: .line 113
            putstatic org.glassfish.grizzly.http2.Http2Stream.closeReasonUpdater:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
        14: .line 124
            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;
        15: .line 123
            putstatic org.glassfish.grizzly.http2.Http2Stream.completeFinalizationCounterUpdater:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
        16: .line 124
            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 138
            aload 0 /* httpHeader */
            invokevirtual org.glassfish.grizzly.http.HttpHeader.isRequest:()Z
            ifeq 4
         1: .line 139
            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 140
      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 141
            goto 6
        end local 1 // org.glassfish.grizzly.http.HttpRequestPacket request
         4: .line 142
      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 143
      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 147
      StackMap locals: org.glassfish.grizzly.http.HttpRequestPacket
      StackMap stack:
            aload 1 /* request */
            ifnull 8
         7: .line 148
            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 151
      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 163
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 90
            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 100
            aload 0 /* this */
         3: .line 101
            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;
         4: .line 120
            aload 0 /* this */
         5: .line 121
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield org.glassfish.grizzly.http2.Http2Stream.closeListeners:Ljava/util/Queue;
         6: .line 167
            aload 0 /* this */
            aload 1 /* http2Session */
            putfield org.glassfish.grizzly.http2.Http2Stream.http2Session:Lorg/glassfish/grizzly/http2/Http2Session;
         7: .line 168
            aload 0 /* this */
            aload 2 /* request */
            putfield org.glassfish.grizzly.http2.Http2Stream.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
         8: .line 169
            aload 0 /* this */
            iload 3 /* streamId */
            putfield org.glassfish.grizzly.http2.Http2Stream.streamId:I
         9: .line 170
            aload 0 /* this */
            iload 4 /* parentStreamId */
            putfield org.glassfish.grizzly.http2.Http2Stream.parentStreamId:I
        10: .line 171
            aload 0 /* this */
            iload 5 /* exclusive */
            putfield org.glassfish.grizzly.http2.Http2Stream.exclusive:Z
        11: .line 172
            aload 0 /* this */
            iload 6 /* priority */
            putfield org.glassfish.grizzly.http2.Http2Stream.priority:I
        12: .line 173
            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;
        13: .line 175
            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;
        14: .line 176
            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;
        15: .line 178
            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
        16: .line 179
            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   17     0            this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0   17     1    http2Session  Lorg/glassfish/grizzly/http2/Http2Session;
            0   17     2         request  Lorg/glassfish/grizzly/http/HttpRequestPacket;
            0   17     3        streamId  I
            0   17     4  parentStreamId  I
            0   17     5       exclusive  Z
            0   17     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 188
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 90
            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 100
            aload 0 /* this */
         3: .line 101
            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;
         4: .line 120
            aload 0 /* this */
         5: .line 121
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield org.glassfish.grizzly.http2.Http2Stream.closeListeners:Ljava/util/Queue;
         6: .line 191
            aload 0 /* this */
            aload 1 /* http2Session */
            putfield org.glassfish.grizzly.http2.Http2Stream.http2Session:Lorg/glassfish/grizzly/http2/Http2Session;
         7: .line 192
            aload 0 /* this */
            aload 2 /* request */
            putfield org.glassfish.grizzly.http2.Http2Stream.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
         8: .line 193
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http2.Http2Stream.streamId:I
         9: .line 194
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http2.Http2Stream.parentStreamId:I
        10: .line 195
            aload 0 /* this */
            iload 3 /* priority */
            putfield org.glassfish.grizzly.http2.Http2Stream.priority:I
        11: .line 197
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http2.Http2Stream.exclusive:Z
        12: .line 198
            aload 0 /* this */
            aload 1 /* http2Session */
            invokevirtual org.glassfish.grizzly.http2.Http2Session.isServer:()Z
            ifeq 14
        13: .line 199
            new org.glassfish.grizzly.http2.UpgradeInputBuffer
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http2.UpgradeInputBuffer.<init>:(Lorg/glassfish/grizzly/http2/Http2Stream;)V
            goto 15
        14: .line 200
      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
            new org.glassfish.grizzly.http2.DefaultInputBuffer
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http2.DefaultInputBuffer.<init>:(Lorg/glassfish/grizzly/http2/Http2Stream;)V
        15: .line 198
      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
            putfield org.glassfish.grizzly.http2.Http2Stream.inputBuffer:Lorg/glassfish/grizzly/http2/StreamInputBuffer;
        16: .line 202
            aload 0 /* this */
            aload 1 /* http2Session */
            invokevirtual org.glassfish.grizzly.http2.Http2Session.isServer:()Z
            ifeq 18
        17: .line 203
            new org.glassfish.grizzly.http2.DefaultOutputSink
            dup
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http2.DefaultOutputSink.<init>:(Lorg/glassfish/grizzly/http2/Http2Stream;)V
            goto 19
        18: .line 204
      StackMap locals:
      StackMap stack: org.glassfish.grizzly.http2.Http2Stream
            new org.glassfish.grizzly.http2.UpgradeOutputSink
            dup
            aload 1 /* http2Session */
            invokespecial org.glassfish.grizzly.http2.UpgradeOutputSink.<init>:(Lorg/glassfish/grizzly/http2/Http2Session;)V
        19: .line 202
      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
            putfield org.glassfish.grizzly.http2.Http2Stream.outputSink:Lorg/glassfish/grizzly/http2/StreamOutputSink;
        20: .line 206
            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
        21: .line 207
            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   22     0          this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0   22     1  http2Session  Lorg/glassfish/grizzly/http2/Http2Session;
            0   22     2       request  Lorg/glassfish/grizzly/http/HttpRequestPacket;
            0   22     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 210
            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 214
            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 218
            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 225
            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 229
            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 233
            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 238
            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 242
            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 247
            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 252
            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 256
            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 260
            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 265
            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 270
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.isOpen:()Z
            ifne 4
         1: .line 271
            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 272
            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 274
      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 276
      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 280
            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 286
            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 291
            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 297
            aload 0 /* this */
            aload 1 /* handler */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.notifyCanWrite:(Lorg/glassfish/grizzly/WriteHandler;)V
         1: .line 298
            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 302
            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 303
            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 306
            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 311
            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 312
            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 314
            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 319
            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 320
            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 324
            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 325
            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 329
            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 330
            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 332
            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 337
            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 338
            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 346
            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 347
            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
    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 351
            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 352
            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 360
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeReason:Lorg/glassfish/grizzly/CloseReason;
            ifnull 2
         1: .line 361
            return
         2: .line 364
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.grizzly.http2.Http2Stream.closeReasonUpdater:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
            aload 0 /* this */
            aconst_null
         3: .line 365
            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
         4: .line 364
            invokevirtual java.util.concurrent.atomic.AtomicReferenceFieldUpdater.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z
         5: .line 365
            ifeq 18
         6: .line 367
            aload 2 /* closeType */
            getstatic org.glassfish.grizzly.CloseType.LOCALLY:Lorg/glassfish/grizzly/CloseType;
            if_acmpne 8
         7: .line 368
            getstatic org.glassfish.grizzly.http2.Termination.LOCAL_CLOSE_TERMINATION:Lorg/glassfish/grizzly/http2/Termination;
            goto 9
         8: .line 369
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.grizzly.http2.Termination.PEER_CLOSE_TERMINATION:Lorg/glassfish/grizzly/http2/Termination;
         9: .line 367
      StackMap locals:
      StackMap stack: org.glassfish.grizzly.http2.Termination
            astore 5 /* termination */
        start local 5 // org.glassfish.grizzly.http2.Termination termination
        10: .line 372
            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
        11: .line 374
            iload 4 /* isCloseOutputGracefully */
            ifeq 14
        12: .line 375
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.outputSink:Lorg/glassfish/grizzly/http2/StreamOutputSink;
            invokeinterface org.glassfish.grizzly.http2.StreamOutputSink.close:()V
        13: .line 376
            goto 15
        14: .line 378
      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
        15: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.notifyCloseListeners:()V
        16: .line 383
            aload 1 /* completionHandler */
            ifnull 18
        17: .line 384
            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
        18: .line 387
      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   19     0                     this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0   19     1        completionHandler  Lorg/glassfish/grizzly/CompletionHandler<Lorg/glassfish/grizzly/Closeable;>;
            0   19     2                closeType  Lorg/glassfish/grizzly/CloseType;
            0   19     3                    cause  Ljava/io/IOException;
            0   19     4  isCloseOutputGracefully  Z
           10   18     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 396
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.inputBuffer:Lorg/glassfish/grizzly/http2/StreamInputBuffer;
         1: .line 397
            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
         2: .line 396
            invokeinterface org.glassfish.grizzly.http2.StreamInputBuffer.terminate:(Lorg/glassfish/grizzly/http2/Termination;)V
         3: .line 403
            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 resetRemotely();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 409
            getstatic org.glassfish.grizzly.http2.Http2Stream.closeReasonUpdater:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
            aload 0 /* this */
            aconst_null
         1: .line 410
            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
         2: .line 409
            invokevirtual java.util.concurrent.atomic.AtomicReferenceFieldUpdater.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z
         3: .line 410
            ifeq 7
         4: .line 411
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.onReset:()V
         5: .line 414
            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
         6: .line 417
            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
         7: .line 421
      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;

  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 424
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http2.Http2Stream.isProcessingComplete:Z
         1: .line 425
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close:()Lorg/glassfish/grizzly/GrizzlyFuture;
            pop
         2: .line 434
            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 439
            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 442
            aload 2 /* cr */
            ifnonnull 9
         2: .line 444
            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 446
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeReason:Lorg/glassfish/grizzly/CloseReason;
            astore 2 /* cr */
         4: .line 447
            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 450
            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 451
            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 454
            goto 12
         9: .line 456
      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 457
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        11: pop
        12: .line 460
      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 464
            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 470
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeFuture:Lorg/glassfish/grizzly/GrizzlyFuture;
            ifnonnull 15
         1: .line 471
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 472
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.closeFuture:Lorg/glassfish/grizzly/GrizzlyFuture;
            ifnonnull 11
         3: .line 473
            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 475
            aload 2 /* cr */
            ifnonnull 10
         5: .line 477
            invokestatic org.glassfish.grizzly.utils.Futures.createSafeFuture:()Lorg/glassfish/grizzly/impl/FutureImpl;
         6: .line 476
            astore 3 /* f */
        start local 3 // org.glassfish.grizzly.impl.FutureImpl f
         7: .line 478
            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
         8: .line 489
            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
         9: .line 490
            goto 11
        10: .line 491
      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
        11: .line 471
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        12: goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: aload 1
            monitorexit
        14: athrow
        15: .line 497
      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   16     0  this  Lorg/glassfish/grizzly/http2/Http2Stream;
            4   11     2    cr  Lorg/glassfish/grizzly/CloseReason;
            7    9     3     f  Lorg/glassfish/grizzly/impl/FutureImpl<Lorg/glassfish/grizzly/CloseReason;>;
      Exception table:
        from    to  target  type
           2    12      13  any
          13    14      13  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 501
            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 2
         1: .line 502
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.closeStream:()V
         2: .line 504
      StackMap locals:
      StackMap stack:
            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;

  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 507
            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 2
         1: .line 508
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.closeStream:()V
         2: .line 510
      StackMap locals:
      StackMap stack:
            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;

  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 513
            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 526
            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 528
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.inboundHeaderFramesCounter:I
            tableswitch { // 1 - 2
                    1: 2
                    2: 6
              default: 8
          }
         2: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.onReceiveHeaders:()V
         3: .line 533
            iload 1 /* isEOS */
            ifeq 12
         4: .line 534
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.onReceiveEndOfStream:()V
         5: .line 537
            goto 12
         6: .line 539
      StackMap locals:
      StackMap stack:
            iload 1 /* isEOS */
            ifeq 8
         7: .line 540
            goto 12
         8: .line 546
      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 547
            new org.glassfish.grizzly.http2.Http2StreamException
            dup
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getId:()I
        10: .line 548
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.PROTOCOL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
            ldc "Unexpected headers frame"
        11: .line 547
            invokespecial org.glassfish.grizzly.http2.Http2StreamException.<init>:(ILorg/glassfish/grizzly/http2/frames/ErrorCode;Ljava/lang/String;)V
            athrow
        12: .line 551
      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   13     0   this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0   13     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 560
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.onSendHeaders:()V
         1: .line 561
            iload 1 /* isEOS */
            ifeq 3
         2: .line 562
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.onSendEndOfStream:()V
         3: .line 564
      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

  java.io.IOException assertCanAcceptData(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 570
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.isPushStream:()Z
            ifeq 5
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.isLocallyInitiatedStream:()Z
            ifeq 5
         1: .line 571
            new org.glassfish.grizzly.http2.Http2StreamException
            dup
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getId:()I
         2: .line 572
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.PROTOCOL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
         3: .line 573
            ldc "Data frame received on a push-stream"
         4: .line 571
            invokespecial org.glassfish.grizzly.http2.Http2StreamException.<init>:(ILorg/glassfish/grizzly/http2/frames/ErrorCode;Ljava/lang/String;)V
            areturn
         5: .line 576
      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
         6: .line 577
            aload 2 /* state */
            getstatic org.glassfish.grizzly.http2.Http2Stream$State.HALF_CLOSED_REMOTE:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            if_acmpeq 7
            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 17
         7: .line 579
      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;
         8: .line 580
            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
         9: .line 579
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close0:(Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
        10: .line 581
            iload 1 /* fin */
            ifeq 12
        11: .line 582
            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 16
        12: .line 583
      StackMap locals:
      StackMap stack:
            new org.glassfish.grizzly.http2.Http2StreamException
            dup
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getId:()I
        13: .line 584
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.STREAM_CLOSED:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
        14: .line 585
            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;
        15: .line 583
            invokespecial org.glassfish.grizzly.http2.Http2StreamException.<init>:(ILorg/glassfish/grizzly/http2/frames/ErrorCode;Ljava/lang/String;)V
        16: .line 581
      StackMap locals:
      StackMap stack: java.io.IOException
            areturn
        17: .line 588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.inboundHeaderFramesCounter:I
            iconst_1
            if_icmpeq 24
        18: .line 589
            aload 0 /* this */
            aconst_null
            getstatic org.glassfish.grizzly.CloseType.LOCALLY:Lorg/glassfish/grizzly/CloseType;
        19: .line 590
            new java.io.IOException
            dup
            ldc "DATA frame came before HEADERS frame."
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            iconst_0
        20: .line 589
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close0:(Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
        21: .line 592
            new org.glassfish.grizzly.http2.Http2StreamException
            dup
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getId:()I
        22: .line 593
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.PROTOCOL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
            ldc "DATA frame came before HEADERS frame."
        23: .line 592
            invokespecial org.glassfish.grizzly.http2.Http2StreamException.<init>:(ILorg/glassfish/grizzly/http2/frames/ErrorCode;Ljava/lang/String;)V
            areturn
        24: .line 596
      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   25     0   this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0   25     1    fin  Z
            6   25     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 600
            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 601
            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 12
         2: .line 603
      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;
         3: .line 604
            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
         4: .line 603
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.close0:(Lorg/glassfish/grizzly/CompletionHandler;Lorg/glassfish/grizzly/CloseType;Ljava/io/IOException;Z)V
         5: .line 605
            iload 1 /* fin */
            ifeq 7
         6: .line 606
            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 11
         7: .line 607
      StackMap locals:
      StackMap stack:
            new org.glassfish.grizzly.http2.Http2StreamException
            dup
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.getId:()I
         8: .line 608
            getstatic org.glassfish.grizzly.http2.frames.ErrorCode.STREAM_CLOSED:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
         9: .line 609
            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;
        10: .line 607
            invokespecial org.glassfish.grizzly.http2.Http2StreamException.<init>:(ILorg/glassfish/grizzly/http2/frames/ErrorCode;Ljava/lang/String;)V
        11: .line 605
      StackMap locals:
      StackMap stack: java.io.IOException
            areturn
        12: .line 612
      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   13     0   this  Lorg/glassfish/grizzly/http2/Http2Stream;
            0   13     1    fin  Z
            1   13     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=4, args_size=3
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
        start local 1 // org.glassfish.grizzly.Buffer data
        start local 2 // boolean isLast
         0: .line 616
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.cachedInputBuffer:Lorg/glassfish/grizzly/Buffer;
            ifnonnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* isFirstBufferCached */
        start local 3 // boolean isFirstBufferCached
         3: .line 617
            aload 0 /* this */
            dup
            getfield org.glassfish.grizzly.http2.Http2Stream.cachedIsLast:Z
            iload 2 /* isLast */
            ior
            putfield org.glassfish.grizzly.http2.Http2Stream.cachedIsLast:Z
         4: .line 618
            aload 0 /* this */
         5: .line 619
            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;
         6: .line 620
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.cachedInputBuffer:Lorg/glassfish/grizzly/Buffer;
            aload 1 /* data */
         7: .line 618
            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 622
            iload 3 /* isFirstBufferCached */
            ifeq 10
         9: .line 623
            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 625
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // boolean isFirstBufferCached
        end local 2 // boolean isLast
        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               isLast  Z
            3   11     3  isFirstBufferCached  Z
    MethodParameters:
        Name  Flags
      data    final
      isLast  final

  void flushInputData();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // org.glassfish.grizzly.http2.Http2Stream this
         0: .line 628
            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 629
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.cachedIsLast:Z
            istore 2 /* cachedIsLastLocal */
        start local 2 // boolean cachedIsLastLocal
         2: .line 630
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http2.Http2Stream.cachedInputBuffer:Lorg/glassfish/grizzly/Buffer;
         3: .line 631
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http2.Http2Stream.cachedIsLast:Z
         4: .line 633
            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 12
         5: .line 634
            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 635
            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
         7: .line 636
            aload 1 /* cachedInputBufferLocal */
            ifnull 9
         8: .line 637
            aload 1 /* cachedInputBufferLocal */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            goto 10
         9: .line 638
      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
            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
        10: aastore
        11: .line 634
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;[Ljava/lang/Object;)V
        12: .line 640
      StackMap locals:
      StackMap stack:
            aload 1 /* cachedInputBufferLocal */
            ifnull 20
        13: .line 641
            aload 1 /* cachedInputBufferLocal */
            invokeinterface org.glassfish.grizzly.Buffer.isComposite:()Z
            ifeq 17
        14: .line 642
            aload 1 /* cachedInputBufferLocal */
            checkcast org.glassfish.grizzly.memory.CompositeBuffer
            iconst_1
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.allowInternalBuffersDispose:(Z)V
        15: .line 643
            aload 1 /* cachedInputBufferLocal */
            iconst_1
            invokeinterface org.glassfish.grizzly.Buffer.allowBufferDispose:(Z)V
        16: .line 644
            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
        17: .line 647
      StackMap locals:
      StackMap stack:
            aload 1 /* cachedInputBufferLocal */
            invokeinterface org.glassfish.grizzly.Buffer.remaining:()I
            istore 3 /* size */
        start local 3 // int size
        18: .line 648
            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 20
        19: .line 652
            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
        end local 3 // int size
        20: .line 655
      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   21     0                    this  Lorg/glassfish/grizzly/http2/Http2Stream;
            1   21     1  cachedInputBufferLocal  Lorg/glassfish/grizzly/Buffer;
            2   21     2       cachedIsLastLocal  Z
           18   20     3                    size  I

  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 658
            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 664
            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 665
            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 668
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.isLocallyInitiatedStream:()Z
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.isPushStream:()Z
            ixor
            ifeq 2
         1: .line 669
            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 3
         2: .line 670
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
         3: .line 668
      StackMap locals:
      StackMap stack: org.glassfish.grizzly.http.HttpHeader
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     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 674
            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 4
         3: .line 675
            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 5
         4: .line 676
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
         5: .line 674
      StackMap locals:
      StackMap stack: org.glassfish.grizzly.http.HttpHeader
            areturn
        end local 0 // org.glassfish.grizzly.http2.Http2Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     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 684
            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 687
            goto 5
        start local 2 // org.glassfish.grizzly.CloseListener closeListener
         2: .line 689
      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 690
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         4: pop
        end local 2 // org.glassfish.grizzly.CloseListener closeListener
         5: .line 687
      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 693
            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 701
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 702
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.Http2Stream.state:Lorg/glassfish/grizzly/http2/Http2Stream$State;
            aload 1
            monitorexit
         2: areturn
         3: .line 701
      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 712
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 713
            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 712
      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 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 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 724
      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 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.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 735
      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 746
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 747
            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 746
      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 756
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 757
            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 758
            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 756
      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 761
      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 767
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 768
            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 769
            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 767
      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 772
      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 780
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 781
            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 783
      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 784
            goto 5
         4: .line 786
      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 780
      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 790
      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 798
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 799
            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 801
      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 802
            goto 5
         4: .line 804
      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 798
      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 808
      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 816
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 817
            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 819
      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 820
            goto 5
         4: .line 822
      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 816
      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 826
      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 834
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 835
            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 837
      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 838
            goto 5
         4: .line 840
      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 834
      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 844
      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 855
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 856
            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 862
      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 855
      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 866
      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 66
            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