public class org.glassfish.grizzly.http2.frames.PriorityFrame extends org.glassfish.grizzly.http2.frames.Http2Frame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.http2.frames.PriorityFrame
  super_class: org.glassfish.grizzly.http2.frames.Http2Frame
{
  private static final org.glassfish.grizzly.ThreadCache$CachedTypeIndex<org.glassfish.grizzly.http2.frames.PriorityFrame> 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/PriorityFrame;>;

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 27
            ldc Lorg/glassfish/grizzly/http2/frames/PriorityFrame;
            bipush 8
            invokestatic org.glassfish.grizzly.ThreadCache.obtainIndex:(Ljava/lang/Class;I)Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            putstatic org.glassfish.grizzly.http2.frames.PriorityFrame.CACHE_IDX:Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
         1: .line 29
            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.PriorityFrame this
         0: .line 37
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http2.frames.Http2Frame.<init>:()V
         1: .line 38
            return
        end local 0 // org.glassfish.grizzly.http2.frames.PriorityFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http2/frames/PriorityFrame;

  static org.glassfish.grizzly.http2.frames.PriorityFrame create();
    descriptor: ()Lorg/glassfish/grizzly/http2/frames/PriorityFrame;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 43
            getstatic org.glassfish.grizzly.http2.frames.PriorityFrame.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.PriorityFrame
            astore 0 /* frame */
        start local 0 // org.glassfish.grizzly.http2.frames.PriorityFrame frame
         1: .line 44
            aload 0 /* frame */
            ifnonnull 3
         2: .line 45
            new org.glassfish.grizzly.http2.frames.PriorityFrame
            dup
            invokespecial org.glassfish.grizzly.http2.frames.PriorityFrame.<init>:()V
            astore 0 /* frame */
         3: .line 47
      StackMap locals: org.glassfish.grizzly.http2.frames.PriorityFrame
      StackMap stack:
            aload 0 /* frame */
            areturn
        end local 0 // org.glassfish.grizzly.http2.frames.PriorityFrame frame
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    4     0  frame  Lorg/glassfish/grizzly/http2/frames/PriorityFrame;

  public static org.glassfish.grizzly.http2.frames.Http2Frame fromBuffer(int, org.glassfish.grizzly.Buffer);
    descriptor: (ILorg/glassfish/grizzly/Buffer;)Lorg/glassfish/grizzly/http2/frames/Http2Frame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // int streamId
        start local 1 // org.glassfish.grizzly.Buffer frameBuffer
         0: .line 51
            invokestatic org.glassfish.grizzly.http2.frames.PriorityFrame.create:()Lorg/glassfish/grizzly/http2/frames/PriorityFrame;
            astore 2 /* frame */
        start local 2 // org.glassfish.grizzly.http2.frames.PriorityFrame frame
         1: .line 52
            aload 2 /* frame */
            iload 0 /* streamId */
            invokevirtual org.glassfish.grizzly.http2.frames.PriorityFrame.setStreamId:(I)V
         2: .line 54
            aload 2 /* frame */
            aload 1 /* frameBuffer */
            invokeinterface org.glassfish.grizzly.Buffer.remaining:()I
            putfield org.glassfish.grizzly.http2.frames.PriorityFrame.length:I
         3: .line 55
            aload 1 /* frameBuffer */
            invokeinterface org.glassfish.grizzly.Buffer.getInt:()I
            istore 3 /* dependency */
        start local 3 // int dependency
         4: .line 57
            aload 2 /* frame */
            iload 3 /* dependency */
            ldc 2147483647
            iand
            putfield org.glassfish.grizzly.http2.frames.PriorityFrame.streamDependency:I
         5: .line 58
            aload 2 /* frame */
            iload 3 /* dependency */
            i2l
            ldc 2147483648
            land
            lconst_0
            lcmp
            ifeq 6
            iconst_1
            goto 7
      StackMap locals: int org.glassfish.grizzly.Buffer org.glassfish.grizzly.http2.frames.PriorityFrame int
      StackMap stack: org.glassfish.grizzly.http2.frames.PriorityFrame
         6: iconst_0
      StackMap locals: int org.glassfish.grizzly.Buffer org.glassfish.grizzly.http2.frames.PriorityFrame int
      StackMap stack: org.glassfish.grizzly.http2.frames.PriorityFrame int
         7: putfield org.glassfish.grizzly.http2.frames.PriorityFrame.isExclusive:Z
         8: .line 60
            aload 2 /* frame */
            aload 1 /* frameBuffer */
            invokeinterface org.glassfish.grizzly.Buffer.get:()B
            sipush 255
            iand
            putfield org.glassfish.grizzly.http2.frames.PriorityFrame.weight:I
         9: .line 62
            aload 2 /* frame */
            aload 1 /* frameBuffer */
            invokevirtual org.glassfish.grizzly.http2.frames.PriorityFrame.setFrameBuffer:(Lorg/glassfish/grizzly/Buffer;)V
        10: .line 64
            aload 2 /* frame */
            areturn
        end local 3 // int dependency
        end local 2 // org.glassfish.grizzly.http2.frames.PriorityFrame frame
        end local 1 // org.glassfish.grizzly.Buffer frameBuffer
        end local 0 // int streamId
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0     streamId  I
            0   11     1  frameBuffer  Lorg/glassfish/grizzly/Buffer;
            1   11     2        frame  Lorg/glassfish/grizzly/http2/frames/PriorityFrame;
            4   11     3   dependency  I
    MethodParameters:
             Name  Flags
      streamId     final
      frameBuffer  final

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

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

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

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

  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.PriorityFrame this
         0: .line 85
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 86
            aload 1 /* sb */
            ldc "PriorityFrame {"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http2.frames.PriorityFrame.headerToString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", exclusive="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.frames.PriorityFrame.isExclusive:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            ldc ", streamDependency="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.frames.PriorityFrame.streamDependency:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 87
            ldc ", weight="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.frames.PriorityFrame.weight:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         3: .line 89
            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.PriorityFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http2/frames/PriorityFrame;
            1    4     1    sb  Ljava/lang/StringBuilder;

  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.PriorityFrame this
         0: .line 96
            iconst_2
            ireturn
        end local 0 // org.glassfish.grizzly.http2.frames.PriorityFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/frames/PriorityFrame;

  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=4, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.http2.frames.PriorityFrame this
        start local 1 // org.glassfish.grizzly.memory.MemoryManager memoryManager
         0: .line 101
            aload 1 /* memoryManager */
            bipush 14
            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 103
            aload 0 /* this */
            aload 2 /* buffer */
            invokevirtual org.glassfish.grizzly.http2.frames.PriorityFrame.serializeFrameHeader:(Lorg/glassfish/grizzly/Buffer;)V
         2: .line 104
            aload 2 /* buffer */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.frames.PriorityFrame.isExclusive:Z
            ifeq 3
            ldc -2147483648
            goto 4
      StackMap locals: org.glassfish.grizzly.http2.frames.PriorityFrame org.glassfish.grizzly.memory.MemoryManager org.glassfish.grizzly.Buffer
      StackMap stack: org.glassfish.grizzly.Buffer
         3: iconst_0
      StackMap locals: org.glassfish.grizzly.http2.frames.PriorityFrame org.glassfish.grizzly.memory.MemoryManager org.glassfish.grizzly.Buffer
      StackMap stack: org.glassfish.grizzly.Buffer int
         4: aload 0 /* this */
            getfield org.glassfish.grizzly.http2.frames.PriorityFrame.streamDependency:I
            ldc 2147483647
            iand
            ior
            invokeinterface org.glassfish.grizzly.Buffer.putInt:(I)Lorg/glassfish/grizzly/Buffer;
            pop
         5: .line 105
            aload 2 /* buffer */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.frames.PriorityFrame.weight:I
            i2b
            invokeinterface org.glassfish.grizzly.Buffer.put:(B)Lorg/glassfish/grizzly/Buffer;
            pop
         6: .line 107
            aload 2 /* buffer */
            invokeinterface org.glassfish.grizzly.Buffer.trim:()V
         7: .line 109
            aload 2 /* buffer */
            areturn
        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.PriorityFrame this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/glassfish/grizzly/http2/frames/PriorityFrame;
            0    8     1  memoryManager  Lorg/glassfish/grizzly/memory/MemoryManager;
            1    8     2         buffer  Lorg/glassfish/grizzly/Buffer;
    MethodParameters:
               Name  Flags
      memoryManager  final

  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.PriorityFrame this
         0: .line 114
            iconst_5
            ireturn
        end local 0 // org.glassfish.grizzly.http2.frames.PriorityFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/frames/PriorityFrame;

  protected java.util.Map<java.lang.Integer, java.lang.String> getFlagNamesMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.frames.PriorityFrame this
         0: .line 119
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            areturn
        end local 0 // org.glassfish.grizzly.http2.frames.PriorityFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http2/frames/PriorityFrame;
    Signature: ()Ljava/util/Map<Ljava/lang/Integer;Ljava/lang/String;>;

  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.PriorityFrame this
         0: .line 126
            getstatic org.glassfish.grizzly.http2.frames.PriorityFrame.DONT_RECYCLE:Z
            ifeq 2
         1: .line 127
            return
         2: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http2.frames.PriorityFrame.streamDependency:I
         3: .line 131
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http2.frames.PriorityFrame.weight:I
         4: .line 133
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http2.frames.Http2Frame.recycle:()V
         5: .line 134
            getstatic org.glassfish.grizzly.http2.frames.PriorityFrame.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
         6: .line 135
            return
        end local 0 // org.glassfish.grizzly.http2.frames.PriorityFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http2/frames/PriorityFrame;
}
SourceFile: "PriorityFrame.java"
NestMembers:
  org.glassfish.grizzly.http2.frames.PriorityFrame$PriorityFrameBuilder
InnerClasses:
  public final CachedTypeIndex = org.glassfish.grizzly.ThreadCache$CachedTypeIndex of org.glassfish.grizzly.ThreadCache
  public PriorityFrameBuilder = org.glassfish.grizzly.http2.frames.PriorityFrame$PriorityFrameBuilder of org.glassfish.grizzly.http2.frames.PriorityFrame