abstract class org.glassfish.grizzly.http2.hpack.IndexNameValueWriter implements org.glassfish.grizzly.http2.hpack.BinaryRepresentationWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.glassfish.grizzly.http2.hpack.IndexNameValueWriter
  super_class: java.lang.Object
{
  private final int pattern;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  protected boolean indexedRepresentation;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  private static final int NEW;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int NAME_PART_WRITTEN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int VALUE_WRITTEN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

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

  protected void <init>(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.hpack.IndexNameValueWriter this
        start local 1 // int pattern
        start local 2 // int prefix
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 25
            aload 0 /* this */
            new org.glassfish.grizzly.http2.hpack.IntegerWriter
            dup
            invokespecial org.glassfish.grizzly.http2.hpack.IntegerWriter.<init>:()V
            putfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.intWriter:Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
         2: .line 26
            aload 0 /* this */
            new org.glassfish.grizzly.http2.hpack.StringWriter
            dup
            invokespecial org.glassfish.grizzly.http2.hpack.StringWriter.<init>:()V
            putfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.nameWriter:Lorg/glassfish/grizzly/http2/hpack/StringWriter;
         3: .line 27
            aload 0 /* this */
            new org.glassfish.grizzly.http2.hpack.StringWriter
            dup
            invokespecial org.glassfish.grizzly.http2.hpack.StringWriter.<init>:()V
            putfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.valueWriter:Lorg/glassfish/grizzly/http2/hpack/StringWriter;
         4: .line 35
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.state:I
         5: .line 38
            aload 0 /* this */
            iload 1 /* pattern */
            putfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.pattern:I
         6: .line 39
            aload 0 /* this */
            iload 2 /* prefix */
            putfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.prefix:I
         7: .line 40
            return
        end local 2 // int prefix
        end local 1 // int pattern
        end local 0 // org.glassfish.grizzly.http2.hpack.IndexNameValueWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/glassfish/grizzly/http2/hpack/IndexNameValueWriter;
            0    8     1  pattern  I
            0    8     2   prefix  I
    MethodParameters:
         Name  Flags
      pattern  
      prefix   

  org.glassfish.grizzly.http2.hpack.IndexNameValueWriter index(int);
    descriptor: (I)Lorg/glassfish/grizzly/http2/hpack/IndexNameValueWriter;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http2.hpack.IndexNameValueWriter this
        start local 1 // int index
         0: .line 43
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.indexedRepresentation:Z
         1: .line 44
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.intWriter:Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
            iload 1 /* index */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.prefix:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.pattern:I
            invokevirtual org.glassfish.grizzly.http2.hpack.IntegerWriter.configure:(III)Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
            pop
         2: .line 45
            aload 0 /* this */
            areturn
        end local 1 // int index
        end local 0 // org.glassfish.grizzly.http2.hpack.IndexNameValueWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/glassfish/grizzly/http2/hpack/IndexNameValueWriter;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  org.glassfish.grizzly.http2.hpack.IndexNameValueWriter name(java.lang.CharSequence, boolean);
    descriptor: (Ljava/lang/CharSequence;Z)Lorg/glassfish/grizzly/http2/hpack/IndexNameValueWriter;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.hpack.IndexNameValueWriter this
        start local 1 // java.lang.CharSequence name
        start local 2 // boolean useHuffman
         0: .line 49
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.indexedRepresentation:Z
         1: .line 50
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.intWriter:Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.prefix:I
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.pattern:I
            invokevirtual org.glassfish.grizzly.http2.hpack.IntegerWriter.configure:(III)Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
            pop
         2: .line 51
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.nameWriter:Lorg/glassfish/grizzly/http2/hpack/StringWriter;
            aload 1 /* name */
            iload 2 /* useHuffman */
            invokevirtual org.glassfish.grizzly.http2.hpack.StringWriter.configure:(Ljava/lang/CharSequence;Z)Lorg/glassfish/grizzly/http2/hpack/StringWriter;
            pop
         3: .line 52
            aload 0 /* this */
            areturn
        end local 2 // boolean useHuffman
        end local 1 // java.lang.CharSequence name
        end local 0 // org.glassfish.grizzly.http2.hpack.IndexNameValueWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/glassfish/grizzly/http2/hpack/IndexNameValueWriter;
            0    4     1        name  Ljava/lang/CharSequence;
            0    4     2  useHuffman  Z
    MethodParameters:
            Name  Flags
      name        
      useHuffman  

  org.glassfish.grizzly.http2.hpack.IndexNameValueWriter value(java.lang.CharSequence, boolean);
    descriptor: (Ljava/lang/CharSequence;Z)Lorg/glassfish/grizzly/http2/hpack/IndexNameValueWriter;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.hpack.IndexNameValueWriter this
        start local 1 // java.lang.CharSequence value
        start local 2 // boolean useHuffman
         0: .line 56
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.valueWriter:Lorg/glassfish/grizzly/http2/hpack/StringWriter;
            aload 1 /* value */
            iload 2 /* useHuffman */
            invokevirtual org.glassfish.grizzly.http2.hpack.StringWriter.configure:(Ljava/lang/CharSequence;Z)Lorg/glassfish/grizzly/http2/hpack/StringWriter;
            pop
         1: .line 57
            aload 0 /* this */
            areturn
        end local 2 // boolean useHuffman
        end local 1 // java.lang.CharSequence value
        end local 0 // org.glassfish.grizzly.http2.hpack.IndexNameValueWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/glassfish/grizzly/http2/hpack/IndexNameValueWriter;
            0    2     1       value  Ljava/lang/CharSequence;
            0    2     2  useHuffman  Z
    MethodParameters:
            Name  Flags
      value       
      useHuffman  

  public boolean write(org.glassfish.grizzly.http2.hpack.HeaderTable, org.glassfish.grizzly.Buffer);
    descriptor: (Lorg/glassfish/grizzly/http2/hpack/HeaderTable;Lorg/glassfish/grizzly/Buffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http2.hpack.IndexNameValueWriter this
        start local 1 // org.glassfish.grizzly.http2.hpack.HeaderTable table
        start local 2 // org.glassfish.grizzly.Buffer destination
         0: .line 62
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.state:I
            iconst_1
            if_icmpge 7
         1: .line 63
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.indexedRepresentation:Z
            ifeq 4
         2: .line 64
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.intWriter:Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
            aload 2 /* destination */
            invokevirtual org.glassfish.grizzly.http2.hpack.IntegerWriter.write:(Lorg/glassfish/grizzly/Buffer;)Z
            ifne 6
         3: .line 65
            iconst_0
            ireturn
         4: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.intWriter:Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
            aload 2 /* destination */
            invokevirtual org.glassfish.grizzly.http2.hpack.IntegerWriter.write:(Lorg/glassfish/grizzly/Buffer;)Z
            ifeq 5
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.nameWriter:Lorg/glassfish/grizzly/http2/hpack/StringWriter;
            aload 2 /* destination */
            invokevirtual org.glassfish.grizzly.http2.hpack.StringWriter.write:(Lorg/glassfish/grizzly/Buffer;)Z
            ifne 6
         5: .line 69
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.state:I
         7: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.state:I
            iconst_2
            if_icmpge 11
         8: .line 75
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.valueWriter:Lorg/glassfish/grizzly/http2/hpack/StringWriter;
            aload 2 /* destination */
            invokevirtual org.glassfish.grizzly.http2.hpack.StringWriter.write:(Lorg/glassfish/grizzly/Buffer;)Z
            ifne 10
         9: .line 76
            iconst_0
            ireturn
        10: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.state:I
        11: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.state:I
            iconst_2
            if_icmpne 12
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        12: iconst_0
            ireturn
        end local 2 // org.glassfish.grizzly.Buffer destination
        end local 1 // org.glassfish.grizzly.http2.hpack.HeaderTable table
        end local 0 // org.glassfish.grizzly.http2.hpack.IndexNameValueWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/glassfish/grizzly/http2/hpack/IndexNameValueWriter;
            0   13     1        table  Lorg/glassfish/grizzly/http2/hpack/HeaderTable;
            0   13     2  destination  Lorg/glassfish/grizzly/Buffer;
    MethodParameters:
             Name  Flags
      table        
      destination  

  public org.glassfish.grizzly.http2.hpack.IndexNameValueWriter reset();
    descriptor: ()Lorg/glassfish/grizzly/http2/hpack/IndexNameValueWriter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http2.hpack.IndexNameValueWriter this
         0: .line 85
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.intWriter:Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
            invokevirtual org.glassfish.grizzly.http2.hpack.IntegerWriter.reset:()Lorg/glassfish/grizzly/http2/hpack/IntegerWriter;
            pop
         1: .line 86
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.indexedRepresentation:Z
            ifne 3
         2: .line 87
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.nameWriter:Lorg/glassfish/grizzly/http2/hpack/StringWriter;
            invokevirtual org.glassfish.grizzly.http2.hpack.StringWriter.reset:()V
         3: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.valueWriter:Lorg/glassfish/grizzly/http2/hpack/StringWriter;
            invokevirtual org.glassfish.grizzly.http2.hpack.StringWriter.reset:()V
         4: .line 90
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.state:I
         5: .line 91
            aload 0 /* this */
            areturn
        end local 0 // org.glassfish.grizzly.http2.hpack.IndexNameValueWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http2/hpack/IndexNameValueWriter;

  public org.glassfish.grizzly.http2.hpack.BinaryRepresentationWriter reset();
    descriptor: ()Lorg/glassfish/grizzly/http2/hpack/BinaryRepresentationWriter;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.glassfish.grizzly.http2.hpack.IndexNameValueWriter.reset:()Lorg/glassfish/grizzly/http2/hpack/IndexNameValueWriter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "IndexNameValueWriter.java"