public class io.undertow.protocols.http2.HpackEncoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.protocols.http2.HpackEncoder
  super_class: java.lang.Object
{
  private static final java.util.Set<io.undertow.util.HttpString> SKIP;
    descriptor: Ljava/util/Set;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Lio/undertow/util/HttpString;>;

  public static final io.undertow.protocols.http2.HpackEncoder$HpackHeaderFunction DEFAULT_HEADER_FUNCTION;
    descriptor: Lio/undertow/protocols/http2/HpackEncoder$HpackHeaderFunction;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private long headersIterator;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  private io.undertow.util.HeaderMap currentHeaders;
    descriptor: Lio/undertow/util/HeaderMap;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private static final java.util.Map<io.undertow.util.HttpString, io.undertow.protocols.http2.HpackEncoder$TableEntry[]> ENCODING_STATIC_TABLE;
    descriptor: Ljava/util/Map;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Lio/undertow/util/HttpString;[Lio/undertow/protocols/http2/HpackEncoder$TableEntry;>;

  private final java.util.Deque<io.undertow.protocols.http2.HpackEncoder$TableEntry> evictionQueue;
    descriptor: Ljava/util/Deque;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Deque<Lio/undertow/protocols/http2/HpackEncoder$TableEntry;>;

  private final java.util.Map<io.undertow.util.HttpString, java.util.List<io.undertow.protocols.http2.HpackEncoder$TableEntry>> dynamicTable;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lio/undertow/util/HttpString;Ljava/util/List<Lio/undertow/protocols/http2/HpackEncoder$TableEntry;>;>;

  private byte[] overflowData;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  private final io.undertow.protocols.http2.HpackEncoder$HpackHeaderFunction hpackHeaderFunction;
    descriptor: Lio/undertow/protocols/http2/HpackEncoder$HpackHeaderFunction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=10, locals=5, args_size=0
         0: .line 52
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 0 /* set */
        start local 0 // java.util.Set set
         1: .line 53
            aload 0 /* set */
            getstatic io.undertow.util.Headers.CONNECTION:Lio/undertow/util/HttpString;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         2: .line 54
            aload 0 /* set */
            getstatic io.undertow.util.Headers.TRANSFER_ENCODING:Lio/undertow/util/HttpString;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         3: .line 55
            aload 0 /* set */
            getstatic io.undertow.util.Headers.KEEP_ALIVE:Lio/undertow/util/HttpString;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         4: .line 56
            aload 0 /* set */
            getstatic io.undertow.util.Headers.UPGRADE:Lio/undertow/util/HttpString;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         5: .line 57
            aload 0 /* set */
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
            putstatic io.undertow.protocols.http2.HpackEncoder.SKIP:Ljava/util/Set;
        end local 0 // java.util.Set set
         6: .line 60
            new io.undertow.protocols.http2.HpackEncoder$1
            dup
            invokespecial io.undertow.protocols.http2.HpackEncoder$1.<init>:()V
            putstatic io.undertow.protocols.http2.HpackEncoder.DEFAULT_HEADER_FUNCTION:Lio/undertow/protocols/http2/HpackEncoder$HpackHeaderFunction;
         7: .line 101
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 0 /* map */
        start local 0 // java.util.Map map
         8: .line 102
            iconst_1
            istore 1 /* i */
        start local 1 // int i
         9: goto 20
        10: .line 103
      StackMap locals: java.util.Map int
      StackMap stack:
            getstatic io.undertow.protocols.http2.Hpack.STATIC_TABLE:[Lio/undertow/protocols/http2/Hpack$HeaderField;
            iload 1 /* i */
            aaload
            astore 2 /* m */
        start local 2 // io.undertow.protocols.http2.Hpack$HeaderField m
        11: .line 104
            aload 0 /* map */
            aload 2 /* m */
            getfield io.undertow.protocols.http2.Hpack$HeaderField.name:Lio/undertow/util/HttpString;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.undertow.protocols.http2.HpackEncoder$TableEntry[]
            astore 3 /* existing */
        start local 3 // io.undertow.protocols.http2.HpackEncoder$TableEntry[] existing
        12: .line 105
            aload 3 /* existing */
            ifnonnull 15
        13: .line 106
            aload 0 /* map */
            aload 2 /* m */
            getfield io.undertow.protocols.http2.Hpack$HeaderField.name:Lio/undertow/util/HttpString;
            iconst_1
            anewarray io.undertow.protocols.http2.HpackEncoder$TableEntry
            dup
            iconst_0
            new io.undertow.protocols.http2.HpackEncoder$TableEntry
            dup
            aload 2 /* m */
            getfield io.undertow.protocols.http2.Hpack$HeaderField.name:Lio/undertow/util/HttpString;
            aload 2 /* m */
            getfield io.undertow.protocols.http2.Hpack$HeaderField.value:Ljava/lang/String;
            iload 1 /* i */
            invokespecial io.undertow.protocols.http2.HpackEncoder$TableEntry.<init>:(Lio/undertow/util/HttpString;Ljava/lang/String;I)V
            aastore
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 107
            goto 19
        15: .line 108
      StackMap locals: io.undertow.protocols.http2.Hpack$HeaderField io.undertow.protocols.http2.HpackEncoder$TableEntry[]
      StackMap stack:
            aload 3 /* existing */
            arraylength
            iconst_1
            iadd
            anewarray io.undertow.protocols.http2.HpackEncoder$TableEntry
            astore 4 /* newEntry */
        start local 4 // io.undertow.protocols.http2.HpackEncoder$TableEntry[] newEntry
        16: .line 109
            aload 3 /* existing */
            iconst_0
            aload 4 /* newEntry */
            iconst_0
            aload 3 /* existing */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 110
            aload 4 /* newEntry */
            aload 3 /* existing */
            arraylength
            new io.undertow.protocols.http2.HpackEncoder$TableEntry
            dup
            aload 2 /* m */
            getfield io.undertow.protocols.http2.Hpack$HeaderField.name:Lio/undertow/util/HttpString;
            aload 2 /* m */
            getfield io.undertow.protocols.http2.Hpack$HeaderField.value:Ljava/lang/String;
            iload 1 /* i */
            invokespecial io.undertow.protocols.http2.HpackEncoder$TableEntry.<init>:(Lio/undertow/util/HttpString;Ljava/lang/String;I)V
            aastore
        18: .line 111
            aload 0 /* map */
            aload 2 /* m */
            getfield io.undertow.protocols.http2.Hpack$HeaderField.name:Lio/undertow/util/HttpString;
            aload 4 /* newEntry */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // io.undertow.protocols.http2.HpackEncoder$TableEntry[] newEntry
        end local 3 // io.undertow.protocols.http2.HpackEncoder$TableEntry[] existing
        end local 2 // io.undertow.protocols.http2.Hpack$HeaderField m
        19: .line 102
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 1 /* i */
            getstatic io.undertow.protocols.http2.Hpack.STATIC_TABLE:[Lio/undertow/protocols/http2/Hpack$HeaderField;
            arraylength
            if_icmplt 10
        end local 1 // int i
        21: .line 114
            aload 0 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putstatic io.undertow.protocols.http2.HpackEncoder.ENCODING_STATIC_TABLE:Ljava/util/Map;
        end local 0 // java.util.Map map
        22: .line 115
            return
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1    6     0       set  Ljava/util/Set<Lio/undertow/util/HttpString;>;
            8   22     0       map  Ljava/util/Map<Lio/undertow/util/HttpString;[Lio/undertow/protocols/http2/HpackEncoder$TableEntry;>;
            9   21     1         i  I
           11   19     2         m  Lio/undertow/protocols/http2/Hpack$HeaderField;
           12   19     3  existing  [Lio/undertow/protocols/http2/HpackEncoder$TableEntry;
           16   19     4  newEntry  [Lio/undertow/protocols/http2/HpackEncoder$TableEntry;

  public void <init>(int, io.undertow.protocols.http2.HpackEncoder$HpackHeaderFunction);
    descriptor: (ILio/undertow/protocols/http2/HpackEncoder$HpackHeaderFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.undertow.protocols.http2.HpackEncoder this
        start local 1 // int maxTableSize
        start local 2 // io.undertow.protocols.http2.HpackEncoder$HpackHeaderFunction headerFunction
         0: .line 129
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            ldc -1
            putfield io.undertow.protocols.http2.HpackEncoder.headersIterator:J
         2: .line 82
            aload 0 /* this */
            iconst_1
            putfield io.undertow.protocols.http2.HpackEncoder.firstPass:Z
         3: .line 88
            aload 0 /* this */
            iconst_m1
            putfield io.undertow.protocols.http2.HpackEncoder.newMaxHeaderSize:I
         4: .line 89
            aload 0 /* this */
            iconst_m1
            putfield io.undertow.protocols.http2.HpackEncoder.minNewMaxHeaderSize:I
         5: .line 93
            aload 0 /* this */
            new java.util.ArrayDeque
            dup
            invokespecial java.util.ArrayDeque.<init>:()V
            putfield io.undertow.protocols.http2.HpackEncoder.evictionQueue:Ljava/util/Deque;
         6: .line 94
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield io.undertow.protocols.http2.HpackEncoder.dynamicTable:Ljava/util/Map;
         7: .line 130
            aload 0 /* this */
            iload 1 /* maxTableSize */
            putfield io.undertow.protocols.http2.HpackEncoder.maxTableSize:I
         8: .line 131
            aload 0 /* this */
            aload 2 /* headerFunction */
            putfield io.undertow.protocols.http2.HpackEncoder.hpackHeaderFunction:Lio/undertow/protocols/http2/HpackEncoder$HpackHeaderFunction;
         9: .line 132
            return
        end local 2 // io.undertow.protocols.http2.HpackEncoder$HpackHeaderFunction headerFunction
        end local 1 // int maxTableSize
        end local 0 // io.undertow.protocols.http2.HpackEncoder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lio/undertow/protocols/http2/HpackEncoder;
            0   10     1    maxTableSize  I
            0   10     2  headerFunction  Lio/undertow/protocols/http2/HpackEncoder$HpackHeaderFunction;
    MethodParameters:
                Name  Flags
      maxTableSize    
      headerFunction  

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.HpackEncoder this
        start local 1 // int maxTableSize
         0: .line 135
            aload 0 /* this */
            iload 1 /* maxTableSize */
            getstatic io.undertow.protocols.http2.HpackEncoder.DEFAULT_HEADER_FUNCTION:Lio/undertow/protocols/http2/HpackEncoder$HpackHeaderFunction;
            invokespecial io.undertow.protocols.http2.HpackEncoder.<init>:(ILio/undertow/protocols/http2/HpackEncoder$HpackHeaderFunction;)V
         1: .line 136
            return
        end local 1 // int maxTableSize
        end local 0 // io.undertow.protocols.http2.HpackEncoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/undertow/protocols/http2/HpackEncoder;
            0    2     1  maxTableSize  I
    MethodParameters:
              Name  Flags
      maxTableSize  

  public io.undertow.protocols.http2.HpackEncoder$State encode(io.undertow.util.HeaderMap, java.nio.ByteBuffer);
    descriptor: (Lio/undertow/util/HeaderMap;Ljava/nio/ByteBuffer;)Lio/undertow/protocols/http2/HpackEncoder$State;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=15, args_size=3
        start local 0 // io.undertow.protocols.http2.HpackEncoder this
        start local 1 // io.undertow.util.HeaderMap headers
        start local 2 // java.nio.ByteBuffer target
         0: .line 145
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.overflowData:[B
            ifnull 10
         1: .line 146
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.overflowPos:I
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 147
      StackMap locals: int
      StackMap stack:
            aload 2 /* target */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 6
         4: .line 148
            aload 0 /* this */
            iload 3 /* i */
            putfield io.undertow.protocols.http2.HpackEncoder.overflowPos:I
         5: .line 149
            getstatic io.undertow.protocols.http2.HpackEncoder$State.OVERFLOW:Lio/undertow/protocols/http2/HpackEncoder$State;
            areturn
         6: .line 151
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.overflowData:[B
            iload 3 /* i */
            baload
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         7: .line 146
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.overflowLength:I
            if_icmplt 3
        end local 3 // int i
         9: .line 153
            aload 0 /* this */
            aconst_null
            putfield io.undertow.protocols.http2.HpackEncoder.overflowData:[B
        10: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.headersIterator:J
            lstore 3 /* it */
        start local 3 // long it
        11: .line 157
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.headersIterator:J
            ldc -1
            lcmp
            ifne 16
        12: .line 158
            aload 0 /* this */
            aload 2 /* target */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.handleTableSizeChange:(Ljava/nio/ByteBuffer;)V
        13: .line 160
            aload 1 /* headers */
            invokevirtual io.undertow.util.HeaderMap.fastIterate:()J
            lstore 3 /* it */
        14: .line 161
            aload 0 /* this */
            aload 1 /* headers */
            putfield io.undertow.protocols.http2.HpackEncoder.currentHeaders:Lio/undertow/util/HeaderMap;
        15: .line 162
            goto 88
        16: .line 163
      StackMap locals: long
      StackMap stack:
            aload 1 /* headers */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.currentHeaders:Lio/undertow/util/HeaderMap;
            if_acmpeq 88
        17: .line 164
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        18: .line 168
      StackMap locals:
      StackMap stack:
            aload 1 /* headers */
            lload 3 /* it */
            invokevirtual io.undertow.util.HeaderMap.fiCurrent:(J)Lio/undertow/util/HeaderValues;
            astore 5 /* values */
        start local 5 // io.undertow.util.HeaderValues values
        19: .line 169
            iconst_0
            istore 6 /* skip */
        start local 6 // boolean skip
        20: .line 170
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.firstPass:Z
            ifeq 24
        21: .line 171
            aload 5 /* values */
            invokevirtual io.undertow.util.HeaderValues.getHeaderName:()Lio/undertow/util/HttpString;
            iconst_0
            invokevirtual io.undertow.util.HttpString.byteAt:(I)B
            bipush 58
            if_icmpeq 26
        22: .line 172
            iconst_1
            istore 6 /* skip */
        23: .line 174
            goto 26
        24: .line 175
      StackMap locals: io.undertow.util.HeaderValues int
      StackMap stack:
            aload 5 /* values */
            invokevirtual io.undertow.util.HeaderValues.getHeaderName:()Lio/undertow/util/HttpString;
            iconst_0
            invokevirtual io.undertow.util.HttpString.byteAt:(I)B
            bipush 58
            if_icmpne 26
        25: .line 176
            iconst_1
            istore 6 /* skip */
        26: .line 179
      StackMap locals:
      StackMap stack:
            getstatic io.undertow.protocols.http2.HpackEncoder.SKIP:Ljava/util/Set;
            aload 5 /* values */
            invokevirtual io.undertow.util.HeaderValues.getHeaderName:()Lio/undertow/util/HttpString;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 28
        27: .line 181
            iconst_1
            istore 6 /* skip */
        28: .line 183
      StackMap locals:
      StackMap stack:
            iload 6 /* skip */
            ifne 84
        29: .line 184
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        30: goto 83
        31: .line 186
      StackMap locals: int
      StackMap stack:
            aload 5 /* values */
            invokevirtual io.undertow.util.HeaderValues.getHeaderName:()Lio/undertow/util/HttpString;
            astore 8 /* headerName */
        start local 8 // io.undertow.util.HttpString headerName
        32: .line 187
            bipush 11
            aload 8 /* headerName */
            invokevirtual io.undertow.util.HttpString.length:()I
            iadd
            istore 9 /* required */
        start local 9 // int required
        33: .line 189
            aload 5 /* values */
            iload 7 /* i */
            invokevirtual io.undertow.util.HeaderValues.get:(I)Ljava/lang/String;
            astore 10 /* val */
        start local 10 // java.lang.String val
        34: .line 190
            iconst_0
            istore 11 /* v */
        start local 11 // int v
        35: goto 41
        36: .line 191
      StackMap locals: io.undertow.protocols.http2.HpackEncoder io.undertow.util.HeaderMap java.nio.ByteBuffer long io.undertow.util.HeaderValues int int io.undertow.util.HttpString int java.lang.String int
      StackMap stack:
            aload 10 /* val */
            iload 11 /* v */
            invokevirtual java.lang.String.charAt:(I)C
            istore 12 /* c */
        start local 12 // char c
        37: .line 192
            iload 12 /* c */
            bipush 13
            if_icmpeq 38
            iload 12 /* c */
            bipush 10
            if_icmpne 40
        38: .line 193
      StackMap locals: int
      StackMap stack:
            aload 10 /* val */
            bipush 13
            bipush 32
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            bipush 10
            bipush 32
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            astore 10 /* val */
        39: .line 194
            goto 42
        end local 12 // char c
        40: .line 190
      StackMap locals:
      StackMap stack:
            iinc 11 /* v */ 1
      StackMap locals:
      StackMap stack:
        41: iload 11 /* v */
            aload 10 /* val */
            invokevirtual java.lang.String.length:()I
            if_icmplt 36
        end local 11 // int v
        42: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 8 /* headerName */
            aload 10 /* val */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.findInTable:(Lio/undertow/util/HttpString;Ljava/lang/String;)Lio/undertow/protocols/http2/HpackEncoder$TableEntry;
            astore 11 /* tableEntry */
        start local 11 // io.undertow.protocols.http2.HpackEncoder$TableEntry tableEntry
        43: .line 199
            iload 9 /* required */
            iconst_1
            aload 10 /* val */
            invokevirtual java.lang.String.length:()I
            iadd
            iadd
            istore 9 /* required */
        44: .line 200
            iconst_0
            istore 12 /* overflowing */
        start local 12 // boolean overflowing
        45: .line 202
            aload 2 /* target */
            astore 13 /* current */
        start local 13 // java.nio.ByteBuffer current
        46: .line 203
            aload 13 /* current */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 9 /* required */
            if_icmpge 50
        47: .line 204
            iconst_1
            istore 12 /* overflowing */
        48: .line 205
            aload 0 /* this */
            iload 9 /* required */
            newarray 8
            dup_x1
            putfield io.undertow.protocols.http2.HpackEncoder.overflowData:[B
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 13 /* current */
        49: .line 206
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.HpackEncoder.overflowPos:I
        50: .line 208
      StackMap locals: io.undertow.protocols.http2.HpackEncoder$TableEntry int java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.hpackHeaderFunction:Lio/undertow/protocols/http2/HpackEncoder$HpackHeaderFunction;
            aload 8 /* headerName */
            aload 10 /* val */
            invokeinterface io.undertow.protocols.http2.HpackEncoder$HpackHeaderFunction.shouldUseIndexing:(Lio/undertow/util/HttpString;Ljava/lang/String;)Z
            ifeq 51
            aload 8 /* headerName */
            invokevirtual io.undertow.util.HttpString.length:()I
            aload 10 /* val */
            invokevirtual java.lang.String.length:()I
            iadd
            bipush 32
            iadd
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.maxTableSize:I
            if_icmpge 51
            iconst_1
            goto 52
      StackMap locals:
      StackMap stack:
        51: iconst_0
      StackMap locals:
      StackMap stack: int
        52: istore 14 /* canIndex */
        start local 14 // boolean canIndex
        53: .line 209
            aload 11 /* tableEntry */
            ifnonnull 59
            iload 14 /* canIndex */
            ifeq 59
        54: .line 211
            aload 13 /* current */
            bipush 64
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        55: .line 212
            aload 0 /* this */
            aload 13 /* current */
            aload 8 /* headerName */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.writeHuffmanEncodableName:(Ljava/nio/ByteBuffer;Lio/undertow/util/HttpString;)V
        56: .line 213
            aload 0 /* this */
            aload 13 /* current */
            aload 8 /* headerName */
            aload 10 /* val */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.writeHuffmanEncodableValue:(Ljava/nio/ByteBuffer;Lio/undertow/util/HttpString;Ljava/lang/String;)V
        57: .line 214
            aload 0 /* this */
            aload 8 /* headerName */
            aload 10 /* val */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.addToDynamicTable:(Lio/undertow/util/HttpString;Ljava/lang/String;)V
        58: .line 215
            goto 77
      StackMap locals: int
      StackMap stack:
        59: aload 11 /* tableEntry */
            ifnonnull 64
        60: .line 217
            aload 13 /* current */
            bipush 16
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        61: .line 218
            aload 0 /* this */
            aload 13 /* current */
            aload 8 /* headerName */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.writeHuffmanEncodableName:(Ljava/nio/ByteBuffer;Lio/undertow/util/HttpString;)V
        62: .line 219
            aload 0 /* this */
            aload 13 /* current */
            aload 8 /* headerName */
            aload 10 /* val */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.writeHuffmanEncodableValue:(Ljava/nio/ByteBuffer;Lio/undertow/util/HttpString;Ljava/lang/String;)V
        63: .line 220
            goto 77
        64: .line 222
      StackMap locals:
      StackMap stack:
            aload 10 /* val */
            aload 11 /* tableEntry */
            getfield io.undertow.protocols.http2.HpackEncoder$TableEntry.value:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 68
        65: .line 224
            aload 13 /* current */
            bipush -128
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        66: .line 225
            aload 13 /* current */
            aload 11 /* tableEntry */
            invokevirtual io.undertow.protocols.http2.HpackEncoder$TableEntry.getPosition:()I
            bipush 7
            invokestatic io.undertow.protocols.http2.Hpack.encodeInteger:(Ljava/nio/ByteBuffer;II)V
        67: .line 226
            goto 77
        68: .line 227
      StackMap locals:
      StackMap stack:
            iload 14 /* canIndex */
            ifeq 74
        69: .line 229
            aload 13 /* current */
            bipush 64
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        70: .line 230
            aload 13 /* current */
            aload 11 /* tableEntry */
            invokevirtual io.undertow.protocols.http2.HpackEncoder$TableEntry.getPosition:()I
            bipush 6
            invokestatic io.undertow.protocols.http2.Hpack.encodeInteger:(Ljava/nio/ByteBuffer;II)V
        71: .line 231
            aload 0 /* this */
            aload 13 /* current */
            aload 8 /* headerName */
            aload 10 /* val */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.writeHuffmanEncodableValue:(Ljava/nio/ByteBuffer;Lio/undertow/util/HttpString;Ljava/lang/String;)V
        72: .line 232
            aload 0 /* this */
            aload 8 /* headerName */
            aload 10 /* val */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.addToDynamicTable:(Lio/undertow/util/HttpString;Ljava/lang/String;)V
        73: .line 234
            goto 77
        74: .line 235
      StackMap locals:
      StackMap stack:
            aload 13 /* current */
            bipush 16
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        75: .line 236
            aload 13 /* current */
            aload 11 /* tableEntry */
            invokevirtual io.undertow.protocols.http2.HpackEncoder$TableEntry.getPosition:()I
            iconst_4
            invokestatic io.undertow.protocols.http2.Hpack.encodeInteger:(Ljava/nio/ByteBuffer;II)V
        76: .line 237
            aload 0 /* this */
            aload 13 /* current */
            aload 8 /* headerName */
            aload 10 /* val */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.writeHuffmanEncodableValue:(Ljava/nio/ByteBuffer;Lio/undertow/util/HttpString;Ljava/lang/String;)V
        77: .line 241
      StackMap locals:
      StackMap stack:
            iload 12 /* overflowing */
            ifeq 82
        78: .line 242
            aload 1 /* headers */
            lload 3 /* it */
            invokevirtual io.undertow.util.HeaderMap.fiNext:(J)J
            lstore 3 /* it */
        79: .line 243
            aload 0 /* this */
            lload 3 /* it */
            putfield io.undertow.protocols.http2.HpackEncoder.headersIterator:J
        80: .line 244
            aload 0 /* this */
            aload 13 /* current */
            invokevirtual java.nio.ByteBuffer.position:()I
            putfield io.undertow.protocols.http2.HpackEncoder.overflowLength:I
        81: .line 245
            getstatic io.undertow.protocols.http2.HpackEncoder$State.OVERFLOW:Lio/undertow/protocols/http2/HpackEncoder$State;
            areturn
        end local 14 // boolean canIndex
        end local 13 // java.nio.ByteBuffer current
        end local 12 // boolean overflowing
        end local 11 // io.undertow.protocols.http2.HpackEncoder$TableEntry tableEntry
        end local 10 // java.lang.String val
        end local 9 // int required
        end local 8 // io.undertow.util.HttpString headerName
        82: .line 184
      StackMap locals: io.undertow.protocols.http2.HpackEncoder io.undertow.util.HeaderMap java.nio.ByteBuffer long io.undertow.util.HeaderValues int int
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        83: iload 7 /* i */
            aload 5 /* values */
            invokevirtual io.undertow.util.HeaderValues.size:()I
            if_icmplt 31
        end local 7 // int i
        84: .line 250
      StackMap locals:
      StackMap stack:
            aload 1 /* headers */
            lload 3 /* it */
            invokevirtual io.undertow.util.HeaderMap.fiNext:(J)J
            lstore 3 /* it */
        85: .line 251
            lload 3 /* it */
            ldc -1
            lcmp
            ifne 88
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.firstPass:Z
            ifeq 88
        86: .line 252
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.HpackEncoder.firstPass:Z
        87: .line 253
            aload 1 /* headers */
            invokevirtual io.undertow.util.HeaderMap.fastIterate:()J
            lstore 3 /* it */
        end local 6 // boolean skip
        end local 5 // io.undertow.util.HeaderValues values
        88: .line 167
      StackMap locals:
      StackMap stack:
            lload 3 /* it */
            ldc -1
            lcmp
            ifne 18
        89: .line 256
            aload 0 /* this */
            ldc -1
            putfield io.undertow.protocols.http2.HpackEncoder.headersIterator:J
        90: .line 257
            aload 0 /* this */
            iconst_1
            putfield io.undertow.protocols.http2.HpackEncoder.firstPass:Z
        91: .line 258
            getstatic io.undertow.protocols.http2.HpackEncoder$State.COMPLETE:Lio/undertow/protocols/http2/HpackEncoder$State;
            areturn
        end local 3 // long it
        end local 2 // java.nio.ByteBuffer target
        end local 1 // io.undertow.util.HeaderMap headers
        end local 0 // io.undertow.protocols.http2.HpackEncoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   92     0         this  Lio/undertow/protocols/http2/HpackEncoder;
            0   92     1      headers  Lio/undertow/util/HeaderMap;
            0   92     2       target  Ljava/nio/ByteBuffer;
            2    9     3            i  I
           11   92     3           it  J
           19   88     5       values  Lio/undertow/util/HeaderValues;
           20   88     6         skip  Z
           30   84     7            i  I
           32   82     8   headerName  Lio/undertow/util/HttpString;
           33   82     9     required  I
           34   82    10          val  Ljava/lang/String;
           35   42    11            v  I
           37   40    12            c  C
           43   82    11   tableEntry  Lio/undertow/protocols/http2/HpackEncoder$TableEntry;
           45   82    12  overflowing  Z
           46   82    13      current  Ljava/nio/ByteBuffer;
           53   82    14     canIndex  Z
    MethodParameters:
         Name  Flags
      headers  
      target   

  private void writeHuffmanEncodableName(java.nio.ByteBuffer, io.undertow.util.HttpString);
    descriptor: (Ljava/nio/ByteBuffer;Lio/undertow/util/HttpString;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.undertow.protocols.http2.HpackEncoder this
        start local 1 // java.nio.ByteBuffer target
        start local 2 // io.undertow.util.HttpString headerName
         0: .line 262
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.hpackHeaderFunction:Lio/undertow/protocols/http2/HpackEncoder$HpackHeaderFunction;
            aload 2 /* headerName */
            invokeinterface io.undertow.protocols.http2.HpackEncoder$HpackHeaderFunction.shouldUseHuffman:(Lio/undertow/util/HttpString;)Z
            ifeq 3
         1: .line 263
            aload 1 /* target */
            aload 2 /* headerName */
            invokevirtual io.undertow.util.HttpString.toString:()Ljava/lang/String;
            iconst_1
            invokestatic io.undertow.protocols.http2.HPackHuffman.encode:(Ljava/nio/ByteBuffer;Ljava/lang/String;Z)Z
            ifeq 3
         2: .line 264
            return
         3: .line 267
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         4: .line 268
            aload 1 /* target */
            aload 2 /* headerName */
            invokevirtual io.undertow.util.HttpString.length:()I
            bipush 7
            invokestatic io.undertow.protocols.http2.Hpack.encodeInteger:(Ljava/nio/ByteBuffer;II)V
         5: .line 269
            iconst_0
            istore 3 /* j */
        start local 3 // int j
         6: goto 9
         7: .line 270
      StackMap locals: int
      StackMap stack:
            aload 1 /* target */
            aload 2 /* headerName */
            iload 3 /* j */
            invokevirtual io.undertow.util.HttpString.byteAt:(I)B
            invokestatic io.undertow.protocols.http2.Hpack.toLower:(B)B
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         8: .line 269
            iinc 3 /* j */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* j */
            aload 2 /* headerName */
            invokevirtual io.undertow.util.HttpString.length:()I
            if_icmplt 7
        end local 3 // int j
        10: .line 273
            return
        end local 2 // io.undertow.util.HttpString headerName
        end local 1 // java.nio.ByteBuffer target
        end local 0 // io.undertow.protocols.http2.HpackEncoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lio/undertow/protocols/http2/HpackEncoder;
            0   11     1      target  Ljava/nio/ByteBuffer;
            0   11     2  headerName  Lio/undertow/util/HttpString;
            6   10     3           j  I
    MethodParameters:
            Name  Flags
      target      
      headerName  

  private void writeHuffmanEncodableValue(java.nio.ByteBuffer, io.undertow.util.HttpString, java.lang.String);
    descriptor: (Ljava/nio/ByteBuffer;Lio/undertow/util/HttpString;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.undertow.protocols.http2.HpackEncoder this
        start local 1 // java.nio.ByteBuffer target
        start local 2 // io.undertow.util.HttpString headerName
        start local 3 // java.lang.String val
         0: .line 276
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.hpackHeaderFunction:Lio/undertow/protocols/http2/HpackEncoder$HpackHeaderFunction;
            aload 2 /* headerName */
            aload 3 /* val */
            invokeinterface io.undertow.protocols.http2.HpackEncoder$HpackHeaderFunction.shouldUseHuffman:(Lio/undertow/util/HttpString;Ljava/lang/String;)Z
            ifeq 4
         1: .line 277
            aload 1 /* target */
            aload 3 /* val */
            iconst_0
            invokestatic io.undertow.protocols.http2.HPackHuffman.encode:(Ljava/nio/ByteBuffer;Ljava/lang/String;Z)Z
            ifne 5
         2: .line 278
            aload 0 /* this */
            aload 1 /* target */
            aload 3 /* val */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.writeValueString:(Ljava/nio/ByteBuffer;Ljava/lang/String;)V
         3: .line 280
            goto 5
         4: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* target */
            aload 3 /* val */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.writeValueString:(Ljava/nio/ByteBuffer;Ljava/lang/String;)V
         5: .line 283
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String val
        end local 2 // io.undertow.util.HttpString headerName
        end local 1 // java.nio.ByteBuffer target
        end local 0 // io.undertow.protocols.http2.HpackEncoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/undertow/protocols/http2/HpackEncoder;
            0    6     1      target  Ljava/nio/ByteBuffer;
            0    6     2  headerName  Lio/undertow/util/HttpString;
            0    6     3         val  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      target      
      headerName  
      val         

  private void writeValueString(java.nio.ByteBuffer, java.lang.String);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.undertow.protocols.http2.HpackEncoder this
        start local 1 // java.nio.ByteBuffer target
        start local 2 // java.lang.String val
         0: .line 286
            aload 1 /* target */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         1: .line 287
            aload 1 /* target */
            aload 2 /* val */
            invokevirtual java.lang.String.length:()I
            bipush 7
            invokestatic io.undertow.protocols.http2.Hpack.encodeInteger:(Ljava/nio/ByteBuffer;II)V
         2: .line 288
            iconst_0
            istore 3 /* j */
        start local 3 // int j
         3: goto 6
         4: .line 289
      StackMap locals: int
      StackMap stack:
            aload 1 /* target */
            aload 2 /* val */
            iload 3 /* j */
            invokevirtual java.lang.String.charAt:(I)C
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         5: .line 288
            iinc 3 /* j */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* j */
            aload 2 /* val */
            invokevirtual java.lang.String.length:()I
            if_icmplt 4
        end local 3 // int j
         7: .line 291
            return
        end local 2 // java.lang.String val
        end local 1 // java.nio.ByteBuffer target
        end local 0 // io.undertow.protocols.http2.HpackEncoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/undertow/protocols/http2/HpackEncoder;
            0    8     1  target  Ljava/nio/ByteBuffer;
            0    8     2     val  Ljava/lang/String;
            3    7     3       j  I
    MethodParameters:
        Name  Flags
      target  
      val     

  private void addToDynamicTable(io.undertow.util.HttpString, java.lang.String);
    descriptor: (Lio/undertow/util/HttpString;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // io.undertow.protocols.http2.HpackEncoder this
        start local 1 // io.undertow.util.HttpString headerName
        start local 2 // java.lang.String val
         0: .line 294
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.HpackEncoder.entryPositionCounter:I
            dup_x1
            iconst_1
            iadd
            putfield io.undertow.protocols.http2.HpackEncoder.entryPositionCounter:I
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 295
            new io.undertow.protocols.http2.HpackEncoder$DynamicTableEntry
            dup
            aload 0 /* this */
            aload 1 /* headerName */
            aload 2 /* val */
            iload 3 /* pos */
            ineg
            invokespecial io.undertow.protocols.http2.HpackEncoder$DynamicTableEntry.<init>:(Lio/undertow/protocols/http2/HpackEncoder;Lio/undertow/util/HttpString;Ljava/lang/String;I)V
            astore 4 /* d */
        start local 4 // io.undertow.protocols.http2.HpackEncoder$DynamicTableEntry d
         2: .line 296
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.dynamicTable:Ljava/util/Map;
            aload 1 /* headerName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 5 /* existing */
        start local 5 // java.util.List existing
         3: .line 297
            aload 5 /* existing */
            ifnonnull 5
         4: .line 298
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.dynamicTable:Ljava/util/Map;
            aload 1 /* headerName */
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            dup
            astore 5 /* existing */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 300
      StackMap locals: int io.undertow.protocols.http2.HpackEncoder$DynamicTableEntry java.util.List
      StackMap stack:
            aload 5 /* existing */
            aload 4 /* d */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 301
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.evictionQueue:Ljava/util/Deque;
            aload 4 /* d */
            invokeinterface java.util.Deque.add:(Ljava/lang/Object;)Z
            pop
         7: .line 302
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.HpackEncoder.currentTableSize:I
            aload 4 /* d */
            getfield io.undertow.protocols.http2.HpackEncoder$DynamicTableEntry.size:I
            iadd
            putfield io.undertow.protocols.http2.HpackEncoder.currentTableSize:I
         8: .line 303
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.runEvictionIfRequired:()V
         9: .line 304
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.entryPositionCounter:I
            ldc 2147483647
            if_icmpne 11
        10: .line 306
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.preventPositionRollover:()V
        11: .line 309
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.util.List existing
        end local 4 // io.undertow.protocols.http2.HpackEncoder$DynamicTableEntry d
        end local 3 // int pos
        end local 2 // java.lang.String val
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.protocols.http2.HpackEncoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lio/undertow/protocols/http2/HpackEncoder;
            0   12     1  headerName  Lio/undertow/util/HttpString;
            0   12     2         val  Ljava/lang/String;
            1   12     3         pos  I
            2   12     4           d  Lio/undertow/protocols/http2/HpackEncoder$DynamicTableEntry;
            3   12     5    existing  Ljava/util/List<Lio/undertow/protocols/http2/HpackEncoder$TableEntry;>;
    MethodParameters:
            Name  Flags
      headerName  
      val         

  private void preventPositionRollover();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // io.undertow.protocols.http2.HpackEncoder this
         0: .line 315
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.dynamicTable:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 6
      StackMap locals: io.undertow.protocols.http2.HpackEncoder top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 1 /* entry */
        start local 1 // java.util.Map$Entry entry
         2: .line 316
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.List
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: io.undertow.protocols.http2.HpackEncoder java.util.Map$Entry java.util.Iterator top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.undertow.protocols.http2.HpackEncoder$TableEntry
            astore 3 /* t */
        start local 3 // io.undertow.protocols.http2.HpackEncoder$TableEntry t
         4: .line 317
            aload 3 /* t */
            aload 3 /* t */
            invokevirtual io.undertow.protocols.http2.HpackEncoder$TableEntry.getPosition:()I
            putfield io.undertow.protocols.http2.HpackEncoder$TableEntry.position:I
        end local 3 // io.undertow.protocols.http2.HpackEncoder$TableEntry t
         5: .line 316
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 1 // java.util.Map$Entry entry
         6: .line 315
      StackMap locals: io.undertow.protocols.http2.HpackEncoder top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         7: .line 320
            aload 0 /* this */
            iconst_0
            putfield io.undertow.protocols.http2.HpackEncoder.entryPositionCounter:I
         8: .line 321
            return
        end local 0 // io.undertow.protocols.http2.HpackEncoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/undertow/protocols/http2/HpackEncoder;
            2    6     1  entry  Ljava/util/Map$Entry<Lio/undertow/util/HttpString;Ljava/util/List<Lio/undertow/protocols/http2/HpackEncoder$TableEntry;>;>;
            4    5     3      t  Lio/undertow/protocols/http2/HpackEncoder$TableEntry;

  private void runEvictionIfRequired();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.undertow.protocols.http2.HpackEncoder this
         0: .line 325
            goto 9
         1: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.evictionQueue:Ljava/util/Deque;
            invokeinterface java.util.Deque.poll:()Ljava/lang/Object;
            checkcast io.undertow.protocols.http2.HpackEncoder$TableEntry
            astore 1 /* next */
        start local 1 // io.undertow.protocols.http2.HpackEncoder$TableEntry next
         2: .line 327
            aload 1 /* next */
            ifnonnull 4
         3: .line 328
            return
         4: .line 330
      StackMap locals: io.undertow.protocols.http2.HpackEncoder$TableEntry
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.undertow.protocols.http2.HpackEncoder.currentTableSize:I
            aload 1 /* next */
            getfield io.undertow.protocols.http2.HpackEncoder$TableEntry.size:I
            isub
            putfield io.undertow.protocols.http2.HpackEncoder.currentTableSize:I
         5: .line 331
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.dynamicTable:Ljava/util/Map;
            aload 1 /* next */
            getfield io.undertow.protocols.http2.HpackEncoder$TableEntry.name:Lio/undertow/util/HttpString;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 2 /* list */
        start local 2 // java.util.List list
         6: .line 332
            aload 2 /* list */
            aload 1 /* next */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
         7: .line 333
            aload 2 /* list */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 9
         8: .line 334
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.dynamicTable:Ljava/util/Map;
            aload 1 /* next */
            getfield io.undertow.protocols.http2.HpackEncoder$TableEntry.name:Lio/undertow/util/HttpString;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // java.util.List list
        end local 1 // io.undertow.protocols.http2.HpackEncoder$TableEntry next
         9: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.currentTableSize:I
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.maxTableSize:I
            if_icmpgt 1
        10: .line 337
            return
        end local 0 // io.undertow.protocols.http2.HpackEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/undertow/protocols/http2/HpackEncoder;
            2    9     1  next  Lio/undertow/protocols/http2/HpackEncoder$TableEntry;
            6    9     2  list  Ljava/util/List<Lio/undertow/protocols/http2/HpackEncoder$TableEntry;>;

  private io.undertow.protocols.http2.HpackEncoder$TableEntry findInTable(io.undertow.util.HttpString, java.lang.String);
    descriptor: (Lio/undertow/util/HttpString;Ljava/lang/String;)Lio/undertow/protocols/http2/HpackEncoder$TableEntry;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=8, args_size=3
        start local 0 // io.undertow.protocols.http2.HpackEncoder this
        start local 1 // io.undertow.util.HttpString headerName
        start local 2 // java.lang.String value
         0: .line 340
            getstatic io.undertow.protocols.http2.HpackEncoder.ENCODING_STATIC_TABLE:Ljava/util/Map;
            aload 1 /* headerName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.undertow.protocols.http2.HpackEncoder$TableEntry[]
            astore 3 /* staticTable */
        start local 3 // io.undertow.protocols.http2.HpackEncoder$TableEntry[] staticTable
         1: .line 341
            aload 3 /* staticTable */
            ifnull 8
         2: .line 342
            aload 3 /* staticTable */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 7
      StackMap locals: io.undertow.protocols.http2.HpackEncoder io.undertow.util.HttpString java.lang.String io.undertow.protocols.http2.HpackEncoder$TableEntry[] top int int io.undertow.protocols.http2.HpackEncoder$TableEntry[]
      StackMap stack:
         3: aload 7
            iload 5
            aaload
            astore 4 /* st */
        start local 4 // io.undertow.protocols.http2.HpackEncoder$TableEntry st
         4: .line 343
            aload 4 /* st */
            getfield io.undertow.protocols.http2.HpackEncoder$TableEntry.value:Ljava/lang/String;
            ifnull 6
            aload 4 /* st */
            getfield io.undertow.protocols.http2.HpackEncoder$TableEntry.value:Ljava/lang/String;
            aload 2 /* value */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 344
            aload 4 /* st */
            areturn
        end local 4 // io.undertow.protocols.http2.HpackEncoder$TableEntry st
         6: .line 342
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         7: iload 5
            iload 6
            if_icmplt 3
         8: .line 348
      StackMap locals: io.undertow.protocols.http2.HpackEncoder io.undertow.util.HttpString java.lang.String io.undertow.protocols.http2.HpackEncoder$TableEntry[]
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.dynamicTable:Ljava/util/Map;
            aload 1 /* headerName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 4 /* dynamic */
        start local 4 // java.util.List dynamic
         9: .line 349
            aload 4 /* dynamic */
            ifnull 17
        10: .line 350
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        11: goto 16
        12: .line 351
      StackMap locals: java.util.List int
      StackMap stack:
            aload 4 /* dynamic */
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.undertow.protocols.http2.HpackEncoder$TableEntry
            astore 6 /* st */
        start local 6 // io.undertow.protocols.http2.HpackEncoder$TableEntry st
        13: .line 352
            aload 6 /* st */
            getfield io.undertow.protocols.http2.HpackEncoder$TableEntry.value:Ljava/lang/String;
            aload 2 /* value */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
        14: .line 353
            aload 6 /* st */
            areturn
        end local 6 // io.undertow.protocols.http2.HpackEncoder$TableEntry st
        15: .line 350
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 5 /* i */
            aload 4 /* dynamic */
            invokeinterface java.util.List.size:()I
            if_icmplt 12
        end local 5 // int i
        17: .line 357
      StackMap locals:
      StackMap stack:
            aload 3 /* staticTable */
            ifnull 19
        18: .line 358
            aload 3 /* staticTable */
            iconst_0
            aaload
            areturn
        19: .line 360
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // java.util.List dynamic
        end local 3 // io.undertow.protocols.http2.HpackEncoder$TableEntry[] staticTable
        end local 2 // java.lang.String value
        end local 1 // io.undertow.util.HttpString headerName
        end local 0 // io.undertow.protocols.http2.HpackEncoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lio/undertow/protocols/http2/HpackEncoder;
            0   20     1   headerName  Lio/undertow/util/HttpString;
            0   20     2        value  Ljava/lang/String;
            1   20     3  staticTable  [Lio/undertow/protocols/http2/HpackEncoder$TableEntry;
            4    6     4           st  Lio/undertow/protocols/http2/HpackEncoder$TableEntry;
            9   20     4      dynamic  Ljava/util/List<Lio/undertow/protocols/http2/HpackEncoder$TableEntry;>;
           11   17     5            i  I
           13   15     6           st  Lio/undertow/protocols/http2/HpackEncoder$TableEntry;
    MethodParameters:
            Name  Flags
      headerName  
      value       

  public void setMaxTableSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.HpackEncoder this
        start local 1 // int newSize
         0: .line 364
            aload 0 /* this */
            iload 1 /* newSize */
            putfield io.undertow.protocols.http2.HpackEncoder.newMaxHeaderSize:I
         1: .line 365
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.minNewMaxHeaderSize:I
            iconst_m1
            if_icmpne 4
         2: .line 366
            aload 0 /* this */
            iload 1 /* newSize */
            putfield io.undertow.protocols.http2.HpackEncoder.minNewMaxHeaderSize:I
         3: .line 367
            goto 5
         4: .line 368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* newSize */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.minNewMaxHeaderSize:I
            invokestatic java.lang.Math.min:(II)I
            putfield io.undertow.protocols.http2.HpackEncoder.minNewMaxHeaderSize:I
         5: .line 370
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int newSize
        end local 0 // io.undertow.protocols.http2.HpackEncoder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/undertow/protocols/http2/HpackEncoder;
            0    6     1  newSize  I
    MethodParameters:
         Name  Flags
      newSize  

  private void handleTableSizeChange(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.HpackEncoder this
        start local 1 // java.nio.ByteBuffer target
         0: .line 373
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.newMaxHeaderSize:I
            iconst_m1
            if_icmpne 2
         1: .line 374
            return
         2: .line 376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.minNewMaxHeaderSize:I
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.newMaxHeaderSize:I
            if_icmpeq 5
         3: .line 377
            aload 1 /* target */
            bipush 32
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         4: .line 378
            aload 1 /* target */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.minNewMaxHeaderSize:I
            iconst_5
            invokestatic io.undertow.protocols.http2.Hpack.encodeInteger:(Ljava/nio/ByteBuffer;II)V
         5: .line 380
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            bipush 32
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         6: .line 381
            aload 1 /* target */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.newMaxHeaderSize:I
            iconst_5
            invokestatic io.undertow.protocols.http2.Hpack.encodeInteger:(Ljava/nio/ByteBuffer;II)V
         7: .line 382
            aload 0 /* this */
            aload 0 /* this */
            getfield io.undertow.protocols.http2.HpackEncoder.newMaxHeaderSize:I
            putfield io.undertow.protocols.http2.HpackEncoder.maxTableSize:I
         8: .line 383
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.HpackEncoder.runEvictionIfRequired:()V
         9: .line 384
            aload 0 /* this */
            iconst_m1
            putfield io.undertow.protocols.http2.HpackEncoder.newMaxHeaderSize:I
        10: .line 385
            aload 0 /* this */
            iconst_m1
            putfield io.undertow.protocols.http2.HpackEncoder.minNewMaxHeaderSize:I
        11: .line 386
            return
        end local 1 // java.nio.ByteBuffer target
        end local 0 // io.undertow.protocols.http2.HpackEncoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lio/undertow/protocols/http2/HpackEncoder;
            0   12     1  target  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      target  
}
SourceFile: "HpackEncoder.java"
NestMembers:
  io.undertow.protocols.http2.HpackEncoder$1  io.undertow.protocols.http2.HpackEncoder$DynamicTableEntry  io.undertow.protocols.http2.HpackEncoder$HpackHeaderFunction  io.undertow.protocols.http2.HpackEncoder$State  io.undertow.protocols.http2.HpackEncoder$TableEntry
InnerClasses:
  HeaderField = io.undertow.protocols.http2.Hpack$HeaderField of io.undertow.protocols.http2.Hpack
  io.undertow.protocols.http2.HpackEncoder$1
  DynamicTableEntry = io.undertow.protocols.http2.HpackEncoder$DynamicTableEntry of io.undertow.protocols.http2.HpackEncoder
  public abstract HpackHeaderFunction = io.undertow.protocols.http2.HpackEncoder$HpackHeaderFunction of io.undertow.protocols.http2.HpackEncoder
  public final State = io.undertow.protocols.http2.HpackEncoder$State of io.undertow.protocols.http2.HpackEncoder
  TableEntry = io.undertow.protocols.http2.HpackEncoder$TableEntry of io.undertow.protocols.http2.HpackEncoder
  public abstract Entry = java.util.Map$Entry of java.util.Map