public class org.glassfish.grizzly.http2.frames.ContinuationFrame extends org.glassfish.grizzly.http2.frames.HeaderBlockFragment
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.http2.frames.ContinuationFrame
  super_class: org.glassfish.grizzly.http2.frames.HeaderBlockFragment
{
  private static final org.glassfish.grizzly.ThreadCache$CachedTypeIndex<org.glassfish.grizzly.http2.frames.ContinuationFrame> CACHE_IDX;
    descriptor: Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex<Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;>;

  public static final int TYPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 26
            ldc Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;
            bipush 8
            invokestatic org.glassfish.grizzly.ThreadCache.obtainIndex:(Ljava/lang/Class;I)Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            putstatic org.glassfish.grizzly.http2.frames.ContinuationFrame.CACHE_IDX:Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
         1: .line 28
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame this
         0: .line 32
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http2.frames.HeaderBlockFragment.<init>:()V
         1: .line 33
            return
        end local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;

  public static org.glassfish.grizzly.http2.frames.ContinuationFrame fromBuffer(int, int, org.glassfish.grizzly.Buffer);
    descriptor: (IILorg/glassfish/grizzly/Buffer;)Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // int flags
        start local 1 // int streamId
        start local 2 // org.glassfish.grizzly.Buffer buffer
         0: .line 38
            invokestatic org.glassfish.grizzly.http2.frames.ContinuationFrame.create:()Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;
            astore 3 /* frame */
        start local 3 // org.glassfish.grizzly.http2.frames.ContinuationFrame frame
         1: .line 39
            aload 3 /* frame */
            iload 0 /* flags */
            invokevirtual org.glassfish.grizzly.http2.frames.ContinuationFrame.setFlags:(I)V
         2: .line 40
            aload 3 /* frame */
            iload 1 /* streamId */
            invokevirtual org.glassfish.grizzly.http2.frames.ContinuationFrame.setStreamId:(I)V
         3: .line 41
            aload 3 /* frame */
            aload 2 /* buffer */
            aload 2 /* buffer */
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            invokeinterface org.glassfish.grizzly.Buffer.split:(I)Lorg/glassfish/grizzly/Buffer;
            putfield org.glassfish.grizzly.http2.frames.ContinuationFrame.compressedHeaders:Lorg/glassfish/grizzly/Buffer;
         4: .line 42
            aload 3 /* frame */
            aload 2 /* buffer */
            invokevirtual org.glassfish.grizzly.http2.frames.ContinuationFrame.setFrameBuffer:(Lorg/glassfish/grizzly/Buffer;)V
         5: .line 44
            aload 3 /* frame */
            areturn
        end local 3 // org.glassfish.grizzly.http2.frames.ContinuationFrame frame
        end local 2 // org.glassfish.grizzly.Buffer buffer
        end local 1 // int streamId
        end local 0 // int flags
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0     flags  I
            0    6     1  streamId  I
            0    6     2    buffer  Lorg/glassfish/grizzly/Buffer;
            1    6     3     frame  Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;
    MethodParameters:
          Name  Flags
      flags     final
      streamId  final
      buffer    final

  static org.glassfish.grizzly.http2.frames.ContinuationFrame create();
    descriptor: ()Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 48
            getstatic org.glassfish.grizzly.http2.frames.ContinuationFrame.CACHE_IDX:Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            invokestatic org.glassfish.grizzly.ThreadCache.takeFromCache:(Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;)Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http2.frames.ContinuationFrame
            astore 0 /* frame */
        start local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame frame
         1: .line 49
            aload 0 /* frame */
            ifnonnull 3
         2: .line 50
            new org.glassfish.grizzly.http2.frames.ContinuationFrame
            dup
            invokespecial org.glassfish.grizzly.http2.frames.ContinuationFrame.<init>:()V
            astore 0 /* frame */
         3: .line 53
      StackMap locals: org.glassfish.grizzly.http2.frames.ContinuationFrame
      StackMap stack:
            aload 0 /* frame */
            areturn
        end local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame frame
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    4     0  frame  Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;

  public static org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder builder();
    descriptor: ()Lorg/glassfish/grizzly/http2/frames/ContinuationFrame$ContinuationFrameBuilder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 57
            new org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder
            dup
            invokespecial org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame this
         0: .line 64
            getstatic org.glassfish.grizzly.http2.frames.ContinuationFrame.DONT_RECYCLE:Z
            ifeq 2
         1: .line 65
            return
         2: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http2.frames.HeaderBlockFragment.recycle:()V
         3: .line 69
            getstatic org.glassfish.grizzly.http2.frames.ContinuationFrame.CACHE_IDX:Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            aload 0 /* this */
            invokestatic org.glassfish.grizzly.ThreadCache.putToCache:(Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;Ljava/lang/Object;)Z
            pop
         4: .line 70
            return
        end local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame this
         0: .line 75
            bipush 9
            ireturn
        end local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;

  public org.glassfish.grizzly.Buffer toBuffer(org.glassfish.grizzly.memory.MemoryManager);
    descriptor: (Lorg/glassfish/grizzly/memory/MemoryManager;)Lorg/glassfish/grizzly/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame this
        start local 1 // org.glassfish.grizzly.memory.MemoryManager memoryManager
         0: .line 81
            aload 1 /* memoryManager */
            bipush 9
            invokeinterface org.glassfish.grizzly.memory.MemoryManager.allocate:(I)Lorg/glassfish/grizzly/Buffer;
            astore 2 /* buffer */
        start local 2 // org.glassfish.grizzly.Buffer buffer
         1: .line 83
            aload 0 /* this */
            aload 2 /* buffer */
            invokevirtual org.glassfish.grizzly.http2.frames.ContinuationFrame.serializeFrameHeader:(Lorg/glassfish/grizzly/Buffer;)V
         2: .line 85
            aload 2 /* buffer */
            invokeinterface org.glassfish.grizzly.Buffer.trim:()V
         3: .line 86
            aload 1 /* memoryManager */
            iconst_2
            anewarray org.glassfish.grizzly.Buffer
            dup
            iconst_0
            aload 2 /* buffer */
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.frames.ContinuationFrame.compressedHeaders:Lorg/glassfish/grizzly/Buffer;
            aastore
            invokestatic org.glassfish.grizzly.memory.CompositeBuffer.newBuffer:(Lorg/glassfish/grizzly/memory/MemoryManager;[Lorg/glassfish/grizzly/Buffer;)Lorg/glassfish/grizzly/memory/CompositeBuffer;
            astore 3 /* cb */
        start local 3 // org.glassfish.grizzly.memory.CompositeBuffer cb
         4: .line 88
            aload 3 /* cb */
            iconst_1
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.allowBufferDispose:(Z)V
         5: .line 89
            aload 3 /* cb */
            iconst_1
            invokevirtual org.glassfish.grizzly.memory.CompositeBuffer.allowInternalBuffersDispose:(Z)V
         6: .line 90
            aload 3 /* cb */
            areturn
        end local 3 // org.glassfish.grizzly.memory.CompositeBuffer cb
        end local 2 // org.glassfish.grizzly.Buffer buffer
        end local 1 // org.glassfish.grizzly.memory.MemoryManager memoryManager
        end local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;
            0    7     1  memoryManager  Lorg/glassfish/grizzly/memory/MemoryManager;
            1    7     2         buffer  Lorg/glassfish/grizzly/Buffer;
            4    7     3             cb  Lorg/glassfish/grizzly/memory/CompositeBuffer;
    MethodParameters:
               Name  Flags
      memoryManager  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame this
         0: .line 95
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 96
            aload 1 /* sb */
            ldc "ContinuationFrame {"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.frames.ContinuationFrame.headerToString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", compressedHeaders="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.frames.ContinuationFrame.compressedHeaders:Lorg/glassfish/grizzly/Buffer;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         2: .line 97
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;
            1    3     1    sb  Ljava/lang/StringBuilder;

  protected int calcLength();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame this
         0: .line 102
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.frames.ContinuationFrame.compressedHeaders:Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.remaining:()I
            ireturn
        end local 0 // org.glassfish.grizzly.http2.frames.ContinuationFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/frames/ContinuationFrame;
}
SourceFile: "ContinuationFrame.java"
NestMembers:
  org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder
InnerClasses:
  public final CachedTypeIndex = org.glassfish.grizzly.ThreadCache$CachedTypeIndex of org.glassfish.grizzly.ThreadCache
  public ContinuationFrameBuilder = org.glassfish.grizzly.http2.frames.ContinuationFrame$ContinuationFrameBuilder of org.glassfish.grizzly.http2.frames.ContinuationFrame