public class org.eclipse.jetty.http.HttpGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.http.HttpGenerator
  super_class: java.lang.Object
{
  private static final org.slf4j.Logger LOG;
    descriptor: Lorg/slf4j/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final boolean __STRICT;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final byte[] __colon_space;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.jetty.http.MetaData$Response CONTINUE_100_INFO;
    descriptor: Lorg/eclipse/jetty/http/MetaData$Response;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.jetty.http.MetaData$Response PROGRESS_102_INFO;
    descriptor: Lorg/eclipse/jetty/http/MetaData$Response;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.jetty.http.MetaData$Response RESPONSE_500_INFO;
    descriptor: Lorg/eclipse/jetty/http/MetaData$Response;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

  private org.eclipse.jetty.http.HttpGenerator$State _state;
    descriptor: Lorg/eclipse/jetty/http/HttpGenerator$State;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.http.HttpTokens$EndOfContent _endOfContent;
    descriptor: Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.http.MetaData _info;
    descriptor: Lorg/eclipse/jetty/http/MetaData;
    flags: (0x0002) ACC_PRIVATE

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

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

  private java.lang.Boolean _persistent;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private static final org.eclipse.jetty.util.Index<java.lang.Boolean> ASSUMED_CONTENT_METHODS;
    descriptor: Lorg/eclipse/jetty/util/Index;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/jetty/util/Index<Ljava/lang/Boolean;>;

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

  private static final byte[] ZERO_CHUNK;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[] LAST_CHUNK;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[] CONTENT_LENGTH_0;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[] CONNECTION_CLOSE;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[] HTTP_1_1_SPACE;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[] TRANSFER_ENCODING_CHUNKED;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[][] SEND;
    descriptor: [[B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.eclipse.jetty.http.HttpGenerator$PreparedResponse[] __preprepared;
    descriptor: [Lorg/eclipse/jetty/http/HttpGenerator$PreparedResponse;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static volatile int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpGenerator$State;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpHeader;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=6, args_size=0
         0: .line 47
            ldc Lorg/eclipse/jetty/http/HttpGenerator;
            invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/slf4j/Logger;
            putstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
         1: .line 49
            ldc "org.eclipse.jetty.http.HttpGenerator.STRICT"
            invokestatic java.lang.Boolean.getBoolean:(Ljava/lang/String;)Z
            putstatic org.eclipse.jetty.http.HttpGenerator.__STRICT:Z
         2: .line 51
            iconst_2
            newarray 8
            dup
            iconst_0
            bipush 58
            bastore
            dup
            iconst_1
            bipush 32
            bastore
            putstatic org.eclipse.jetty.http.HttpGenerator.__colon_space:[B
         3: .line 52
            new org.eclipse.jetty.http.MetaData$Response
            dup
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            bipush 100
            aconst_null
            aconst_null
            ldc -1
            invokespecial org.eclipse.jetty.http.MetaData$Response.<init>:(Lorg/eclipse/jetty/http/HttpVersion;ILjava/lang/String;Lorg/eclipse/jetty/http/HttpFields;J)V
            putstatic org.eclipse.jetty.http.HttpGenerator.CONTINUE_100_INFO:Lorg/eclipse/jetty/http/MetaData$Response;
         4: .line 53
            new org.eclipse.jetty.http.MetaData$Response
            dup
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            bipush 102
            aconst_null
            aconst_null
            ldc -1
            invokespecial org.eclipse.jetty.http.MetaData$Response.<init>:(Lorg/eclipse/jetty/http/HttpVersion;ILjava/lang/String;Lorg/eclipse/jetty/http/HttpFields;J)V
            putstatic org.eclipse.jetty.http.HttpGenerator.PROGRESS_102_INFO:Lorg/eclipse/jetty/http/MetaData$Response;
         5: .line 55
            new org.eclipse.jetty.http.MetaData$Response
            dup
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            sipush 500
            aconst_null
            invokestatic org.eclipse.jetty.http.HttpFields.build:()Lorg/eclipse/jetty/http/HttpFields$Mutable;
            getstatic org.eclipse.jetty.http.HttpHeader.CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CLOSE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.put:(Lorg/eclipse/jetty/http/HttpHeader;Lorg/eclipse/jetty/http/HttpHeaderValue;)Lorg/eclipse/jetty/http/HttpFields$Mutable;
            lconst_0
            invokespecial org.eclipse.jetty.http.MetaData$Response.<init>:(Lorg/eclipse/jetty/http/HttpVersion;ILjava/lang/String;Lorg/eclipse/jetty/http/HttpFields;J)V
         6: .line 54
            putstatic org.eclipse.jetty.http.HttpGenerator.RESPONSE_500_INFO:Lorg/eclipse/jetty/http/MetaData$Response;
         7: .line 94
            new org.eclipse.jetty.util.Index$Builder
            dup
            invokespecial org.eclipse.jetty.util.Index$Builder.<init>:()V
         8: .line 95
            iconst_0
            invokevirtual org.eclipse.jetty.util.Index$Builder.caseSensitive:(Z)Lorg/eclipse/jetty/util/Index$Builder;
         9: .line 96
            getstatic org.eclipse.jetty.http.HttpMethod.POST:Lorg/eclipse/jetty/http/HttpMethod;
            invokevirtual org.eclipse.jetty.http.HttpMethod.asString:()Ljava/lang/String;
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        10: .line 97
            getstatic org.eclipse.jetty.http.HttpMethod.PUT:Lorg/eclipse/jetty/http/HttpMethod;
            invokevirtual org.eclipse.jetty.http.HttpMethod.asString:()Ljava/lang/String;
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        11: .line 98
            invokevirtual org.eclipse.jetty.util.Index$Builder.build:()Lorg/eclipse/jetty/util/Index;
        12: .line 94
            putstatic org.eclipse.jetty.http.HttpGenerator.ASSUMED_CONTENT_METHODS:Lorg/eclipse/jetty/util/Index;
        13: .line 820
            iconst_3
            newarray 8
            dup
            iconst_0
            bipush 48
            bastore
            dup
            iconst_1
            bipush 13
            bastore
            dup
            iconst_2
            bipush 10
            bastore
            putstatic org.eclipse.jetty.http.HttpGenerator.ZERO_CHUNK:[B
        14: .line 821
            iconst_5
            newarray 8
            dup
            iconst_0
            bipush 48
            bastore
            dup
            iconst_1
            bipush 13
            bastore
            dup
            iconst_2
            bipush 10
            bastore
            dup
            iconst_3
            bipush 13
            bastore
            dup
            iconst_4
            bipush 10
            bastore
            putstatic org.eclipse.jetty.http.HttpGenerator.LAST_CHUNK:[B
        15: .line 822
            ldc "Content-Length: 0\r\n"
            invokestatic org.eclipse.jetty.util.StringUtil.getBytes:(Ljava/lang/String;)[B
            putstatic org.eclipse.jetty.http.HttpGenerator.CONTENT_LENGTH_0:[B
        16: .line 823
            ldc "Connection: close\r\n"
            invokestatic org.eclipse.jetty.util.StringUtil.getBytes:(Ljava/lang/String;)[B
            putstatic org.eclipse.jetty.http.HttpGenerator.CONNECTION_CLOSE:[B
        17: .line 824
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.eclipse.jetty.util.StringUtil.getBytes:(Ljava/lang/String;)[B
            putstatic org.eclipse.jetty.http.HttpGenerator.HTTP_1_1_SPACE:[B
        18: .line 825
            ldc "Transfer-Encoding: chunked\r\n"
            invokestatic org.eclipse.jetty.util.StringUtil.getBytes:(Ljava/lang/String;)[B
            putstatic org.eclipse.jetty.http.HttpGenerator.TRANSFER_ENCODING_CHUNKED:[B
        19: .line 826
            iconst_4
            anewarray byte[]
            dup
            iconst_0
        20: .line 827
            iconst_0
            newarray 8
            aastore
            dup
            iconst_1
        21: .line 828
            ldc "Server: Jetty(10.x.x)\r\n"
            invokestatic org.eclipse.jetty.util.StringUtil.getBytes:(Ljava/lang/String;)[B
            aastore
            dup
            iconst_2
        22: .line 829
            ldc "X-Powered-By: Jetty(10.x.x)\r\n"
            invokestatic org.eclipse.jetty.util.StringUtil.getBytes:(Ljava/lang/String;)[B
            aastore
            dup
            iconst_3
        23: .line 830
            ldc "Server: Jetty(10.x.x)\r\nX-Powered-By: Jetty(10.x.x)\r\n"
            invokestatic org.eclipse.jetty.util.StringUtil.getBytes:(Ljava/lang/String;)[B
            aastore
        24: .line 826
            putstatic org.eclipse.jetty.http.HttpGenerator.SEND:[[B
        25: .line 841
            sipush 512
            anewarray org.eclipse.jetty.http.HttpGenerator$PreparedResponse
            putstatic org.eclipse.jetty.http.HttpGenerator.__preprepared:[Lorg/eclipse/jetty/http/HttpGenerator$PreparedResponse;
        26: .line 845
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            istore 0 /* versionLength */
        start local 0 // int versionLength
        27: .line 847
            iconst_0
            istore 1 /* i */
        start local 1 // int i
        28: goto 52
        29: .line 849
      StackMap locals: int int
      StackMap stack:
            iload 1 /* i */
            invokestatic org.eclipse.jetty.http.HttpStatus.getCode:(I)Lorg/eclipse/jetty/http/HttpStatus$Code;
            astore 2 /* code */
        start local 2 // org.eclipse.jetty.http.HttpStatus$Code code
        30: .line 850
            aload 2 /* code */
            ifnonnull 32
        31: .line 851
            goto 51
        32: .line 852
      StackMap locals: org.eclipse.jetty.http.HttpStatus$Code
      StackMap stack:
            aload 2 /* code */
            invokevirtual org.eclipse.jetty.http.HttpStatus$Code.getMessage:()Ljava/lang/String;
            astore 3 /* reason */
        start local 3 // java.lang.String reason
        33: .line 853
            iload 0 /* versionLength */
            iconst_5
            iadd
            aload 3 /* reason */
            invokevirtual java.lang.String.length:()I
            iadd
            iconst_2
            iadd
            newarray 8
            astore 4 /* line */
        start local 4 // byte[] line
        34: .line 854
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.toBuffer:()Ljava/nio/ByteBuffer;
            aload 4 /* line */
            iconst_0
            iload 0 /* versionLength */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        35: .line 855
            aload 4 /* line */
            iload 0 /* versionLength */
            iconst_0
            iadd
            bipush 32
            bastore
        36: .line 856
            aload 4 /* line */
            iload 0 /* versionLength */
            iconst_1
            iadd
            bipush 48
            iload 1 /* i */
            bipush 100
            idiv
            iadd
            i2b
            bastore
        37: .line 857
            aload 4 /* line */
            iload 0 /* versionLength */
            iconst_2
            iadd
            bipush 48
            iload 1 /* i */
            bipush 100
            irem
            bipush 10
            idiv
            iadd
            i2b
            bastore
        38: .line 858
            aload 4 /* line */
            iload 0 /* versionLength */
            iconst_3
            iadd
            bipush 48
            iload 1 /* i */
            bipush 10
            irem
            iadd
            i2b
            bastore
        39: .line 859
            aload 4 /* line */
            iload 0 /* versionLength */
            iconst_4
            iadd
            bipush 32
            bastore
        40: .line 860
            iconst_0
            istore 5 /* j */
        start local 5 // int j
        41: goto 44
        42: .line 862
      StackMap locals: java.lang.String byte[] int
      StackMap stack:
            aload 4 /* line */
            iload 0 /* versionLength */
            iconst_5
            iadd
            iload 5 /* j */
            iadd
            aload 3 /* reason */
            iload 5 /* j */
            invokevirtual java.lang.String.charAt:(I)C
            i2b
            bastore
        43: .line 860
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        44: iload 5 /* j */
            aload 3 /* reason */
            invokevirtual java.lang.String.length:()I
            if_icmplt 42
        end local 5 // int j
        45: .line 864
            aload 4 /* line */
            iload 0 /* versionLength */
            iconst_5
            iadd
            aload 3 /* reason */
            invokevirtual java.lang.String.length:()I
            iadd
            bipush 13
            bastore
        46: .line 865
            aload 4 /* line */
            iload 0 /* versionLength */
            bipush 6
            iadd
            aload 3 /* reason */
            invokevirtual java.lang.String.length:()I
            iadd
            bipush 10
            bastore
        47: .line 867
            getstatic org.eclipse.jetty.http.HttpGenerator.__preprepared:[Lorg/eclipse/jetty/http/HttpGenerator$PreparedResponse;
            iload 1 /* i */
            new org.eclipse.jetty.http.HttpGenerator$PreparedResponse
            dup
            invokespecial org.eclipse.jetty.http.HttpGenerator$PreparedResponse.<init>:()V
            aastore
        48: .line 868
            getstatic org.eclipse.jetty.http.HttpGenerator.__preprepared:[Lorg/eclipse/jetty/http/HttpGenerator$PreparedResponse;
            iload 1 /* i */
            aaload
            aload 4 /* line */
            iconst_0
            iload 0 /* versionLength */
            iconst_5
            iadd
            invokestatic java.util.Arrays.copyOfRange:([BII)[B
            putfield org.eclipse.jetty.http.HttpGenerator$PreparedResponse._schemeCode:[B
        49: .line 869
            getstatic org.eclipse.jetty.http.HttpGenerator.__preprepared:[Lorg/eclipse/jetty/http/HttpGenerator$PreparedResponse;
            iload 1 /* i */
            aaload
            aload 4 /* line */
            iload 0 /* versionLength */
            iconst_5
            iadd
            aload 4 /* line */
            arraylength
            iconst_2
            isub
            invokestatic java.util.Arrays.copyOfRange:([BII)[B
            putfield org.eclipse.jetty.http.HttpGenerator$PreparedResponse._reason:[B
        50: .line 870
            getstatic org.eclipse.jetty.http.HttpGenerator.__preprepared:[Lorg/eclipse/jetty/http/HttpGenerator$PreparedResponse;
            iload 1 /* i */
            aaload
            aload 4 /* line */
            putfield org.eclipse.jetty.http.HttpGenerator$PreparedResponse._responseLine:[B
        end local 4 // byte[] line
        end local 3 // java.lang.String reason
        end local 2 // org.eclipse.jetty.http.HttpStatus$Code code
        51: .line 847
      StackMap locals: int int
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        52: iload 1 /* i */
            getstatic org.eclipse.jetty.http.HttpGenerator.__preprepared:[Lorg/eclipse/jetty/http/HttpGenerator$PreparedResponse;
            arraylength
            if_icmplt 29
        end local 1 // int i
        end local 0 // int versionLength
        53: .line 872
            return
      LocalVariableTable:
        Start  End  Slot           Name  Signature
           27   53     0  versionLength  I
           28   53     1              i  I
           30   51     2           code  Lorg/eclipse/jetty/http/HttpStatus$Code;
           33   51     3         reason  Ljava/lang/String;
           34   51     4           line  [B
           41   45     5              j  I

  public static void setJettyVersion(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.lang.String serverVersion
         0: .line 102
            getstatic org.eclipse.jetty.http.HttpGenerator.SEND:[[B
            iconst_1
            new java.lang.StringBuilder
            dup
            ldc "Server: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* serverVersion */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\r\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.eclipse.jetty.util.StringUtil.getBytes:(Ljava/lang/String;)[B
            aastore
         1: .line 103
            getstatic org.eclipse.jetty.http.HttpGenerator.SEND:[[B
            iconst_2
            new java.lang.StringBuilder
            dup
            ldc "X-Powered-By: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* serverVersion */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\r\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.eclipse.jetty.util.StringUtil.getBytes:(Ljava/lang/String;)[B
            aastore
         2: .line 104
            getstatic org.eclipse.jetty.http.HttpGenerator.SEND:[[B
            iconst_3
            new java.lang.StringBuilder
            dup
            ldc "Server: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* serverVersion */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\r\nX-Powered-By: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* serverVersion */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\r\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.eclipse.jetty.util.StringUtil.getBytes:(Ljava/lang/String;)[B
            aastore
         3: .line 105
            return
        end local 0 // java.lang.String serverVersion
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0  serverVersion  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      serverVersion  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
         0: .line 112
            aload 0 /* this */
            iconst_0
            iconst_0
            invokespecial org.eclipse.jetty.http.HttpGenerator.<init>:(ZZ)V
         1: .line 113
            return
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpGenerator;

  public void <init>(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
        start local 1 // boolean sendServerVersion
        start local 2 // boolean sendXPoweredBy
         0: .line 115
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpGenerator$State.START:Lorg/eclipse/jetty/http/HttpGenerator$State;
            putfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
         2: .line 84
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.UNKNOWN_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpGenerator._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
         3: .line 87
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
         4: .line 88
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpGenerator._noContentResponse:Z
         5: .line 89
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
         6: .line 108
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpGenerator._needCRLF:Z
         7: .line 117
            aload 0 /* this */
            iload 1 /* sendServerVersion */
            ifeq 8
            iconst_1
            goto 9
      StackMap locals: org.eclipse.jetty.http.HttpGenerator int int
      StackMap stack: org.eclipse.jetty.http.HttpGenerator
         8: iconst_0
      StackMap locals: org.eclipse.jetty.http.HttpGenerator int int
      StackMap stack: org.eclipse.jetty.http.HttpGenerator int
         9: iload 2 /* sendXPoweredBy */
            ifeq 10
            iconst_2
            goto 11
      StackMap locals: org.eclipse.jetty.http.HttpGenerator int int
      StackMap stack: org.eclipse.jetty.http.HttpGenerator int
        10: iconst_0
      StackMap locals: org.eclipse.jetty.http.HttpGenerator int int
      StackMap stack: org.eclipse.jetty.http.HttpGenerator int int
        11: ior
            putfield org.eclipse.jetty.http.HttpGenerator._send:I
        12: .line 118
            return
        end local 2 // boolean sendXPoweredBy
        end local 1 // boolean sendServerVersion
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lorg/eclipse/jetty/http/HttpGenerator;
            0   13     1  sendServerVersion  Z
            0   13     2     sendXPoweredBy  Z
    MethodParameters:
                   Name  Flags
      sendServerVersion  
      sendXPoweredBy     

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
         0: .line 122
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpGenerator$State.START:Lorg/eclipse/jetty/http/HttpGenerator$State;
            putfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
         1: .line 123
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
         2: .line 124
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.UNKNOWN_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpGenerator._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
         3: .line 125
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpGenerator._noContentResponse:Z
         4: .line 126
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
         5: .line 127
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
         6: .line 128
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpGenerator._needCRLF:Z
         7: .line 129
            return
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jetty/http/HttpGenerator;

  public org.eclipse.jetty.http.HttpGenerator$State getState();
    descriptor: ()Lorg/eclipse/jetty/http/HttpGenerator$State;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
         0: .line 133
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
            areturn
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpGenerator;

  public boolean isState(org.eclipse.jetty.http.HttpGenerator$State);
    descriptor: (Lorg/eclipse/jetty/http/HttpGenerator$State;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
        start local 1 // org.eclipse.jetty.http.HttpGenerator$State state
         0: .line 138
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
            aload 1 /* state */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.eclipse.jetty.http.HttpGenerator$State state
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jetty/http/HttpGenerator;
            0    2     1  state  Lorg/eclipse/jetty/http/HttpGenerator$State;
    MethodParameters:
       Name  Flags
      state  

  public boolean isIdle();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
         0: .line 143
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
            getstatic org.eclipse.jetty.http.HttpGenerator$State.START:Lorg/eclipse/jetty/http/HttpGenerator$State;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpGenerator;

  public boolean isEnd();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
         0: .line 148
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
            getstatic org.eclipse.jetty.http.HttpGenerator$State.END:Lorg/eclipse/jetty/http/HttpGenerator$State;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpGenerator;

  public boolean isCommitted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
         0: .line 153
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
            invokevirtual org.eclipse.jetty.http.HttpGenerator$State.ordinal:()I
            getstatic org.eclipse.jetty.http.HttpGenerator$State.COMMITTED:Lorg/eclipse/jetty/http/HttpGenerator$State;
            invokevirtual org.eclipse.jetty.http.HttpGenerator$State.ordinal:()I
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpGenerator;

  public boolean isChunking();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
         0: .line 158
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.CHUNKED_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpGenerator;

  public boolean isNoContent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
         0: .line 163
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._noContentResponse:Z
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpGenerator;

  public void setPersistent(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
        start local 1 // boolean persistent
         0: .line 168
            aload 0 /* this */
            iload 1 /* persistent */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
         1: .line 169
            return
        end local 1 // boolean persistent
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/jetty/http/HttpGenerator;
            0    2     1  persistent  Z
    MethodParameters:
            Name  Flags
      persistent  

  public boolean isPersistent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
         0: .line 176
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpGenerator;

  public boolean isWritten();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
         0: .line 181
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
            lconst_0
            lcmp
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpGenerator;

  public long getContentPrepared();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
         0: .line 186
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
            lreturn
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpGenerator;

  public void abort();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
         0: .line 191
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
         1: .line 192
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpGenerator$State.END:Lorg/eclipse/jetty/http/HttpGenerator$State;
            putfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
         2: .line 193
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpGenerator._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
         3: .line 194
            return
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/http/HttpGenerator;

  public org.eclipse.jetty.http.HttpGenerator$Result generateRequest(org.eclipse.jetty.http.MetaData$Request, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer, boolean);
    descriptor: (Lorg/eclipse/jetty/http/MetaData$Request;Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Z)Lorg/eclipse/jetty/http/HttpGenerator$Result;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=6
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
        start local 1 // org.eclipse.jetty.http.MetaData$Request info
        start local 2 // java.nio.ByteBuffer header
        start local 3 // java.nio.ByteBuffer chunk
        start local 4 // java.nio.ByteBuffer content
        start local 5 // boolean last
         0: .line 198
            invokestatic org.eclipse.jetty.http.HttpGenerator.$SWITCH_TABLE$org$eclipse$jetty$http$HttpGenerator$State:()[I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
            invokevirtual org.eclipse.jetty.http.HttpGenerator$State.ordinal:()I
            iaload
            tableswitch { // 1 - 5
                    1: 1
                    2: 38
                    3: 39
                    4: 45
                    5: 40
              default: 45
          }
         1: .line 202
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            ifnonnull 3
         2: .line 203
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.NEED_INFO:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
         3: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* info */
            putfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
         4: .line 206
            aload 2 /* header */
            ifnonnull 6
         5: .line 207
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.NEED_HEADER:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
         6: .line 210
      StackMap locals:
      StackMap stack:
            aload 2 /* header */
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFill:(Ljava/nio/ByteBuffer;)I
            istore 6 /* pos */
        start local 6 // int pos
         7: .line 214
            aload 0 /* this */
            aload 1 /* info */
            aload 2 /* header */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.generateRequestLine:(Lorg/eclipse/jetty/http/MetaData$Request;Ljava/nio/ByteBuffer;)V
         8: .line 216
            aload 1 /* info */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_0_9:Lorg/eclipse/jetty/http/HttpVersion;
            if_acmpne 10
         9: .line 217
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 500
            ldc "HTTP/0.9 not supported"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
        10: .line 219
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* header */
            aload 4 /* content */
            iload 5 /* last */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.generateHeaders:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Z)V
        11: .line 221
            aload 1 /* info */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getFields:()Lorg/eclipse/jetty/http/HttpFields;
            getstatic org.eclipse.jetty.http.HttpHeader.EXPECT:Lorg/eclipse/jetty/http/HttpHeader;
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CONTINUE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.asString:()Ljava/lang/String;
            invokeinterface org.eclipse.jetty.http.HttpFields.contains:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)Z
            istore 7 /* expect100 */
        start local 7 // boolean expect100
        12: .line 223
            iload 7 /* expect100 */
            ifeq 15
        13: .line 225
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpGenerator$State.COMMITTED:Lorg/eclipse/jetty/http/HttpGenerator$State;
            putfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
        14: .line 226
            goto 23
        15: .line 230
      StackMap locals: int
      StackMap stack:
            aload 4 /* content */
            invokestatic org.eclipse.jetty.util.BufferUtil.length:(Ljava/nio/ByteBuffer;)I
            istore 8 /* len */
        start local 8 // int len
        16: .line 231
            iload 8 /* len */
            ifle 20
        17: .line 233
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
            iload 8 /* len */
            i2l
            ladd
            putfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
        18: .line 234
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.isChunking:()Z
            ifeq 20
        19: .line 235
            aload 0 /* this */
            aload 2 /* header */
            iload 8 /* len */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.prepareChunk:(Ljava/nio/ByteBuffer;I)V
        20: .line 237
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* last */
            ifeq 21
            getstatic org.eclipse.jetty.http.HttpGenerator$State.COMPLETING:Lorg/eclipse/jetty/http/HttpGenerator$State;
            goto 22
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpGenerator
        21: getstatic org.eclipse.jetty.http.HttpGenerator$State.COMMITTED:Lorg/eclipse/jetty/http/HttpGenerator$State;
      StackMap locals: org.eclipse.jetty.http.HttpGenerator org.eclipse.jetty.http.MetaData$Request java.nio.ByteBuffer java.nio.ByteBuffer java.nio.ByteBuffer int int int int
      StackMap stack: org.eclipse.jetty.http.HttpGenerator org.eclipse.jetty.http.HttpGenerator$State
        22: putfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
        end local 8 // int len
        23: .line 240
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.FLUSH:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            astore 10
        24: .line 257
            aload 2 /* header */
            iload 6 /* pos */
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFlush:(Ljava/nio/ByteBuffer;I)V
        25: .line 240
            aload 10
            areturn
        end local 7 // boolean expect100
        26: .line 242
      StackMap locals: org.eclipse.jetty.http.HttpGenerator org.eclipse.jetty.http.MetaData$Request java.nio.ByteBuffer java.nio.ByteBuffer java.nio.ByteBuffer int int
      StackMap stack: org.eclipse.jetty.http.BadMessageException
            astore 7 /* e */
        start local 7 // org.eclipse.jetty.http.BadMessageException e
        27: .line 244
            aload 7 /* e */
            athrow
        end local 7 // org.eclipse.jetty.http.BadMessageException e
        28: .line 246
      StackMap locals:
      StackMap stack: java.nio.BufferOverflowException
            astore 7 /* e */
        start local 7 // java.nio.BufferOverflowException e
        29: .line 248
            getstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
            ldc "IGNORED"
            aload 7 /* e */
            invokeinterface org.slf4j.Logger.trace:(Ljava/lang/String;Ljava/lang/Throwable;)V
        30: .line 249
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.HEADER_OVERFLOW:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            astore 10
        31: .line 257
            aload 2 /* header */
            iload 6 /* pos */
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFlush:(Ljava/nio/ByteBuffer;I)V
        32: .line 249
            aload 10
            areturn
        end local 7 // java.nio.BufferOverflowException e
        33: .line 251
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 7 /* e */
        start local 7 // java.lang.Exception e
        34: .line 253
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 500
            aload 7 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            aload 7 /* e */
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 7 // java.lang.Exception e
        35: .line 256
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9
        36: .line 257
            aload 2 /* header */
            iload 6 /* pos */
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFlush:(Ljava/nio/ByteBuffer;I)V
        37: .line 258
            aload 9
            athrow
        end local 6 // int pos
        38: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* chunk */
            aload 4 /* content */
            iload 5 /* last */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.committed:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Z)Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
        39: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* chunk */
            aload 4 /* content */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.completing:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
        40: .line 272
      StackMap locals:
      StackMap stack:
            aload 4 /* content */
            invokestatic org.eclipse.jetty.util.BufferUtil.hasContent:(Ljava/nio/ByteBuffer;)Z
            ifeq 44
        41: .line 274
            getstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 43
        42: .line 275
            getstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
            ldc "discarding content in COMPLETING"
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
        43: .line 276
      StackMap locals:
      StackMap stack:
            aload 4 /* content */
            invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
        44: .line 278
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.DONE:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
        45: .line 281
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 5 // boolean last
        end local 4 // java.nio.ByteBuffer content
        end local 3 // java.nio.ByteBuffer chunk
        end local 2 // java.nio.ByteBuffer header
        end local 1 // org.eclipse.jetty.http.MetaData$Request info
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   46     0       this  Lorg/eclipse/jetty/http/HttpGenerator;
            0   46     1       info  Lorg/eclipse/jetty/http/MetaData$Request;
            0   46     2     header  Ljava/nio/ByteBuffer;
            0   46     3      chunk  Ljava/nio/ByteBuffer;
            0   46     4    content  Ljava/nio/ByteBuffer;
            0   46     5       last  Z
            7   38     6        pos  I
           12   26     7  expect100  Z
           16   23     8        len  I
           27   28     7          e  Lorg/eclipse/jetty/http/BadMessageException;
           29   33     7          e  Ljava/nio/BufferOverflowException;
           34   35     7          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           7    24      26  Class org.eclipse.jetty.http.BadMessageException
           7    24      28  Class java.nio.BufferOverflowException
           7    24      33  Class java.lang.Exception
           7    24      35  any
          26    31      35  any
          33    35      35  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      info     
      header   
      chunk    
      content  
      last     

  private org.eclipse.jetty.http.HttpGenerator$Result committed(java.nio.ByteBuffer, java.nio.ByteBuffer, boolean);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Z)Lorg/eclipse/jetty/http/HttpGenerator$Result;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
        start local 1 // java.nio.ByteBuffer chunk
        start local 2 // java.nio.ByteBuffer content
        start local 3 // boolean last
         0: .line 287
            aload 2 /* content */
            invokestatic org.eclipse.jetty.util.BufferUtil.length:(Ljava/nio/ByteBuffer;)I
            istore 4 /* len */
        start local 4 // int len
         1: .line 290
            iload 4 /* len */
            ifle 9
         2: .line 292
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.isChunking:()Z
            ifeq 8
         3: .line 294
            aload 1 /* chunk */
            ifnonnull 5
         4: .line 295
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.NEED_CHUNK:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
         5: .line 296
      StackMap locals: int
      StackMap stack:
            aload 1 /* chunk */
            invokestatic org.eclipse.jetty.util.BufferUtil.clearToFill:(Ljava/nio/ByteBuffer;)V
         6: .line 297
            aload 0 /* this */
            aload 1 /* chunk */
            iload 4 /* len */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.prepareChunk:(Ljava/nio/ByteBuffer;I)V
         7: .line 298
            aload 1 /* chunk */
            iconst_0
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFlush:(Ljava/nio/ByteBuffer;I)V
         8: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
            iload 4 /* len */
            i2l
            ladd
            putfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
         9: .line 303
      StackMap locals:
      StackMap stack:
            iload 3 /* last */
            ifeq 14
        10: .line 305
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpGenerator$State.COMPLETING:Lorg/eclipse/jetty/http/HttpGenerator$State;
            putfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
        11: .line 306
            iload 4 /* len */
            ifle 12
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.FLUSH:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            goto 13
      StackMap locals:
      StackMap stack:
        12: getstatic org.eclipse.jetty.http.HttpGenerator$Result.CONTINUE:Lorg/eclipse/jetty/http/HttpGenerator$Result;
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpGenerator$Result
        13: areturn
        14: .line 308
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            ifle 15
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.FLUSH:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            goto 16
      StackMap locals:
      StackMap stack:
        15: getstatic org.eclipse.jetty.http.HttpGenerator$Result.DONE:Lorg/eclipse/jetty/http/HttpGenerator$Result;
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpGenerator$Result
        16: areturn
        end local 4 // int len
        end local 3 // boolean last
        end local 2 // java.nio.ByteBuffer content
        end local 1 // java.nio.ByteBuffer chunk
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lorg/eclipse/jetty/http/HttpGenerator;
            0   17     1    chunk  Ljava/nio/ByteBuffer;
            0   17     2  content  Ljava/nio/ByteBuffer;
            0   17     3     last  Z
            1   17     4      len  I
    MethodParameters:
         Name  Flags
      chunk    
      content  
      last     

  private org.eclipse.jetty.http.HttpGenerator$Result completing(java.nio.ByteBuffer, java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpGenerator$Result;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
        start local 1 // java.nio.ByteBuffer chunk
        start local 2 // java.nio.ByteBuffer content
         0: .line 313
            aload 2 /* content */
            invokestatic org.eclipse.jetty.util.BufferUtil.hasContent:(Ljava/nio/ByteBuffer;)Z
            ifeq 4
         1: .line 315
            getstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 3
         2: .line 316
            getstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
            ldc "discarding content in COMPLETING"
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
         3: .line 317
      StackMap locals:
      StackMap stack:
            aload 2 /* content */
            invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
         4: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.isChunking:()Z
            ifeq 22
         5: .line 322
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            invokevirtual org.eclipse.jetty.http.MetaData.getTrailerSupplier:()Ljava/util/function/Supplier;
            ifnull 15
         6: .line 325
            aload 1 /* chunk */
            ifnull 7
            aload 1 /* chunk */
            invokevirtual java.nio.ByteBuffer.capacity:()I
            bipush 12
            if_icmpgt 8
         7: .line 326
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.NEED_CHUNK_TRAILER:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
         8: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            invokevirtual org.eclipse.jetty.http.MetaData.getTrailerSupplier:()Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpFields
            astore 3 /* trailers */
        start local 3 // org.eclipse.jetty.http.HttpFields trailers
         9: .line 330
            aload 3 /* trailers */
            ifnull 15
        10: .line 333
            aload 1 /* chunk */
            invokestatic org.eclipse.jetty.util.BufferUtil.clearToFill:(Ljava/nio/ByteBuffer;)V
        11: .line 334
            aload 0 /* this */
            aload 1 /* chunk */
            aload 3 /* trailers */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.generateTrailers:(Ljava/nio/ByteBuffer;Lorg/eclipse/jetty/http/HttpFields;)V
        12: .line 335
            aload 1 /* chunk */
            iconst_0
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFlush:(Ljava/nio/ByteBuffer;I)V
        13: .line 336
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.UNKNOWN_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpGenerator._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
        14: .line 337
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.FLUSH:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
        end local 3 // org.eclipse.jetty.http.HttpFields trailers
        15: .line 342
      StackMap locals:
      StackMap stack:
            aload 1 /* chunk */
            ifnonnull 17
        16: .line 343
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.NEED_CHUNK:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
        17: .line 346
      StackMap locals:
      StackMap stack:
            aload 1 /* chunk */
            invokestatic org.eclipse.jetty.util.BufferUtil.clearToFill:(Ljava/nio/ByteBuffer;)V
        18: .line 347
            aload 0 /* this */
            aload 1 /* chunk */
            iconst_0
            invokevirtual org.eclipse.jetty.http.HttpGenerator.prepareChunk:(Ljava/nio/ByteBuffer;I)V
        19: .line 348
            aload 1 /* chunk */
            iconst_0
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFlush:(Ljava/nio/ByteBuffer;I)V
        20: .line 349
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.UNKNOWN_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpGenerator._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
        21: .line 350
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.FLUSH:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
        22: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpGenerator$State.END:Lorg/eclipse/jetty/http/HttpGenerator$State;
            putfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
        23: .line 354
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.equals:(Ljava/lang/Object;)Z
            ifeq 24
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.DONE:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            goto 25
      StackMap locals:
      StackMap stack:
        24: getstatic org.eclipse.jetty.http.HttpGenerator$Result.SHUTDOWN_OUT:Lorg/eclipse/jetty/http/HttpGenerator$Result;
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpGenerator$Result
        25: areturn
        end local 2 // java.nio.ByteBuffer content
        end local 1 // java.nio.ByteBuffer chunk
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   26     0      this  Lorg/eclipse/jetty/http/HttpGenerator;
            0   26     1     chunk  Ljava/nio/ByteBuffer;
            0   26     2   content  Ljava/nio/ByteBuffer;
            9   15     3  trailers  Lorg/eclipse/jetty/http/HttpFields;
    MethodParameters:
         Name  Flags
      chunk    
      content  

  public org.eclipse.jetty.http.HttpGenerator$Result generateResponse(org.eclipse.jetty.http.MetaData$Response, boolean, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer, boolean);
    descriptor: (Lorg/eclipse/jetty/http/MetaData$Response;ZLjava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Z)Lorg/eclipse/jetty/http/HttpGenerator$Result;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=7
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
        start local 1 // org.eclipse.jetty.http.MetaData$Response info
        start local 2 // boolean head
        start local 3 // java.nio.ByteBuffer header
        start local 4 // java.nio.ByteBuffer chunk
        start local 5 // java.nio.ByteBuffer content
        start local 6 // boolean last
         0: .line 359
            invokestatic org.eclipse.jetty.http.HttpGenerator.$SWITCH_TABLE$org$eclipse$jetty$http$HttpGenerator$State:()[I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
            invokevirtual org.eclipse.jetty.http.HttpGenerator$State.ordinal:()I
            iaload
            tableswitch { // 1 - 5
                    1: 1
                    2: 55
                    3: 58
                    4: 56
                    5: 59
              default: 64
          }
         1: .line 363
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            ifnonnull 3
         2: .line 364
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.NEED_INFO:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
         3: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* info */
            putfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
         4: .line 367
            aload 1 /* info */
            invokevirtual org.eclipse.jetty.http.MetaData$Response.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            astore 7 /* version */
        start local 7 // org.eclipse.jetty.http.HttpVersion version
         5: .line 368
            aload 7 /* version */
            ifnonnull 7
         6: .line 369
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 500
            ldc "No version"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
         7: .line 371
      StackMap locals: org.eclipse.jetty.http.HttpVersion
      StackMap stack:
            aload 7 /* version */
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_0_9:Lorg/eclipse/jetty/http/HttpVersion;
            if_acmpne 16
         8: .line 373
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
         9: .line 374
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.EOF_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpGenerator._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
        10: .line 375
            aload 5 /* content */
            invokestatic org.eclipse.jetty.util.BufferUtil.hasContent:(Ljava/nio/ByteBuffer;)Z
            ifeq 12
        11: .line 376
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
            aload 5 /* content */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            i2l
            ladd
            putfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
        12: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* last */
            ifeq 13
            getstatic org.eclipse.jetty.http.HttpGenerator$State.COMPLETING:Lorg/eclipse/jetty/http/HttpGenerator$State;
            goto 14
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpGenerator
        13: getstatic org.eclipse.jetty.http.HttpGenerator$State.COMMITTED:Lorg/eclipse/jetty/http/HttpGenerator$State;
      StackMap locals: org.eclipse.jetty.http.HttpGenerator org.eclipse.jetty.http.MetaData$Response int java.nio.ByteBuffer java.nio.ByteBuffer java.nio.ByteBuffer int org.eclipse.jetty.http.HttpVersion
      StackMap stack: org.eclipse.jetty.http.HttpGenerator org.eclipse.jetty.http.HttpGenerator$State
        14: putfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
        15: .line 378
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.FLUSH:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
        16: .line 382
      StackMap locals:
      StackMap stack:
            aload 3 /* header */
            ifnonnull 18
        17: .line 383
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.NEED_HEADER:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
        18: .line 386
      StackMap locals:
      StackMap stack:
            aload 3 /* header */
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFill:(Ljava/nio/ByteBuffer;)I
            istore 8 /* pos */
        start local 8 // int pos
        19: .line 390
            aload 0 /* this */
            aload 1 /* info */
            aload 3 /* header */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.generateResponseLine:(Lorg/eclipse/jetty/http/MetaData$Response;Ljava/nio/ByteBuffer;)V
        20: .line 393
            aload 1 /* info */
            invokevirtual org.eclipse.jetty.http.MetaData$Response.getStatus:()I
            istore 9 /* status */
        start local 9 // int status
        21: .line 394
            iload 9 /* status */
            bipush 100
            if_icmplt 29
            iload 9 /* status */
            sipush 200
            if_icmpge 29
        22: .line 396
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpGenerator._noContentResponse:Z
        23: .line 398
            iload 9 /* status */
            bipush 101
            if_icmpeq 31
        24: .line 400
            aload 3 /* header */
            getstatic org.eclipse.jetty.http.HttpTokens.CRLF:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
        25: .line 401
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpGenerator$State.COMPLETING_1XX:Lorg/eclipse/jetty/http/HttpGenerator$State;
            putfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
        26: .line 402
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.FLUSH:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            astore 12
        27: .line 437
            aload 3 /* header */
            iload 8 /* pos */
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFlush:(Ljava/nio/ByteBuffer;I)V
        28: .line 402
            aload 12
            areturn
        29: .line 405
      StackMap locals: int int
      StackMap stack:
            iload 9 /* status */
            sipush 204
            if_icmpeq 30
            iload 9 /* status */
            sipush 304
            if_icmpne 31
        30: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpGenerator._noContentResponse:Z
        31: .line 410
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* header */
            aload 5 /* content */
            iload 6 /* last */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.generateHeaders:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Z)V
        32: .line 413
            aload 5 /* content */
            invokestatic org.eclipse.jetty.util.BufferUtil.length:(Ljava/nio/ByteBuffer;)I
            istore 10 /* len */
        start local 10 // int len
        33: .line 414
            iload 10 /* len */
            ifle 37
        34: .line 416
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
            iload 10 /* len */
            i2l
            ladd
            putfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
        35: .line 417
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.isChunking:()Z
            ifeq 37
            iload 2 /* head */
            ifne 37
        36: .line 418
            aload 0 /* this */
            aload 3 /* header */
            iload 10 /* len */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.prepareChunk:(Ljava/nio/ByteBuffer;I)V
        37: .line 420
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* last */
            ifeq 38
            getstatic org.eclipse.jetty.http.HttpGenerator$State.COMPLETING:Lorg/eclipse/jetty/http/HttpGenerator$State;
            goto 39
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpGenerator
        38: getstatic org.eclipse.jetty.http.HttpGenerator$State.COMMITTED:Lorg/eclipse/jetty/http/HttpGenerator$State;
      StackMap locals: org.eclipse.jetty.http.HttpGenerator org.eclipse.jetty.http.MetaData$Response int java.nio.ByteBuffer java.nio.ByteBuffer java.nio.ByteBuffer int org.eclipse.jetty.http.HttpVersion int int int
      StackMap stack: org.eclipse.jetty.http.HttpGenerator org.eclipse.jetty.http.HttpGenerator$State
        39: putfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
        end local 10 // int len
        end local 9 // int status
        40: .line 421
            goto 53
        41: .line 422
      StackMap locals: org.eclipse.jetty.http.HttpGenerator org.eclipse.jetty.http.MetaData$Response int java.nio.ByteBuffer java.nio.ByteBuffer java.nio.ByteBuffer int org.eclipse.jetty.http.HttpVersion int
      StackMap stack: org.eclipse.jetty.http.BadMessageException
            astore 9 /* e */
        start local 9 // org.eclipse.jetty.http.BadMessageException e
        42: .line 424
            aload 9 /* e */
            athrow
        end local 9 // org.eclipse.jetty.http.BadMessageException e
        43: .line 426
      StackMap locals:
      StackMap stack: java.nio.BufferOverflowException
            astore 9 /* e */
        start local 9 // java.nio.BufferOverflowException e
        44: .line 428
            getstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
            ldc "IGNORED"
            aload 9 /* e */
            invokeinterface org.slf4j.Logger.trace:(Ljava/lang/String;Ljava/lang/Throwable;)V
        45: .line 429
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.HEADER_OVERFLOW:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            astore 12
        46: .line 437
            aload 3 /* header */
            iload 8 /* pos */
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFlush:(Ljava/nio/ByteBuffer;I)V
        47: .line 429
            aload 12
            areturn
        end local 9 // java.nio.BufferOverflowException e
        48: .line 431
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 9 /* e */
        start local 9 // java.lang.Exception e
        49: .line 433
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 500
            aload 9 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            aload 9 /* e */
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 9 // java.lang.Exception e
        50: .line 436
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        51: .line 437
            aload 3 /* header */
            iload 8 /* pos */
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFlush:(Ljava/nio/ByteBuffer;I)V
        52: .line 438
            aload 11
            athrow
        53: .line 437
      StackMap locals:
      StackMap stack:
            aload 3 /* header */
            iload 8 /* pos */
            invokestatic org.eclipse.jetty.util.BufferUtil.flipToFlush:(Ljava/nio/ByteBuffer;I)V
        54: .line 440
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.FLUSH:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
        end local 8 // int pos
        end local 7 // org.eclipse.jetty.http.HttpVersion version
        55: .line 445
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* chunk */
            aload 5 /* content */
            iload 6 /* last */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.committed:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Z)Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
        56: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.reset:()V
        57: .line 451
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.DONE:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
        58: .line 456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* chunk */
            aload 5 /* content */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.completing:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
        59: .line 460
      StackMap locals:
      StackMap stack:
            aload 5 /* content */
            invokestatic org.eclipse.jetty.util.BufferUtil.hasContent:(Ljava/nio/ByteBuffer;)Z
            ifeq 63
        60: .line 462
            getstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 62
        61: .line 463
            getstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
            ldc "discarding content in COMPLETING"
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
        62: .line 464
      StackMap locals:
      StackMap stack:
            aload 5 /* content */
            invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
        63: .line 466
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpGenerator$Result.DONE:Lorg/eclipse/jetty/http/HttpGenerator$Result;
            areturn
        64: .line 469
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 6 // boolean last
        end local 5 // java.nio.ByteBuffer content
        end local 4 // java.nio.ByteBuffer chunk
        end local 3 // java.nio.ByteBuffer header
        end local 2 // boolean head
        end local 1 // org.eclipse.jetty.http.MetaData$Response info
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   65     0     this  Lorg/eclipse/jetty/http/HttpGenerator;
            0   65     1     info  Lorg/eclipse/jetty/http/MetaData$Response;
            0   65     2     head  Z
            0   65     3   header  Ljava/nio/ByteBuffer;
            0   65     4    chunk  Ljava/nio/ByteBuffer;
            0   65     5  content  Ljava/nio/ByteBuffer;
            0   65     6     last  Z
            5   55     7  version  Lorg/eclipse/jetty/http/HttpVersion;
           19   55     8      pos  I
           21   40     9   status  I
           33   40    10      len  I
           42   43     9        e  Lorg/eclipse/jetty/http/BadMessageException;
           44   48     9        e  Ljava/nio/BufferOverflowException;
           49   50     9        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          19    27      41  Class org.eclipse.jetty.http.BadMessageException
          29    40      41  Class org.eclipse.jetty.http.BadMessageException
          19    27      43  Class java.nio.BufferOverflowException
          29    40      43  Class java.nio.BufferOverflowException
          19    27      48  Class java.lang.Exception
          29    40      48  Class java.lang.Exception
          19    27      50  any
          29    46      50  any
          48    50      50  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      info     
      head     
      header   
      chunk    
      content  
      last     

  private void prepareChunk(java.nio.ByteBuffer, int);
    descriptor: (Ljava/nio/ByteBuffer;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
        start local 1 // java.nio.ByteBuffer chunk
        start local 2 // int remaining
         0: .line 476
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._needCRLF:Z
            ifeq 2
         1: .line 477
            aload 1 /* chunk */
            invokestatic org.eclipse.jetty.util.BufferUtil.putCRLF:(Ljava/nio/ByteBuffer;)V
         2: .line 480
      StackMap locals:
      StackMap stack:
            iload 2 /* remaining */
            ifle 7
         3: .line 482
            aload 1 /* chunk */
            iload 2 /* remaining */
            invokestatic org.eclipse.jetty.util.BufferUtil.putHexInt:(Ljava/nio/ByteBuffer;I)V
         4: .line 483
            aload 1 /* chunk */
            invokestatic org.eclipse.jetty.util.BufferUtil.putCRLF:(Ljava/nio/ByteBuffer;)V
         5: .line 484
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpGenerator._needCRLF:Z
         6: .line 485
            goto 9
         7: .line 488
      StackMap locals:
      StackMap stack:
            aload 1 /* chunk */
            getstatic org.eclipse.jetty.http.HttpGenerator.LAST_CHUNK:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
         8: .line 489
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpGenerator._needCRLF:Z
         9: .line 491
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int remaining
        end local 1 // java.nio.ByteBuffer chunk
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/eclipse/jetty/http/HttpGenerator;
            0   10     1      chunk  Ljava/nio/ByteBuffer;
            0   10     2  remaining  I
    MethodParameters:
           Name  Flags
      chunk      
      remaining  

  private void generateTrailers(java.nio.ByteBuffer, org.eclipse.jetty.http.HttpFields);
    descriptor: (Ljava/nio/ByteBuffer;Lorg/eclipse/jetty/http/HttpFields;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
        start local 1 // java.nio.ByteBuffer buffer
        start local 2 // org.eclipse.jetty.http.HttpFields trailer
         0: .line 496
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._needCRLF:Z
            ifeq 2
         1: .line 497
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.util.BufferUtil.putCRLF:(Ljava/nio/ByteBuffer;)V
         2: .line 500
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            getstatic org.eclipse.jetty.http.HttpGenerator.ZERO_CHUNK:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
         3: .line 502
            aload 2 /* trailer */
            invokeinterface org.eclipse.jetty.http.HttpFields.size:()I
            istore 3 /* n */
        start local 3 // int n
         4: .line 503
            iconst_0
            istore 4 /* f */
        start local 4 // int f
         5: goto 9
         6: .line 505
      StackMap locals: int int
      StackMap stack:
            aload 2 /* trailer */
            iload 4 /* f */
            invokeinterface org.eclipse.jetty.http.HttpFields.getField:(I)Lorg/eclipse/jetty/http/HttpField;
            astore 5 /* field */
        start local 5 // org.eclipse.jetty.http.HttpField field
         7: .line 506
            aload 5 /* field */
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putTo:(Lorg/eclipse/jetty/http/HttpField;Ljava/nio/ByteBuffer;)V
        end local 5 // org.eclipse.jetty.http.HttpField field
         8: .line 503
            iinc 4 /* f */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* f */
            iload 3 /* n */
            if_icmplt 6
        end local 4 // int f
        10: .line 509
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.util.BufferUtil.putCRLF:(Ljava/nio/ByteBuffer;)V
        11: .line 510
            return
        end local 3 // int n
        end local 2 // org.eclipse.jetty.http.HttpFields trailer
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lorg/eclipse/jetty/http/HttpGenerator;
            0   12     1   buffer  Ljava/nio/ByteBuffer;
            0   12     2  trailer  Lorg/eclipse/jetty/http/HttpFields;
            4   12     3        n  I
            5   10     4        f  I
            7    8     5    field  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
         Name  Flags
      buffer   
      trailer  

  private void generateRequestLine(org.eclipse.jetty.http.MetaData$Request, java.nio.ByteBuffer);
    descriptor: (Lorg/eclipse/jetty/http/MetaData$Request;Ljava/nio/ByteBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
        start local 1 // org.eclipse.jetty.http.MetaData$Request request
        start local 2 // java.nio.ByteBuffer header
         0: .line 514
            aload 2 /* header */
            aload 1 /* request */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getMethod:()Ljava/lang/String;
            invokestatic org.eclipse.jetty.util.StringUtil.getBytes:(Ljava/lang/String;)[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
         1: .line 515
            aload 2 /* header */
            bipush 32
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         2: .line 516
            aload 2 /* header */
            aload 1 /* request */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getURIString:()Ljava/lang/String;
            invokestatic org.eclipse.jetty.util.StringUtil.getBytes:(Ljava/lang/String;)[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
         3: .line 517
            aload 2 /* header */
            bipush 32
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         4: .line 518
            aload 2 /* header */
            aload 1 /* request */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.toBytes:()[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
         5: .line 519
            aload 2 /* header */
            getstatic org.eclipse.jetty.http.HttpTokens.CRLF:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
         6: .line 520
            return
        end local 2 // java.nio.ByteBuffer header
        end local 1 // org.eclipse.jetty.http.MetaData$Request request
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/eclipse/jetty/http/HttpGenerator;
            0    7     1  request  Lorg/eclipse/jetty/http/MetaData$Request;
            0    7     2   header  Ljava/nio/ByteBuffer;
    MethodParameters:
         Name  Flags
      request  
      header   

  private void generateResponseLine(org.eclipse.jetty.http.MetaData$Response, java.nio.ByteBuffer);
    descriptor: (Lorg/eclipse/jetty/http/MetaData$Response;Ljava/nio/ByteBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
        start local 1 // org.eclipse.jetty.http.MetaData$Response response
        start local 2 // java.nio.ByteBuffer header
         0: .line 525
            aload 1 /* response */
            invokevirtual org.eclipse.jetty.http.MetaData$Response.getStatus:()I
            istore 3 /* status */
        start local 3 // int status
         1: .line 526
            iload 3 /* status */
            getstatic org.eclipse.jetty.http.HttpGenerator.__preprepared:[Lorg/eclipse/jetty/http/HttpGenerator$PreparedResponse;
            arraylength
            if_icmpge 2
            getstatic org.eclipse.jetty.http.HttpGenerator.__preprepared:[Lorg/eclipse/jetty/http/HttpGenerator$PreparedResponse;
            iload 3 /* status */
            aaload
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpGenerator$PreparedResponse
         3: astore 4 /* preprepared */
        start local 4 // org.eclipse.jetty.http.HttpGenerator$PreparedResponse preprepared
         4: .line 527
            aload 1 /* response */
            invokevirtual org.eclipse.jetty.http.MetaData$Response.getReason:()Ljava/lang/String;
            astore 5 /* reason */
        start local 5 // java.lang.String reason
         5: .line 528
            aload 4 /* preprepared */
            ifnull 12
         6: .line 530
            aload 5 /* reason */
            ifnonnull 8
         7: .line 531
            aload 2 /* header */
            aload 4 /* preprepared */
            getfield org.eclipse.jetty.http.HttpGenerator$PreparedResponse._responseLine:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
            goto 24
         8: .line 534
      StackMap locals: org.eclipse.jetty.http.HttpGenerator$PreparedResponse java.lang.String
      StackMap stack:
            aload 2 /* header */
            aload 4 /* preprepared */
            getfield org.eclipse.jetty.http.HttpGenerator$PreparedResponse._schemeCode:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
         9: .line 535
            aload 2 /* header */
            aload 0 /* this */
            aload 5 /* reason */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.getReasonBytes:(Ljava/lang/String;)[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
        10: .line 536
            aload 2 /* header */
            getstatic org.eclipse.jetty.http.HttpTokens.CRLF:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
        11: .line 538
            goto 24
        12: .line 541
      StackMap locals:
      StackMap stack:
            aload 2 /* header */
            getstatic org.eclipse.jetty.http.HttpGenerator.HTTP_1_1_SPACE:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
        13: .line 542
            aload 2 /* header */
            bipush 48
            iload 3 /* status */
            bipush 100
            idiv
            iadd
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        14: .line 543
            aload 2 /* header */
            bipush 48
            iload 3 /* status */
            bipush 100
            irem
            bipush 10
            idiv
            iadd
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        15: .line 544
            aload 2 /* header */
            bipush 48
            iload 3 /* status */
            bipush 10
            irem
            iadd
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        16: .line 545
            aload 2 /* header */
            bipush 32
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        17: .line 546
            aload 5 /* reason */
            ifnonnull 22
        18: .line 548
            aload 2 /* header */
            bipush 48
            iload 3 /* status */
            bipush 100
            idiv
            iadd
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        19: .line 549
            aload 2 /* header */
            bipush 48
            iload 3 /* status */
            bipush 100
            irem
            bipush 10
            idiv
            iadd
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        20: .line 550
            aload 2 /* header */
            bipush 48
            iload 3 /* status */
            bipush 10
            irem
            iadd
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        21: .line 551
            goto 23
        22: .line 553
      StackMap locals:
      StackMap stack:
            aload 2 /* header */
            aload 0 /* this */
            aload 5 /* reason */
            invokevirtual org.eclipse.jetty.http.HttpGenerator.getReasonBytes:(Ljava/lang/String;)[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
        23: .line 554
      StackMap locals:
      StackMap stack:
            aload 2 /* header */
            getstatic org.eclipse.jetty.http.HttpTokens.CRLF:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
        24: .line 556
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.lang.String reason
        end local 4 // org.eclipse.jetty.http.HttpGenerator$PreparedResponse preprepared
        end local 3 // int status
        end local 2 // java.nio.ByteBuffer header
        end local 1 // org.eclipse.jetty.http.MetaData$Response response
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   25     0         this  Lorg/eclipse/jetty/http/HttpGenerator;
            0   25     1     response  Lorg/eclipse/jetty/http/MetaData$Response;
            0   25     2       header  Ljava/nio/ByteBuffer;
            1   25     3       status  I
            4   25     4  preprepared  Lorg/eclipse/jetty/http/HttpGenerator$PreparedResponse;
            5   25     5       reason  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      response  
      header    

  private byte[] getReasonBytes(java.lang.String);
    descriptor: (Ljava/lang/String;)[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
        start local 1 // java.lang.String reason
         0: .line 560
            aload 1 /* reason */
            invokevirtual java.lang.String.length:()I
            sipush 1024
            if_icmple 2
         1: .line 561
            aload 1 /* reason */
            iconst_0
            sipush 1024
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 1 /* reason */
         2: .line 562
      StackMap locals:
      StackMap stack:
            aload 1 /* reason */
            invokestatic org.eclipse.jetty.util.StringUtil.getBytes:(Ljava/lang/String;)[B
            astore 2 /* bytes */
        start local 2 // byte[] bytes
         3: .line 564
            aload 2 /* bytes */
            arraylength
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 566
      StackMap locals: byte[] int
      StackMap stack:
            aload 2 /* bytes */
            iload 3 /* i */
            baload
            bipush 13
            if_icmpeq 6
            aload 2 /* bytes */
            iload 3 /* i */
            baload
            bipush 10
            if_icmpne 7
         6: .line 567
      StackMap locals:
      StackMap stack:
            aload 2 /* bytes */
            iload 3 /* i */
            bipush 63
            bastore
         7: .line 564
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iinc 3 /* i */ -1
            ifgt 5
        end local 3 // int i
         8: .line 569
            aload 2 /* bytes */
            areturn
        end local 2 // byte[] bytes
        end local 1 // java.lang.String reason
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/eclipse/jetty/http/HttpGenerator;
            0    9     1  reason  Ljava/lang/String;
            3    9     2   bytes  [B
            4    8     3       i  I
    MethodParameters:
        Name  Flags
      reason  

  private void generateHeaders(java.nio.ByteBuffer, java.nio.ByteBuffer, boolean);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=21, args_size=4
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
        start local 1 // java.nio.ByteBuffer header
        start local 2 // java.nio.ByteBuffer content
        start local 3 // boolean last
         0: .line 574
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            instanceof org.eclipse.jetty.http.MetaData$Request
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            checkcast org.eclipse.jetty.http.MetaData$Request
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.MetaData$Request
         2: astore 4 /* request */
        start local 4 // org.eclipse.jetty.http.MetaData$Request request
         3: .line 575
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            instanceof org.eclipse.jetty.http.MetaData$Response
            ifeq 4
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            checkcast org.eclipse.jetty.http.MetaData$Response
            goto 5
      StackMap locals: org.eclipse.jetty.http.MetaData$Request
      StackMap stack:
         4: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.MetaData$Response
         5: astore 5 /* response */
        start local 5 // org.eclipse.jetty.http.MetaData$Response response
         6: .line 577
            getstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 9
         7: .line 579
            getstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
            ldc "generateHeaders {} last={} content={}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            aastore
            dup
            iconst_1
            iload 3 /* last */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            dup
            iconst_2
            aload 2 /* content */
            invokestatic org.eclipse.jetty.util.BufferUtil.toDetailString:(Ljava/nio/ByteBuffer;)Ljava/lang/String;
            aastore
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         8: .line 580
            getstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            invokevirtual org.eclipse.jetty.http.MetaData.getFields:()Lorg/eclipse/jetty/http/HttpFields;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
         9: .line 584
      StackMap locals: org.eclipse.jetty.http.MetaData$Response
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._send:I
            istore 6 /* send */
        start local 6 // int send
        10: .line 585
            aconst_null
            astore 7 /* transferEncoding */
        start local 7 // org.eclipse.jetty.http.HttpField transferEncoding
        11: .line 586
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            invokevirtual org.eclipse.jetty.http.MetaData.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            if_acmpne 12
            iconst_1
            goto 13
      StackMap locals: int org.eclipse.jetty.http.HttpField
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 8 /* http11 */
        start local 8 // boolean http11
        14: .line 587
            iconst_0
            istore 9 /* close */
        start local 9 // boolean close
        15: .line 588
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            invokevirtual org.eclipse.jetty.http.MetaData.getTrailerSupplier:()Ljava/util/function/Supplier;
            ifnull 16
            iconst_1
            goto 17
      StackMap locals: int int
      StackMap stack:
        16: iconst_0
      StackMap locals:
      StackMap stack: int
        17: istore 10 /* chunkedHint */
        start local 10 // boolean chunkedHint
        18: .line 589
            iconst_0
            istore 11 /* contentType */
        start local 11 // boolean contentType
        19: .line 590
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            invokevirtual org.eclipse.jetty.http.MetaData.getContentLength:()J
            lstore 12 /* contentLength */
        start local 12 // long contentLength
        20: .line 591
            iconst_0
            istore 14 /* contentLengthField */
        start local 14 // boolean contentLengthField
        21: .line 594
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            invokevirtual org.eclipse.jetty.http.MetaData.getFields:()Lorg/eclipse/jetty/http/HttpFields;
            astore 15 /* fields */
        start local 15 // org.eclipse.jetty.http.HttpFields fields
        22: .line 595
            aload 15 /* fields */
            ifnull 63
        23: .line 597
            aload 15 /* fields */
            invokeinterface org.eclipse.jetty.http.HttpFields.size:()I
            istore 16 /* n */
        start local 16 // int n
        24: .line 598
            iconst_0
            istore 17 /* f */
        start local 17 // int f
        25: goto 62
        26: .line 600
      StackMap locals: org.eclipse.jetty.http.HttpGenerator java.nio.ByteBuffer java.nio.ByteBuffer int org.eclipse.jetty.http.MetaData$Request org.eclipse.jetty.http.MetaData$Response int org.eclipse.jetty.http.HttpField int int int int long int org.eclipse.jetty.http.HttpFields int int
      StackMap stack:
            aload 15 /* fields */
            iload 17 /* f */
            invokeinterface org.eclipse.jetty.http.HttpFields.getField:(I)Lorg/eclipse/jetty/http/HttpField;
            astore 18 /* field */
        start local 18 // org.eclipse.jetty.http.HttpField field
        27: .line 601
            aload 18 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            astore 19 /* h */
        start local 19 // org.eclipse.jetty.http.HttpHeader h
        28: .line 602
            aload 19 /* h */
            ifnonnull 30
        29: .line 603
            aload 18 /* field */
            aload 1 /* header */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putTo:(Lorg/eclipse/jetty/http/HttpField;Ljava/nio/ByteBuffer;)V
            goto 61
        30: .line 606
      StackMap locals: org.eclipse.jetty.http.HttpField org.eclipse.jetty.http.HttpHeader
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpGenerator.$SWITCH_TABLE$org$eclipse$jetty$http$HttpHeader:()[I
            aload 19 /* h */
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iaload
            lookupswitch { // 5
                    1: 44
                    7: 40
                   15: 31
                   19: 37
                   55: 57
              default: 60
          }
        31: .line 609
      StackMap locals:
      StackMap stack:
            lload 12 /* contentLength */
            lconst_0
            lcmp
            ifge 33
        32: .line 610
            aload 18 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getLongValue:()J
            lstore 12 /* contentLength */
            goto 35
        33: .line 611
      StackMap locals:
      StackMap stack:
            lload 12 /* contentLength */
            aload 18 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getLongValue:()J
            lcmp
            ifeq 35
        34: .line 612
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 500
            ldc "Incorrect Content-Length %d!=%d"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            lload 12 /* contentLength */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_1
            aload 18 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getLongValue:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
        35: .line 613
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 14 /* contentLengthField */
        36: .line 614
            goto 61
        37: .line 619
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 11 /* contentType */
        38: .line 620
            aload 18 /* field */
            aload 1 /* header */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putTo:(Lorg/eclipse/jetty/http/HttpField;Ljava/nio/ByteBuffer;)V
        39: .line 621
            goto 61
        40: .line 626
      StackMap locals:
      StackMap stack:
            iload 8 /* http11 */
            ifeq 61
        41: .line 630
            aload 18 /* field */
            astore 7 /* transferEncoding */
        42: .line 631
            aload 18 /* field */
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CHUNKED:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.asString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpField.contains:(Ljava/lang/String;)Z
            istore 10 /* chunkedHint */
        43: .line 633
            goto 61
        44: .line 638
      StackMap locals:
      StackMap stack:
            aload 18 /* field */
            getstatic org.eclipse.jetty.http.HttpHeaderValue.KEEP_ALIVE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.asString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpField.contains:(Ljava/lang/String;)Z
            istore 20 /* keepAlive */
        start local 20 // boolean keepAlive
        45: .line 639
            iload 20 /* keepAlive */
            ifeq 47
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            invokevirtual org.eclipse.jetty.http.MetaData.getHttpVersion:()Lorg/eclipse/jetty/http/HttpVersion;
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_0:Lorg/eclipse/jetty/http/HttpVersion;
            if_acmpne 47
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
            ifnonnull 47
        46: .line 641
            aload 0 /* this */
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
        47: .line 643
      StackMap locals: int
      StackMap stack:
            aload 18 /* field */
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CLOSE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.asString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpField.contains:(Ljava/lang/String;)Z
            ifeq 50
        48: .line 645
            iconst_1
            istore 9 /* close */
        49: .line 646
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
        50: .line 648
      StackMap locals:
      StackMap stack:
            iload 20 /* keepAlive */
            ifeq 55
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            if_acmpne 55
        51: .line 650
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
        52: .line 651
            aload 18 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getValues:()[Ljava/lang/String;
            invokestatic java.util.stream.Stream.of:([Ljava/lang/Object;)Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  org/eclipse/jetty/http/HttpGenerator.lambda$0(Ljava/lang/String;)Z (6)
                  (Ljava/lang/String;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
        53: .line 652
            ldc ", "
            invokestatic java.util.stream.Collectors.joining:(Ljava/lang/CharSequence;)Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.lang.String
        54: .line 650
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            astore 18 /* field */
        55: .line 654
      StackMap locals:
      StackMap stack:
            aload 18 /* field */
            aload 1 /* header */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putTo:(Lorg/eclipse/jetty/http/HttpField;Ljava/nio/ByteBuffer;)V
        56: .line 655
            goto 61
        end local 20 // boolean keepAlive
        57: .line 660
      StackMap locals:
      StackMap stack:
            iload 6 /* send */
            bipush -2
            iand
            istore 6 /* send */
        58: .line 661
            aload 18 /* field */
            aload 1 /* header */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putTo:(Lorg/eclipse/jetty/http/HttpField;Ljava/nio/ByteBuffer;)V
        59: .line 662
            goto 61
        60: .line 666
      StackMap locals:
      StackMap stack:
            aload 18 /* field */
            aload 1 /* header */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putTo:(Lorg/eclipse/jetty/http/HttpField;Ljava/nio/ByteBuffer;)V
        end local 19 // org.eclipse.jetty.http.HttpHeader h
        end local 18 // org.eclipse.jetty.http.HttpField field
        61: .line 598
      StackMap locals:
      StackMap stack:
            iinc 17 /* f */ 1
      StackMap locals:
      StackMap stack:
        62: iload 17 /* f */
            iload 16 /* n */
            if_icmplt 26
        end local 17 // int f
        end local 16 // int n
        63: .line 673
      StackMap locals:
      StackMap stack:
            iload 3 /* last */
            ifeq 65
            lload 12 /* contentLength */
            lconst_0
            lcmp
            ifge 65
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._info:Lorg/eclipse/jetty/http/MetaData;
            invokevirtual org.eclipse.jetty.http.MetaData.getTrailerSupplier:()Ljava/util/function/Supplier;
            ifnonnull 65
        64: .line 674
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
            aload 2 /* content */
            invokestatic org.eclipse.jetty.util.BufferUtil.length:(Ljava/nio/ByteBuffer;)I
            i2l
            ladd
            lstore 12 /* contentLength */
        65: .line 679
      StackMap locals:
      StackMap stack:
            aload 4 /* request */
            ifnull 66
            getstatic org.eclipse.jetty.http.HttpGenerator.ASSUMED_CONTENT_METHODS:Lorg/eclipse/jetty/util/Index;
            aload 4 /* request */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getMethod:()Ljava/lang/String;
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            ifnull 66
            iconst_1
            goto 67
      StackMap locals:
      StackMap stack:
        66: iconst_0
      StackMap locals:
      StackMap stack: int
        67: istore 16 /* assumedContentRequest */
        start local 16 // boolean assumedContentRequest
        68: .line 680
            iload 16 /* assumedContentRequest */
            ifne 69
            iload 11 /* contentType */
            ifne 69
            iload 10 /* chunkedHint */
            ifne 69
            iconst_0
            goto 70
      StackMap locals: int
      StackMap stack:
        69: iconst_1
      StackMap locals:
      StackMap stack: int
        70: istore 17 /* assumedContent */
        start local 17 // boolean assumedContent
        71: .line 681
            aload 4 /* request */
            ifnull 72
            lload 12 /* contentLength */
            lconst_0
            lcmp
            ifgt 72
            iload 17 /* assumedContent */
            ifne 72
            iconst_1
            goto 73
      StackMap locals: int
      StackMap stack:
        72: iconst_0
      StackMap locals:
      StackMap stack: int
        73: istore 18 /* noContentRequest */
        start local 18 // boolean noContentRequest
        74: .line 683
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
            ifnonnull 79
        75: .line 684
            aload 0 /* this */
            iload 8 /* http11 */
            ifne 77
            aload 4 /* request */
            ifnull 76
            getstatic org.eclipse.jetty.http.HttpMethod.CONNECT:Lorg/eclipse/jetty/http/HttpMethod;
            aload 4 /* request */
            invokevirtual org.eclipse.jetty.http.MetaData$Request.getMethod:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpMethod.is:(Ljava/lang/String;)Z
            ifne 77
      StackMap locals: org.eclipse.jetty.http.HttpGenerator java.nio.ByteBuffer java.nio.ByteBuffer int org.eclipse.jetty.http.MetaData$Request org.eclipse.jetty.http.MetaData$Response int org.eclipse.jetty.http.HttpField int int int int long int org.eclipse.jetty.http.HttpFields int int int
      StackMap stack: org.eclipse.jetty.http.HttpGenerator
        76: iconst_0
            goto 78
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpGenerator
        77: iconst_1
      StackMap locals: org.eclipse.jetty.http.HttpGenerator java.nio.ByteBuffer java.nio.ByteBuffer int org.eclipse.jetty.http.MetaData$Request org.eclipse.jetty.http.MetaData$Response int org.eclipse.jetty.http.HttpField int int int int long int org.eclipse.jetty.http.HttpFields int int int
      StackMap stack: org.eclipse.jetty.http.HttpGenerator int
        78: invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
        79: .line 687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._noContentResponse:Z
            ifne 80
            iload 18 /* noContentRequest */
            ifeq 91
        80: .line 690
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.NO_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpGenerator._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
        81: .line 693
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
            lconst_0
            lcmp
            ifle 83
        82: .line 694
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 500
            ldc "Content for no content response"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
        83: .line 696
      StackMap locals:
      StackMap stack:
            iload 14 /* contentLengthField */
            ifeq 117
        84: .line 698
            aload 5 /* response */
            ifnull 86
            aload 5 /* response */
            invokevirtual org.eclipse.jetty.http.MetaData$Response.getStatus:()I
            sipush 304
            if_icmpne 86
        85: .line 699
            aload 1 /* header */
            lload 12 /* contentLength */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putContentLength:(Ljava/nio/ByteBuffer;J)V
            goto 117
        86: .line 700
      StackMap locals:
      StackMap stack:
            lload 12 /* contentLength */
            lconst_0
            lcmp
            ifle 117
        87: .line 702
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._contentPrepared:J
            lconst_0
            lcmp
            ifne 90
            iload 3 /* last */
            ifeq 90
        88: .line 706
            aload 2 /* content */
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            pop
        89: .line 707
            goto 117
        90: .line 709
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 500
            ldc "Content for no content response"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
        91: .line 715
      StackMap locals:
      StackMap stack:
            iload 8 /* http11 */
            ifeq 104
            iload 10 /* chunkedHint */
            ifne 92
            lload 12 /* contentLength */
            lconst_0
            lcmp
            ifge 104
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifne 92
            iload 16 /* assumedContentRequest */
            ifeq 104
        92: .line 718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.CHUNKED_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpGenerator._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
        93: .line 721
            aload 7 /* transferEncoding */
            ifnonnull 95
        94: .line 722
            aload 1 /* header */
            getstatic org.eclipse.jetty.http.HttpGenerator.TRANSFER_ENCODING_CHUNKED:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
            goto 117
        95: .line 723
      StackMap locals:
      StackMap stack:
            aload 7 /* transferEncoding */
            invokevirtual org.eclipse.jetty.http.HttpField.toString:()Ljava/lang/String;
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CHUNKED:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 99
        96: .line 725
            aload 7 /* transferEncoding */
            aload 1 /* header */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putTo:(Lorg/eclipse/jetty/http/HttpField;Ljava/nio/ByteBuffer;)V
        97: .line 726
            aconst_null
            astore 7 /* transferEncoding */
        98: .line 727
            goto 117
        99: .line 728
      StackMap locals:
      StackMap stack:
            iload 10 /* chunkedHint */
            ifne 103
       100: .line 730
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.TRANSFER_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            new java.lang.StringBuilder
            dup
            aload 7 /* transferEncoding */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ",chunked"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            aload 1 /* header */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putTo:(Lorg/eclipse/jetty/http/HttpField;Ljava/nio/ByteBuffer;)V
       101: .line 731
            aconst_null
            astore 7 /* transferEncoding */
       102: .line 732
            goto 117
       103: .line 734
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 500
            ldc "Bad Transfer-Encoding"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
       104: .line 737
      StackMap locals:
      StackMap stack:
            lload 12 /* contentLength */
            lconst_0
            lcmp
            iflt 108
            aload 4 /* request */
            ifnonnull 105
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 108
       105: .line 740
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpGenerator._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
       106: .line 741
            aload 1 /* header */
            lload 12 /* contentLength */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putContentLength:(Ljava/nio/ByteBuffer;J)V
       107: .line 742
            goto 117
       108: .line 744
      StackMap locals:
      StackMap stack:
            aload 5 /* response */
            ifnull 116
       109: .line 747
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.EOF_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpGenerator._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
       110: .line 748
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.eclipse.jetty.http.HttpGenerator._persistent:Ljava/lang/Boolean;
       111: .line 749
            lload 12 /* contentLength */
            lconst_0
            lcmp
            iflt 113
            lload 12 /* contentLength */
            lconst_0
            lcmp
            ifgt 112
            iload 17 /* assumedContent */
            ifne 112
            iload 14 /* contentLengthField */
            ifeq 113
       112: .line 750
      StackMap locals:
      StackMap stack:
            aload 1 /* header */
            lload 12 /* contentLength */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putContentLength:(Ljava/nio/ByteBuffer;J)V
       113: .line 752
      StackMap locals:
      StackMap stack:
            iload 8 /* http11 */
            ifeq 117
            iload 9 /* close */
            ifne 117
       114: .line 753
            aload 1 /* header */
            getstatic org.eclipse.jetty.http.HttpGenerator.CONNECTION_CLOSE:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
       115: .line 754
            goto 117
       116: .line 759
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 500
            ldc "Unknown content length for request"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
       117: .line 762
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 119
       118: .line 763
            getstatic org.eclipse.jetty.http.HttpGenerator.LOG:Lorg/slf4j/Logger;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            invokevirtual org.eclipse.jetty.http.HttpTokens$EndOfContent.toString:()Ljava/lang/String;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
       119: .line 766
      StackMap locals:
      StackMap stack:
            aload 7 /* transferEncoding */
            ifnull 127
       120: .line 768
            iload 10 /* chunkedHint */
            ifeq 126
       121: .line 770
            aload 7 /* transferEncoding */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            astore 19 /* v */
        start local 19 // java.lang.String v
       122: .line 771
            aload 19 /* v */
            bipush 44
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 20 /* c */
        start local 20 // int c
       123: .line 772
            iload 20 /* c */
            ifle 127
            aload 19 /* v */
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CHUNKED:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.toString:()Ljava/lang/String;
            iload 20 /* c */
            invokevirtual java.lang.String.lastIndexOf:(Ljava/lang/String;I)I
            iload 20 /* c */
            if_icmple 127
       124: .line 773
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.TRANSFER_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            aload 19 /* v */
            iconst_0
            iload 20 /* c */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            aload 1 /* header */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putTo:(Lorg/eclipse/jetty/http/HttpField;Ljava/nio/ByteBuffer;)V
        end local 20 // int c
        end local 19 // java.lang.String v
       125: .line 774
            goto 127
       126: .line 777
      StackMap locals:
      StackMap stack:
            aload 7 /* transferEncoding */
            aload 1 /* header */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putTo:(Lorg/eclipse/jetty/http/HttpField;Ljava/nio/ByteBuffer;)V
       127: .line 782
      StackMap locals:
      StackMap stack:
            aload 5 /* response */
            ifnull 128
            aload 5 /* response */
            invokevirtual org.eclipse.jetty.http.MetaData$Response.getStatus:()I
            goto 129
      StackMap locals:
      StackMap stack:
       128: iconst_m1
      StackMap locals:
      StackMap stack: int
       129: istore 19 /* status */
        start local 19 // int status
       130: .line 783
            iload 19 /* status */
            sipush 199
            if_icmple 132
       131: .line 784
            aload 1 /* header */
            getstatic org.eclipse.jetty.http.HttpGenerator.SEND:[[B
            iload 6 /* send */
            aaload
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
       132: .line 787
      StackMap locals: int
      StackMap stack:
            aload 1 /* header */
            getstatic org.eclipse.jetty.http.HttpTokens.CRLF:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
       133: .line 788
            return
        end local 19 // int status
        end local 18 // boolean noContentRequest
        end local 17 // boolean assumedContent
        end local 16 // boolean assumedContentRequest
        end local 15 // org.eclipse.jetty.http.HttpFields fields
        end local 14 // boolean contentLengthField
        end local 12 // long contentLength
        end local 11 // boolean contentType
        end local 10 // boolean chunkedHint
        end local 9 // boolean close
        end local 8 // boolean http11
        end local 7 // org.eclipse.jetty.http.HttpField transferEncoding
        end local 6 // int send
        end local 5 // org.eclipse.jetty.http.MetaData$Response response
        end local 4 // org.eclipse.jetty.http.MetaData$Request request
        end local 3 // boolean last
        end local 2 // java.nio.ByteBuffer content
        end local 1 // java.nio.ByteBuffer header
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0  134     0                   this  Lorg/eclipse/jetty/http/HttpGenerator;
            0  134     1                 header  Ljava/nio/ByteBuffer;
            0  134     2                content  Ljava/nio/ByteBuffer;
            0  134     3                   last  Z
            3  134     4                request  Lorg/eclipse/jetty/http/MetaData$Request;
            6  134     5               response  Lorg/eclipse/jetty/http/MetaData$Response;
           10  134     6                   send  I
           11  134     7       transferEncoding  Lorg/eclipse/jetty/http/HttpField;
           14  134     8                 http11  Z
           15  134     9                  close  Z
           18  134    10            chunkedHint  Z
           19  134    11            contentType  Z
           20  134    12          contentLength  J
           21  134    14     contentLengthField  Z
           22  134    15                 fields  Lorg/eclipse/jetty/http/HttpFields;
           24   63    16                      n  I
           25   63    17                      f  I
           27   61    18                  field  Lorg/eclipse/jetty/http/HttpField;
           28   61    19                      h  Lorg/eclipse/jetty/http/HttpHeader;
           45   57    20              keepAlive  Z
           68  134    16  assumedContentRequest  Z
           71  134    17         assumedContent  Z
           74  134    18       noContentRequest  Z
          122  125    19                      v  Ljava/lang/String;
          123  125    20                      c  I
          130  134    19                 status  I
    MethodParameters:
         Name  Flags
      header   
      content  
      last     

  private static void putContentLength(java.nio.ByteBuffer, long);
    descriptor: (Ljava/nio/ByteBuffer;J)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.nio.ByteBuffer header
        start local 1 // long contentLength
         0: .line 792
            lload 1 /* contentLength */
            lconst_0
            lcmp
            ifne 2
         1: .line 793
            aload 0 /* header */
            getstatic org.eclipse.jetty.http.HttpGenerator.CONTENT_LENGTH_0:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
            goto 5
         2: .line 796
      StackMap locals:
      StackMap stack:
            aload 0 /* header */
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.getBytesColonSpace:()[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
         3: .line 797
            aload 0 /* header */
            lload 1 /* contentLength */
            invokestatic org.eclipse.jetty.util.BufferUtil.putDecLong:(Ljava/nio/ByteBuffer;J)V
         4: .line 798
            aload 0 /* header */
            getstatic org.eclipse.jetty.http.HttpTokens.CRLF:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
         5: .line 800
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long contentLength
        end local 0 // java.nio.ByteBuffer header
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0         header  Ljava/nio/ByteBuffer;
            0    6     1  contentLength  J
    MethodParameters:
               Name  Flags
      header         
      contentLength  

  public static byte[] getReasonBuffer(int);
    descriptor: (I)[B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int code
         0: .line 804
            iload 0 /* code */
            getstatic org.eclipse.jetty.http.HttpGenerator.__preprepared:[Lorg/eclipse/jetty/http/HttpGenerator$PreparedResponse;
            arraylength
            if_icmpge 1
            getstatic org.eclipse.jetty.http.HttpGenerator.__preprepared:[Lorg/eclipse/jetty/http/HttpGenerator$PreparedResponse;
            iload 0 /* code */
            aaload
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpGenerator$PreparedResponse
         2: astore 1 /* status */
        start local 1 // org.eclipse.jetty.http.HttpGenerator$PreparedResponse status
         3: .line 805
            aload 1 /* status */
            ifnull 5
         4: .line 806
            aload 1 /* status */
            getfield org.eclipse.jetty.http.HttpGenerator$PreparedResponse._reason:[B
            areturn
         5: .line 807
      StackMap locals: org.eclipse.jetty.http.HttpGenerator$PreparedResponse
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.jetty.http.HttpGenerator$PreparedResponse status
        end local 0 // int code
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    code  I
            3    6     1  status  Lorg/eclipse/jetty/http/HttpGenerator$PreparedResponse;
    MethodParameters:
      Name  Flags
      code  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpGenerator this
         0: .line 813
            ldc "%s@%x{s=%s}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 814
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
         2: .line 815
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
         3: .line 816
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpGenerator._state:Lorg/eclipse/jetty/http/HttpGenerator$State;
            aastore
         4: .line 813
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.HttpGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/http/HttpGenerator;

  private static void putSanitisedName(java.lang.String, java.nio.ByteBuffer);
    descriptor: (Ljava/lang/String;Ljava/nio/ByteBuffer;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // java.lang.String s
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 876
            aload 0 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* l */
        start local 2 // int l
         1: .line 877
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 879
      StackMap locals: int int
      StackMap stack:
            aload 0 /* s */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* c */
        start local 4 // char c
         4: .line 881
            iload 4 /* c */
            iflt 5
            iload 4 /* c */
            sipush 255
            if_icmpgt 5
            iload 4 /* c */
            bipush 13
            if_icmpeq 5
            iload 4 /* c */
            bipush 10
            if_icmpeq 5
            iload 4 /* c */
            bipush 58
            if_icmpne 6
         5: .line 882
      StackMap locals: int
      StackMap stack:
            aload 1 /* buffer */
            bipush 63
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
            goto 7
         6: .line 884
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            sipush 255
            iload 4 /* c */
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        end local 4 // char c
         7: .line 877
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 2 /* l */
            if_icmplt 3
        end local 3 // int i
         9: .line 886
            return
        end local 2 // int l
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0       s  Ljava/lang/String;
            0   10     1  buffer  Ljava/nio/ByteBuffer;
            1   10     2       l  I
            2    9     3       i  I
            4    7     4       c  C
    MethodParameters:
        Name  Flags
      s       
      buffer  

  private static void putSanitisedValue(java.lang.String, java.nio.ByteBuffer);
    descriptor: (Ljava/lang/String;Ljava/nio/ByteBuffer;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // java.lang.String s
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 890
            aload 0 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* l */
        start local 2 // int l
         1: .line 891
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 893
      StackMap locals: int int
      StackMap stack:
            aload 0 /* s */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* c */
        start local 4 // char c
         4: .line 895
            iload 4 /* c */
            iflt 5
            iload 4 /* c */
            sipush 255
            if_icmpgt 5
            iload 4 /* c */
            bipush 13
            if_icmpeq 5
            iload 4 /* c */
            bipush 10
            if_icmpne 6
         5: .line 896
      StackMap locals: int
      StackMap stack:
            aload 1 /* buffer */
            bipush 32
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
            goto 7
         6: .line 898
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            sipush 255
            iload 4 /* c */
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        end local 4 // char c
         7: .line 891
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 2 /* l */
            if_icmplt 3
        end local 3 // int i
         9: .line 900
            return
        end local 2 // int l
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0       s  Ljava/lang/String;
            0   10     1  buffer  Ljava/nio/ByteBuffer;
            1   10     2       l  I
            2    9     3       i  I
            4    7     4       c  C
    MethodParameters:
        Name  Flags
      s       
      buffer  

  public static void putTo(org.eclipse.jetty.http.HttpField, java.nio.ByteBuffer);
    descriptor: (Lorg/eclipse/jetty/http/HttpField;Ljava/nio/ByteBuffer;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpField field
        start local 1 // java.nio.ByteBuffer bufferInFillMode
         0: .line 904
            aload 0 /* field */
            instanceof org.eclipse.jetty.http.PreEncodedHttpField
            ifeq 3
         1: .line 906
            aload 0 /* field */
            checkcast org.eclipse.jetty.http.PreEncodedHttpField
            aload 1 /* bufferInFillMode */
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_0:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.PreEncodedHttpField.putTo:(Ljava/nio/ByteBuffer;Lorg/eclipse/jetty/http/HttpVersion;)V
         2: .line 907
            goto 12
         3: .line 910
      StackMap locals:
      StackMap stack:
            aload 0 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            astore 2 /* header */
        start local 2 // org.eclipse.jetty.http.HttpHeader header
         4: .line 911
            aload 2 /* header */
            ifnull 8
         5: .line 913
            aload 1 /* bufferInFillMode */
            aload 2 /* header */
            invokevirtual org.eclipse.jetty.http.HttpHeader.getBytesColonSpace:()[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
         6: .line 914
            aload 0 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            aload 1 /* bufferInFillMode */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putSanitisedValue:(Ljava/lang/String;Ljava/nio/ByteBuffer;)V
         7: .line 915
            goto 11
         8: .line 918
      StackMap locals: org.eclipse.jetty.http.HttpHeader
      StackMap stack:
            aload 0 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getName:()Ljava/lang/String;
            aload 1 /* bufferInFillMode */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putSanitisedName:(Ljava/lang/String;Ljava/nio/ByteBuffer;)V
         9: .line 919
            aload 1 /* bufferInFillMode */
            getstatic org.eclipse.jetty.http.HttpGenerator.__colon_space:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
        10: .line 920
            aload 0 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            aload 1 /* bufferInFillMode */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putSanitisedValue:(Ljava/lang/String;Ljava/nio/ByteBuffer;)V
        11: .line 923
      StackMap locals:
      StackMap stack:
            aload 1 /* bufferInFillMode */
            invokestatic org.eclipse.jetty.util.BufferUtil.putCRLF:(Ljava/nio/ByteBuffer;)V
        end local 2 // org.eclipse.jetty.http.HttpHeader header
        12: .line 925
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.ByteBuffer bufferInFillMode
        end local 0 // org.eclipse.jetty.http.HttpField field
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0             field  Lorg/eclipse/jetty/http/HttpField;
            0   13     1  bufferInFillMode  Ljava/nio/ByteBuffer;
            4   12     2            header  Lorg/eclipse/jetty/http/HttpHeader;
    MethodParameters:
                  Name  Flags
      field             
      bufferInFillMode  

  public static void putTo(org.eclipse.jetty.http.HttpFields$Mutable, java.nio.ByteBuffer);
    descriptor: (Lorg/eclipse/jetty/http/HttpFields$Mutable;Ljava/nio/ByteBuffer;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpFields$Mutable fields
        start local 1 // java.nio.ByteBuffer bufferInFillMode
         0: .line 929
            aload 0 /* fields */
            invokevirtual org.eclipse.jetty.http.HttpFields$Mutable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.jetty.http.HttpFields$Mutable java.nio.ByteBuffer top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 2 /* field */
        start local 2 // org.eclipse.jetty.http.HttpField field
         2: .line 931
            aload 2 /* field */
            ifnull 4
         3: .line 932
            aload 2 /* field */
            aload 1 /* bufferInFillMode */
            invokestatic org.eclipse.jetty.http.HttpGenerator.putTo:(Lorg/eclipse/jetty/http/HttpField;Ljava/nio/ByteBuffer;)V
        end local 2 // org.eclipse.jetty.http.HttpField field
         4: .line 929
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 934
            aload 1 /* bufferInFillMode */
            invokestatic org.eclipse.jetty.util.BufferUtil.putCRLF:(Ljava/nio/ByteBuffer;)V
         6: .line 935
            return
        end local 1 // java.nio.ByteBuffer bufferInFillMode
        end local 0 // org.eclipse.jetty.http.HttpFields$Mutable fields
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0            fields  Lorg/eclipse/jetty/http/HttpFields$Mutable;
            0    7     1  bufferInFillMode  Ljava/nio/ByteBuffer;
            2    4     2             field  Lorg/eclipse/jetty/http/HttpField;
    MethodParameters:
                  Name  Flags
      fields            
      bufferInFillMode  

  static int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpGenerator$State();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 45
            getstatic org.eclipse.jetty.http.HttpGenerator.$SWITCH_TABLE$org$eclipse$jetty$http$HttpGenerator$State:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jetty.http.HttpGenerator$State.values:()[Lorg/eclipse/jetty/http/HttpGenerator$State;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jetty.http.HttpGenerator$State.COMMITTED:Lorg/eclipse/jetty/http/HttpGenerator$State;
            invokevirtual org.eclipse.jetty.http.HttpGenerator$State.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.eclipse.jetty.http.HttpGenerator$State.COMPLETING:Lorg/eclipse/jetty/http/HttpGenerator$State;
            invokevirtual org.eclipse.jetty.http.HttpGenerator$State.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.eclipse.jetty.http.HttpGenerator$State.COMPLETING_1XX:Lorg/eclipse/jetty/http/HttpGenerator$State;
            invokevirtual org.eclipse.jetty.http.HttpGenerator$State.ordinal:()I
            iconst_4
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.eclipse.jetty.http.HttpGenerator$State.END:Lorg/eclipse/jetty/http/HttpGenerator$State;
            invokevirtual org.eclipse.jetty.http.HttpGenerator$State.ordinal:()I
            iconst_5
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.eclipse.jetty.http.HttpGenerator$State.START:Lorg/eclipse/jetty/http/HttpGenerator$State;
            invokevirtual org.eclipse.jetty.http.HttpGenerator$State.ordinal:()I
            iconst_1
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic org.eclipse.jetty.http.HttpGenerator.$SWITCH_TABLE$org$eclipse$jetty$http$HttpGenerator$State:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpHeader();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 45
            getstatic org.eclipse.jetty.http.HttpGenerator.$SWITCH_TABLE$org$eclipse$jetty$http$HttpHeader:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jetty.http.HttpHeader.values:()[Lorg/eclipse/jetty/http/HttpHeader;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 22
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_CHARSET:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 23
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 24
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_LANGUAGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 25
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_RANGES:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 49
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.AGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 50
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ALLOW:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 12
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.AUTHORIZATION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 26
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CACHE_CONTROL:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iconst_2
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iconst_1
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 13
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LANGUAGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 14
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 15
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LOCATION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 16
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_MD5:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 17
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_RANGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 18
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 19
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.COOKIE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 65
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.C_AUTHORITY:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 75
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.C_METHOD:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 73
            iastore
        60: goto 62
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        61: pop
      StackMap locals:
      StackMap stack:
        62: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.C_PATH:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 76
            iastore
        63: goto 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        64: pop
      StackMap locals:
      StackMap stack:
        65: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.C_PROTOCOL:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 78
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.C_SCHEME:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 74
            iastore
        69: goto 71
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        70: pop
      StackMap locals:
      StackMap stack:
        71: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.C_STATUS:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 77
            iastore
        72: goto 74
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        73: pop
      StackMap locals:
      StackMap stack:
        74: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.DATE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iconst_3
            iastore
        75: goto 77
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        76: pop
      StackMap locals:
      StackMap stack:
        77: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ETAG:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 51
            iastore
        78: goto 80
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        79: pop
      StackMap locals:
      StackMap stack:
        80: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.EXPECT:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 27
            iastore
        81: goto 83
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        82: pop
      StackMap locals:
      StackMap stack:
        83: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.EXPIRES:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 20
            iastore
        84: goto 86
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        85: pop
      StackMap locals:
      StackMap stack:
        86: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.FORWARDED:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 28
            iastore
        87: goto 89
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        88: pop
      StackMap locals:
      StackMap stack:
        89: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.FROM:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 29
            iastore
        90: goto 92
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        91: pop
      StackMap locals:
      StackMap stack:
        92: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.HOST:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 30
            iastore
        93: goto 95
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        94: pop
      StackMap locals:
      StackMap stack:
        95: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.HTTP2_SETTINGS:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 71
            iastore
        96: goto 98
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        97: pop
      StackMap locals:
      StackMap stack:
        98: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.IDENTITY:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 69
            iastore
        99: goto 101
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       100: pop
      StackMap locals:
      StackMap stack:
       101: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.IF_MATCH:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 31
            iastore
       102: goto 104
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       103: pop
      StackMap locals:
      StackMap stack:
       104: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.IF_MODIFIED_SINCE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 32
            iastore
       105: goto 107
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       106: pop
      StackMap locals:
      StackMap stack:
       107: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.IF_NONE_MATCH:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 33
            iastore
       108: goto 110
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       109: pop
      StackMap locals:
      StackMap stack:
       110: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.IF_RANGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 34
            iastore
       111: goto 113
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       112: pop
      StackMap locals:
      StackMap stack:
       113: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.IF_UNMODIFIED_SINCE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 35
            iastore
       114: goto 116
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       115: pop
      StackMap locals:
      StackMap stack:
       116: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.KEEP_ALIVE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 36
            iastore
       117: goto 119
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       118: pop
      StackMap locals:
      StackMap stack:
       119: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.LAST_MODIFIED:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 21
            iastore
       120: goto 122
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       121: pop
      StackMap locals:
      StackMap stack:
       122: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.LOCATION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 52
            iastore
       123: goto 125
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       124: pop
      StackMap locals:
      StackMap stack:
       125: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.MAX_FORWARDS:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 37
            iastore
       126: goto 128
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       127: pop
      StackMap locals:
      StackMap stack:
       128: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.MIME_VERSION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 68
            iastore
       129: goto 131
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       130: pop
      StackMap locals:
      StackMap stack:
       131: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.NEGOTIATE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 11
            iastore
       132: goto 134
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       133: pop
      StackMap locals:
      StackMap stack:
       134: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.ORIGIN:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 59
            iastore
       135: goto 137
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       136: pop
      StackMap locals:
      StackMap stack:
       137: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.PRAGMA:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iconst_4
            iastore
       138: goto 140
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       139: pop
      StackMap locals:
      StackMap stack:
       140: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.PROXY_AUTHENTICATE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 53
            iastore
       141: goto 143
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       142: pop
      StackMap locals:
      StackMap stack:
       143: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.PROXY_AUTHORIZATION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 38
            iastore
       144: goto 146
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       145: pop
      StackMap locals:
      StackMap stack:
       146: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.PROXY_CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iconst_5
            iastore
       147: goto 149
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       148: pop
      StackMap locals:
      StackMap stack:
       149: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.RANGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 39
            iastore
       150: goto 152
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       151: pop
      StackMap locals:
      StackMap stack:
       152: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.REFERER:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 41
            iastore
       153: goto 155
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       154: pop
      StackMap locals:
      StackMap stack:
       155: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.REQUEST_RANGE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 40
            iastore
       156: goto 158
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       157: pop
      StackMap locals:
      StackMap stack:
       158: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.RETRY_AFTER:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 54
            iastore
       159: goto 161
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       160: pop
      StackMap locals:
      StackMap stack:
       161: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SEC_WEBSOCKET_ACCEPT:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 64
            iastore
       162: goto 164
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       163: pop
      StackMap locals:
      StackMap stack:
       164: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SEC_WEBSOCKET_EXTENSIONS:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 62
            iastore
       165: goto 167
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       166: pop
      StackMap locals:
      StackMap stack:
       167: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SEC_WEBSOCKET_KEY:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 60
            iastore
       168: goto 170
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       169: pop
      StackMap locals:
      StackMap stack:
       170: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SEC_WEBSOCKET_SUBPROTOCOL:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 63
            iastore
       171: goto 173
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       172: pop
      StackMap locals:
      StackMap stack:
       173: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SEC_WEBSOCKET_VERSION:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 61
            iastore
       174: goto 176
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       175: pop
      StackMap locals:
      StackMap stack:
       176: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SERVER:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 55
            iastore
       177: goto 179
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       178: pop
      StackMap locals:
      StackMap stack:
       179: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SERVLET_ENGINE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 56
            iastore
       180: goto 182
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       181: pop
      StackMap locals:
      StackMap stack:
       182: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SET_COOKIE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 66
            iastore
       183: goto 185
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       184: pop
      StackMap locals:
      StackMap stack:
       185: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.SET_COOKIE2:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 67
            iastore
       186: goto 188
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       187: pop
      StackMap locals:
      StackMap stack:
       188: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.STRICT_TRANSPORT_SECURITY:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 72
            iastore
       189: goto 191
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       190: pop
      StackMap locals:
      StackMap stack:
       191: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.TE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 42
            iastore
       192: goto 194
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       193: pop
      StackMap locals:
      StackMap stack:
       194: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.TRAILER:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 6
            iastore
       195: goto 197
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       196: pop
      StackMap locals:
      StackMap stack:
       197: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.TRANSFER_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 7
            iastore
       198: goto 200
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       199: pop
      StackMap locals:
      StackMap stack:
       200: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.UPGRADE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 8
            iastore
       201: goto 203
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       202: pop
      StackMap locals:
      StackMap stack:
       203: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.USER_AGENT:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 43
            iastore
       204: goto 206
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       205: pop
      StackMap locals:
      StackMap stack:
       206: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.VARY:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 57
            iastore
       207: goto 209
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       208: pop
      StackMap locals:
      StackMap stack:
       209: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.VIA:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 9
            iastore
       210: goto 212
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       211: pop
      StackMap locals:
      StackMap stack:
       212: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.WARNING:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 10
            iastore
       213: goto 215
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       214: pop
      StackMap locals:
      StackMap stack:
       215: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.WWW_AUTHENTICATE:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 58
            iastore
       216: goto 218
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       217: pop
      StackMap locals:
      StackMap stack:
       218: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.X_FORWARDED_FOR:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 44
            iastore
       219: goto 221
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       220: pop
      StackMap locals:
      StackMap stack:
       221: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.X_FORWARDED_HOST:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 48
            iastore
       222: goto 224
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       223: pop
      StackMap locals:
      StackMap stack:
       224: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.X_FORWARDED_PORT:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 45
            iastore
       225: goto 227
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       226: pop
      StackMap locals:
      StackMap stack:
       227: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.X_FORWARDED_PROTO:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 46
            iastore
       228: goto 230
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       229: pop
      StackMap locals:
      StackMap stack:
       230: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.X_FORWARDED_SERVER:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 47
            iastore
       231: goto 233
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       232: pop
      StackMap locals:
      StackMap stack:
       233: aload 0
            getstatic org.eclipse.jetty.http.HttpHeader.X_POWERED_BY:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            bipush 70
            iastore
       234: goto 236
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
       235: pop
      StackMap locals:
      StackMap stack:
       236: aload 0
            dup
            putstatic org.eclipse.jetty.http.HttpGenerator.$SWITCH_TABLE$org$eclipse$jetty$http$HttpHeader:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
          59    60      61  Class java.lang.NoSuchFieldError
          62    63      64  Class java.lang.NoSuchFieldError
          65    66      67  Class java.lang.NoSuchFieldError
          68    69      70  Class java.lang.NoSuchFieldError
          71    72      73  Class java.lang.NoSuchFieldError
          74    75      76  Class java.lang.NoSuchFieldError
          77    78      79  Class java.lang.NoSuchFieldError
          80    81      82  Class java.lang.NoSuchFieldError
          83    84      85  Class java.lang.NoSuchFieldError
          86    87      88  Class java.lang.NoSuchFieldError
          89    90      91  Class java.lang.NoSuchFieldError
          92    93      94  Class java.lang.NoSuchFieldError
          95    96      97  Class java.lang.NoSuchFieldError
          98    99     100  Class java.lang.NoSuchFieldError
         101   102     103  Class java.lang.NoSuchFieldError
         104   105     106  Class java.lang.NoSuchFieldError
         107   108     109  Class java.lang.NoSuchFieldError
         110   111     112  Class java.lang.NoSuchFieldError
         113   114     115  Class java.lang.NoSuchFieldError
         116   117     118  Class java.lang.NoSuchFieldError
         119   120     121  Class java.lang.NoSuchFieldError
         122   123     124  Class java.lang.NoSuchFieldError
         125   126     127  Class java.lang.NoSuchFieldError
         128   129     130  Class java.lang.NoSuchFieldError
         131   132     133  Class java.lang.NoSuchFieldError
         134   135     136  Class java.lang.NoSuchFieldError
         137   138     139  Class java.lang.NoSuchFieldError
         140   141     142  Class java.lang.NoSuchFieldError
         143   144     145  Class java.lang.NoSuchFieldError
         146   147     148  Class java.lang.NoSuchFieldError
         149   150     151  Class java.lang.NoSuchFieldError
         152   153     154  Class java.lang.NoSuchFieldError
         155   156     157  Class java.lang.NoSuchFieldError
         158   159     160  Class java.lang.NoSuchFieldError
         161   162     163  Class java.lang.NoSuchFieldError
         164   165     166  Class java.lang.NoSuchFieldError
         167   168     169  Class java.lang.NoSuchFieldError
         170   171     172  Class java.lang.NoSuchFieldError
         173   174     175  Class java.lang.NoSuchFieldError
         176   177     178  Class java.lang.NoSuchFieldError
         179   180     181  Class java.lang.NoSuchFieldError
         182   183     184  Class java.lang.NoSuchFieldError
         185   186     187  Class java.lang.NoSuchFieldError
         188   189     190  Class java.lang.NoSuchFieldError
         191   192     193  Class java.lang.NoSuchFieldError
         194   195     196  Class java.lang.NoSuchFieldError
         197   198     199  Class java.lang.NoSuchFieldError
         200   201     202  Class java.lang.NoSuchFieldError
         203   204     205  Class java.lang.NoSuchFieldError
         206   207     208  Class java.lang.NoSuchFieldError
         209   210     211  Class java.lang.NoSuchFieldError
         212   213     214  Class java.lang.NoSuchFieldError
         215   216     217  Class java.lang.NoSuchFieldError
         218   219     220  Class java.lang.NoSuchFieldError
         221   222     223  Class java.lang.NoSuchFieldError
         224   225     226  Class java.lang.NoSuchFieldError
         227   228     229  Class java.lang.NoSuchFieldError
         230   231     232  Class java.lang.NoSuchFieldError
         233   234     235  Class java.lang.NoSuchFieldError

  private static boolean lambda$0(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String s
         0: .line 651
            getstatic org.eclipse.jetty.http.HttpHeaderValue.KEEP_ALIVE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            aload 0 /* s */
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.is:(Ljava/lang/String;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     s  Ljava/lang/String;
}
SourceFile: "HttpGenerator.java"
NestMembers:
  org.eclipse.jetty.http.HttpGenerator$PreparedResponse  org.eclipse.jetty.http.HttpGenerator$Result  org.eclipse.jetty.http.HttpGenerator$State
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public Mutable = org.eclipse.jetty.http.HttpFields$Mutable of org.eclipse.jetty.http.HttpFields
  private PreparedResponse = org.eclipse.jetty.http.HttpGenerator$PreparedResponse of org.eclipse.jetty.http.HttpGenerator
  public final Result = org.eclipse.jetty.http.HttpGenerator$Result of org.eclipse.jetty.http.HttpGenerator
  public final State = org.eclipse.jetty.http.HttpGenerator$State of org.eclipse.jetty.http.HttpGenerator
  public final Code = org.eclipse.jetty.http.HttpStatus$Code of org.eclipse.jetty.http.HttpStatus
  public final EndOfContent = org.eclipse.jetty.http.HttpTokens$EndOfContent of org.eclipse.jetty.http.HttpTokens
  public Request = org.eclipse.jetty.http.MetaData$Request of org.eclipse.jetty.http.MetaData
  public Response = org.eclipse.jetty.http.MetaData$Response of org.eclipse.jetty.http.MetaData
  public Builder = org.eclipse.jetty.util.Index$Builder of org.eclipse.jetty.util.Index