class org.glassfish.grizzly.http2.UpgradeInputBuffer implements org.glassfish.grizzly.http2.StreamInputBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http2.UpgradeInputBuffer
  super_class: java.lang.Object
{
  private boolean isClosed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(org.glassfish.grizzly.http2.Http2Stream);
    descriptor: (Lorg/glassfish/grizzly/http2/Http2Stream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
        start local 1 // org.glassfish.grizzly.http2.Http2Stream stream
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            aload 1 /* stream */
            putfield org.glassfish.grizzly.http2.UpgradeInputBuffer.stream:Lorg/glassfish/grizzly/http2/Http2Stream;
         2: .line 36
            return
        end local 1 // org.glassfish.grizzly.http2.Http2Stream stream
        end local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/glassfish/grizzly/http2/UpgradeInputBuffer;
            0    3     1  stream  Lorg/glassfish/grizzly/http2/Http2Stream;
    MethodParameters:
        Name  Flags
      stream  final

  public void onReadEventComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
         0: .line 40
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/UpgradeInputBuffer;

  public boolean offer(org.glassfish.grizzly.Buffer, boolean);
    descriptor: (Lorg/glassfish/grizzly/Buffer;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
        start local 1 // org.glassfish.grizzly.Buffer data
        start local 2 // boolean isLast
         0: .line 45
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // boolean isLast
        end local 1 // org.glassfish.grizzly.Buffer data
        end local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/glassfish/grizzly/http2/UpgradeInputBuffer;
            0    1     1    data  Lorg/glassfish/grizzly/Buffer;
            0    1     2  isLast  Z
    MethodParameters:
        Name  Flags
      data    
      isLast  

  public org.glassfish.grizzly.http.HttpContent poll();
    descriptor: ()Lorg/glassfish/grizzly/http/HttpContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
         0: .line 50
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/UpgradeInputBuffer;
    Exceptions:
      throws java.io.IOException

  public void close(org.glassfish.grizzly.http2.Termination);
    descriptor: (Lorg/glassfish/grizzly/http2/Termination;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
        start local 1 // org.glassfish.grizzly.http2.Termination termination
         0: .line 55
            aload 0 /* this */
            aload 1 /* termination */
            invokevirtual org.glassfish.grizzly.http2.UpgradeInputBuffer.terminate:(Lorg/glassfish/grizzly/http2/Termination;)V
         1: .line 56
            return
        end local 1 // org.glassfish.grizzly.http2.Termination termination
        end local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/glassfish/grizzly/http2/UpgradeInputBuffer;
            0    2     1  termination  Lorg/glassfish/grizzly/http2/Termination;
    MethodParameters:
             Name  Flags
      termination  

  public void terminate(org.glassfish.grizzly.http2.Termination);
    descriptor: (Lorg/glassfish/grizzly/http2/Termination;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
        start local 1 // org.glassfish.grizzly.http2.Termination termination
         0: .line 60
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 61
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.UpgradeInputBuffer.isClosed:Z
            ifeq 4
         2: .line 62
            aload 2
            monitorexit
         3: return
         4: .line 65
      StackMap locals: org.glassfish.grizzly.http2.UpgradeInputBuffer
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http2.UpgradeInputBuffer.isClosed:Z
         5: .line 66
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.UpgradeInputBuffer.stream:Lorg/glassfish/grizzly/http2/Http2Stream;
            invokevirtual org.glassfish.grizzly.http2.Http2Stream.onInputClosed:()V
         6: .line 60
            aload 2
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 2
            monitorexit
         9: athrow
        10: .line 69
      StackMap locals:
      StackMap stack:
            aload 1 /* termination */
            invokevirtual org.glassfish.grizzly.http2.Termination.doTask:()V
        11: .line 70
            return
        end local 1 // org.glassfish.grizzly.http2.Termination termination
        end local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/glassfish/grizzly/http2/UpgradeInputBuffer;
            0   12     1  termination  Lorg/glassfish/grizzly/http2/Termination;
      Exception table:
        from    to  target  type
           1     3       8  any
           4     7       8  any
           8     9       8  any
    MethodParameters:
             Name  Flags
      termination  

  public synchronized boolean isClosed();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
         0: .line 74
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.UpgradeInputBuffer.isClosed:Z
            ireturn
        end local 0 // org.glassfish.grizzly.http2.UpgradeInputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/UpgradeInputBuffer;
}
SourceFile: "UpgradeInputBuffer.java"