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

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

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

  public static final org.eclipse.jetty.util.Index<org.eclipse.jetty.http.HttpField> CACHE;
    descriptor: Lorg/eclipse/jetty/util/Index;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/jetty/util/Index<Lorg/eclipse/jetty/http/HttpField;>;

  private static final org.eclipse.jetty.util.Index$Mutable<org.eclipse.jetty.http.HttpField> NO_CACHE;
    descriptor: Lorg/eclipse/jetty/util/Index$Mutable;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/eclipse/jetty/util/Index$Mutable<Lorg/eclipse/jetty/http/HttpField;>;

  private static final java.util.EnumSet<org.eclipse.jetty.http.HttpParser$State> __idleStates;
    descriptor: Ljava/util/EnumSet;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/EnumSet<Lorg/eclipse/jetty/http/HttpParser$State;>;

  private static final java.util.EnumSet<org.eclipse.jetty.http.HttpParser$State> __completeStates;
    descriptor: Ljava/util/EnumSet;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/EnumSet<Lorg/eclipse/jetty/http/HttpParser$State;>;

  private final boolean debugEnabled;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jetty.http.HttpParser$HttpHandler _handler;
    descriptor: Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jetty.http.HttpParser$RequestHandler _requestHandler;
    descriptor: Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jetty.http.HttpParser$ResponseHandler _responseHandler;
    descriptor: Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jetty.http.ComplianceViolation$Listener _complianceListener;
    descriptor: Lorg/eclipse/jetty/http/ComplianceViolation$Listener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final org.eclipse.jetty.http.HttpCompliance _complianceMode;
    descriptor: Lorg/eclipse/jetty/http/HttpCompliance;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jetty.util.Utf8StringBuilder _uri;
    descriptor: Lorg/eclipse/jetty/util/Utf8StringBuilder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private java.lang.String _headerString;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String _valueString;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  private volatile org.eclipse.jetty.http.HttpParser$State _state;
    descriptor: Lorg/eclipse/jetty/http/HttpParser$State;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile org.eclipse.jetty.http.HttpParser$FieldState _fieldState;
    descriptor: Lorg/eclipse/jetty/http/HttpParser$FieldState;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile boolean _eof;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

  private java.lang.String _methodString;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

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

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

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

  private java.nio.ByteBuffer _contentChunk;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.util.Index$Mutable<org.eclipse.jetty.http.HttpField> _fieldCache;
    descriptor: Lorg/eclipse/jetty/util/Index$Mutable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/eclipse/jetty/util/Index$Mutable<Lorg/eclipse/jetty/http/HttpField;>;

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

  private final java.lang.StringBuilder _string;
    descriptor: Ljava/lang/StringBuilder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private static volatile int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 93
            ldc Lorg/eclipse/jetty/http/HttpParser;
            invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/slf4j/Logger;
            putstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
         1: .line 109
            new org.eclipse.jetty.util.Index$Builder
            dup
            invokespecial org.eclipse.jetty.util.Index$Builder.<init>:()V
         2: .line 110
            iconst_0
            invokevirtual org.eclipse.jetty.util.Index$Builder.caseSensitive:(Z)Lorg/eclipse/jetty/util/Index$Builder;
         3: .line 111
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CLOSE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Lorg/eclipse/jetty/http/HttpHeaderValue;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
         4: .line 112
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
            getstatic org.eclipse.jetty.http.HttpHeaderValue.KEEP_ALIVE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Lorg/eclipse/jetty/http/HttpHeaderValue;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
         5: .line 113
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
            getstatic org.eclipse.jetty.http.HttpHeaderValue.UPGRADE:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Lorg/eclipse/jetty/http/HttpHeaderValue;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
         6: .line 114
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "gzip"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
         7: .line 115
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "gzip, deflate"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
         8: .line 116
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "gzip, deflate, br"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
         9: .line 117
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "gzip,deflate,sdch"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        10: .line 118
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_LANGUAGE:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "en-US,enq=0.5"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        11: .line 119
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_LANGUAGE:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "en-GB,en-USq=0.8,enq=0.6"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        12: .line 120
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_LANGUAGE:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "en-AU,enq=0.9,it-ITq=0.8,itq=0.7,en-GBq=0.6,en-USq=0.5"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        13: .line 121
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_CHARSET:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "ISO-8859-1,utf-8q=0.7,*q=0.3"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        14: .line 122
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "*/*"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        15: .line 123
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "image/png,image/*q=0.8,*/*q=0.5"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        16: .line 124
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "text/html,application/xhtml+xml,application/xmlq=0.9,*/*q=0.8"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        17: .line 125
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "text/html,application/xhtml+xml,application/xmlq=0.9,image/webp,image/apng,*/*q=0.8"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        18: .line 126
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_RANGES:Lorg/eclipse/jetty/http/HttpHeader;
            getstatic org.eclipse.jetty.http.HttpHeaderValue.BYTES:Lorg/eclipse/jetty/http/HttpHeaderValue;
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Lorg/eclipse/jetty/http/HttpHeaderValue;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        19: .line 127
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.PRAGMA:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "no-cache"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        20: .line 128
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CACHE_CONTROL:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "private, no-cache, no-cache=Set-Cookie, proxy-revalidate"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        21: .line 129
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CACHE_CONTROL:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "no-cache"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        22: .line 130
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CACHE_CONTROL:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "max-age=0"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        23: .line 131
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "0"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        24: .line 132
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "gzip"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        25: .line 133
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "deflate"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        26: .line 134
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.TRANSFER_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "chunked"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        27: .line 135
            new org.eclipse.jetty.http.HttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.EXPIRES:Lorg/eclipse/jetty/http/HttpHeader;
            ldc "Fri, 01 Jan 1990 00:00:00 GMT"
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.util.Index$Builder.with:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/Index$Builder;
        28: .line 136
            invokedynamic get()Ljava/util/function/Supplier;
              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;
                  org/eclipse/jetty/http/HttpParser.lambda$0()Ljava/util/Map; (6)
                  ()Ljava/util/Map;
            invokevirtual org.eclipse.jetty.util.Index$Builder.withAll:(Ljava/util/function/Supplier;)Lorg/eclipse/jetty/util/Index$Builder;
        29: .line 161
            invokedynamic get()Ljava/util/function/Supplier;
              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;
                  org/eclipse/jetty/http/HttpParser.lambda$1()Ljava/util/Map; (6)
                  ()Ljava/util/Map;
            invokevirtual org.eclipse.jetty.util.Index$Builder.withAll:(Ljava/util/function/Supplier;)Lorg/eclipse/jetty/util/Index$Builder;
        30: .line 171
            invokevirtual org.eclipse.jetty.util.Index$Builder.build:()Lorg/eclipse/jetty/util/Index;
        31: .line 109
            putstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Index;
        32: .line 172
            new org.eclipse.jetty.util.Index$Builder
            dup
            invokespecial org.eclipse.jetty.util.Index$Builder.<init>:()V
        33: .line 173
            iconst_0
            invokevirtual org.eclipse.jetty.util.Index$Builder.caseSensitive:(Z)Lorg/eclipse/jetty/util/Index$Builder;
        34: .line 174
            invokevirtual org.eclipse.jetty.util.Index$Builder.mutable:()Lorg/eclipse/jetty/util/Index$Mutable$Builder;
        35: .line 175
            iconst_0
            invokevirtual org.eclipse.jetty.util.Index$Mutable$Builder.maxCapacity:(I)Lorg/eclipse/jetty/util/Index$Mutable$Builder;
        36: .line 176
            invokevirtual org.eclipse.jetty.util.Index$Mutable$Builder.build:()Lorg/eclipse/jetty/util/Index$Mutable;
        37: .line 172
            putstatic org.eclipse.jetty.http.HttpParser.NO_CACHE:Lorg/eclipse/jetty/util/Index$Mutable;
        38: .line 215
            getstatic org.eclipse.jetty.http.HttpParser$State.START:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.END:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSE:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSED:Lorg/eclipse/jetty/http/HttpParser$State;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;Ljava/lang/Enum;Ljava/lang/Enum;Ljava/lang/Enum;)Ljava/util/EnumSet;
            putstatic org.eclipse.jetty.http.HttpParser.__idleStates:Ljava/util/EnumSet;
        39: .line 216
            getstatic org.eclipse.jetty.http.HttpParser$State.END:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSE:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSED:Lorg/eclipse/jetty/http/HttpParser$State;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;Ljava/lang/Enum;Ljava/lang/Enum;)Ljava/util/EnumSet;
            putstatic org.eclipse.jetty.http.HttpParser.__completeStates:Ljava/util/EnumSet;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static org.eclipse.jetty.http.HttpCompliance compliance();
    descriptor: ()Lorg/eclipse/jetty/http/HttpCompliance;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 258
            getstatic org.eclipse.jetty.http.HttpCompliance.RFC7230:Lorg/eclipse/jetty/http/HttpCompliance;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jetty.http.HttpParser$RequestHandler);
    descriptor: (Lorg/eclipse/jetty/http/HttpParser$RequestHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpParser$RequestHandler handler
         0: .line 263
            aload 0 /* this */
            aload 1 /* handler */
            iconst_m1
            invokestatic org.eclipse.jetty.http.HttpParser.compliance:()Lorg/eclipse/jetty/http/HttpCompliance;
            invokespecial org.eclipse.jetty.http.HttpParser.<init>:(Lorg/eclipse/jetty/http/HttpParser$RequestHandler;ILorg/eclipse/jetty/http/HttpCompliance;)V
         1: .line 264
            return
        end local 1 // org.eclipse.jetty.http.HttpParser$RequestHandler handler
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jetty/http/HttpParser;
            0    2     1  handler  Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
    MethodParameters:
         Name  Flags
      handler  

  public void <init>(org.eclipse.jetty.http.HttpParser$ResponseHandler);
    descriptor: (Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpParser$ResponseHandler handler
         0: .line 268
            aload 0 /* this */
            aload 1 /* handler */
            iconst_m1
            invokestatic org.eclipse.jetty.http.HttpParser.compliance:()Lorg/eclipse/jetty/http/HttpCompliance;
            invokespecial org.eclipse.jetty.http.HttpParser.<init>:(Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;ILorg/eclipse/jetty/http/HttpCompliance;)V
         1: .line 269
            return
        end local 1 // org.eclipse.jetty.http.HttpParser$ResponseHandler handler
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jetty/http/HttpParser;
            0    2     1  handler  Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
    MethodParameters:
         Name  Flags
      handler  

  public void <init>(org.eclipse.jetty.http.HttpParser$RequestHandler, int);
    descriptor: (Lorg/eclipse/jetty/http/HttpParser$RequestHandler;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpParser$RequestHandler handler
        start local 2 // int maxHeaderBytes
         0: .line 273
            aload 0 /* this */
            aload 1 /* handler */
            iload 2 /* maxHeaderBytes */
            invokestatic org.eclipse.jetty.http.HttpParser.compliance:()Lorg/eclipse/jetty/http/HttpCompliance;
            invokespecial org.eclipse.jetty.http.HttpParser.<init>:(Lorg/eclipse/jetty/http/HttpParser$RequestHandler;ILorg/eclipse/jetty/http/HttpCompliance;)V
         1: .line 274
            return
        end local 2 // int maxHeaderBytes
        end local 1 // org.eclipse.jetty.http.HttpParser$RequestHandler handler
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jetty/http/HttpParser;
            0    2     1         handler  Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
            0    2     2  maxHeaderBytes  I
    MethodParameters:
                Name  Flags
      handler         
      maxHeaderBytes  

  public void <init>(org.eclipse.jetty.http.HttpParser$ResponseHandler, int);
    descriptor: (Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpParser$ResponseHandler handler
        start local 2 // int maxHeaderBytes
         0: .line 278
            aload 0 /* this */
            aload 1 /* handler */
            iload 2 /* maxHeaderBytes */
            invokestatic org.eclipse.jetty.http.HttpParser.compliance:()Lorg/eclipse/jetty/http/HttpCompliance;
            invokespecial org.eclipse.jetty.http.HttpParser.<init>:(Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;ILorg/eclipse/jetty/http/HttpCompliance;)V
         1: .line 279
            return
        end local 2 // int maxHeaderBytes
        end local 1 // org.eclipse.jetty.http.HttpParser$ResponseHandler handler
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jetty/http/HttpParser;
            0    2     1         handler  Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
            0    2     2  maxHeaderBytes  I
    MethodParameters:
                Name  Flags
      handler         
      maxHeaderBytes  

  public void <init>(org.eclipse.jetty.http.HttpParser$RequestHandler, org.eclipse.jetty.http.HttpCompliance);
    descriptor: (Lorg/eclipse/jetty/http/HttpParser$RequestHandler;Lorg/eclipse/jetty/http/HttpCompliance;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpParser$RequestHandler handler
        start local 2 // org.eclipse.jetty.http.HttpCompliance compliance
         0: .line 283
            aload 0 /* this */
            aload 1 /* handler */
            iconst_m1
            aload 2 /* compliance */
            invokespecial org.eclipse.jetty.http.HttpParser.<init>:(Lorg/eclipse/jetty/http/HttpParser$RequestHandler;ILorg/eclipse/jetty/http/HttpCompliance;)V
         1: .line 284
            return
        end local 2 // org.eclipse.jetty.http.HttpCompliance compliance
        end local 1 // org.eclipse.jetty.http.HttpParser$RequestHandler handler
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/jetty/http/HttpParser;
            0    2     1     handler  Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
            0    2     2  compliance  Lorg/eclipse/jetty/http/HttpCompliance;
    MethodParameters:
            Name  Flags
      handler     
      compliance  

  public void <init>(org.eclipse.jetty.http.HttpParser$RequestHandler, int, org.eclipse.jetty.http.HttpCompliance);
    descriptor: (Lorg/eclipse/jetty/http/HttpParser$RequestHandler;ILorg/eclipse/jetty/http/HttpCompliance;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpParser$RequestHandler handler
        start local 2 // int maxHeaderBytes
        start local 3 // org.eclipse.jetty.http.HttpCompliance compliance
         0: .line 288
            aload 0 /* this */
            aload 1 /* handler */
            aconst_null
            iload 2 /* maxHeaderBytes */
            aload 3 /* compliance */
            ifnonnull 1
            invokestatic org.eclipse.jetty.http.HttpParser.compliance:()Lorg/eclipse/jetty/http/HttpCompliance;
            goto 2
      StackMap locals: uninitialized-this org.eclipse.jetty.http.HttpParser$RequestHandler int org.eclipse.jetty.http.HttpCompliance
      StackMap stack: uninitialized-this org.eclipse.jetty.http.HttpParser$RequestHandler null int
         1: aload 3 /* compliance */
      StackMap locals: uninitialized-this org.eclipse.jetty.http.HttpParser$RequestHandler int org.eclipse.jetty.http.HttpCompliance
      StackMap stack: uninitialized-this org.eclipse.jetty.http.HttpParser$RequestHandler null int org.eclipse.jetty.http.HttpCompliance
         2: invokespecial org.eclipse.jetty.http.HttpParser.<init>:(Lorg/eclipse/jetty/http/HttpParser$RequestHandler;Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;ILorg/eclipse/jetty/http/HttpCompliance;)V
         3: .line 289
            return
        end local 3 // org.eclipse.jetty.http.HttpCompliance compliance
        end local 2 // int maxHeaderBytes
        end local 1 // org.eclipse.jetty.http.HttpParser$RequestHandler handler
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/eclipse/jetty/http/HttpParser;
            0    4     1         handler  Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
            0    4     2  maxHeaderBytes  I
            0    4     3      compliance  Lorg/eclipse/jetty/http/HttpCompliance;
    MethodParameters:
                Name  Flags
      handler         
      maxHeaderBytes  
      compliance      

  public void <init>(org.eclipse.jetty.http.HttpParser$ResponseHandler, int, org.eclipse.jetty.http.HttpCompliance);
    descriptor: (Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;ILorg/eclipse/jetty/http/HttpCompliance;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpParser$ResponseHandler handler
        start local 2 // int maxHeaderBytes
        start local 3 // org.eclipse.jetty.http.HttpCompliance compliance
         0: .line 293
            aload 0 /* this */
            aconst_null
            aload 1 /* handler */
            iload 2 /* maxHeaderBytes */
            aload 3 /* compliance */
            ifnonnull 1
            invokestatic org.eclipse.jetty.http.HttpParser.compliance:()Lorg/eclipse/jetty/http/HttpCompliance;
            goto 2
      StackMap locals: uninitialized-this org.eclipse.jetty.http.HttpParser$ResponseHandler int org.eclipse.jetty.http.HttpCompliance
      StackMap stack: uninitialized-this null org.eclipse.jetty.http.HttpParser$ResponseHandler int
         1: aload 3 /* compliance */
      StackMap locals: uninitialized-this org.eclipse.jetty.http.HttpParser$ResponseHandler int org.eclipse.jetty.http.HttpCompliance
      StackMap stack: uninitialized-this null org.eclipse.jetty.http.HttpParser$ResponseHandler int org.eclipse.jetty.http.HttpCompliance
         2: invokespecial org.eclipse.jetty.http.HttpParser.<init>:(Lorg/eclipse/jetty/http/HttpParser$RequestHandler;Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;ILorg/eclipse/jetty/http/HttpCompliance;)V
         3: .line 294
            return
        end local 3 // org.eclipse.jetty.http.HttpCompliance compliance
        end local 2 // int maxHeaderBytes
        end local 1 // org.eclipse.jetty.http.HttpParser$ResponseHandler handler
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/eclipse/jetty/http/HttpParser;
            0    4     1         handler  Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
            0    4     2  maxHeaderBytes  I
            0    4     3      compliance  Lorg/eclipse/jetty/http/HttpCompliance;
    MethodParameters:
                Name  Flags
      handler         
      maxHeaderBytes  
      compliance      

  private void <init>(org.eclipse.jetty.http.HttpParser$RequestHandler, org.eclipse.jetty.http.HttpParser$ResponseHandler, int, org.eclipse.jetty.http.HttpCompliance);
    descriptor: (Lorg/eclipse/jetty/http/HttpParser$RequestHandler;Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;ILorg/eclipse/jetty/http/HttpCompliance;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpParser$RequestHandler requestHandler
        start local 2 // org.eclipse.jetty.http.HttpParser$ResponseHandler responseHandler
        start local 3 // int maxHeaderBytes
        start local 4 // org.eclipse.jetty.http.HttpCompliance compliance
         0: .line 296
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 218
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            putfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
         2: .line 225
            aload 0 /* this */
            new org.eclipse.jetty.util.Utf8StringBuilder
            dup
            sipush 256
            invokespecial org.eclipse.jetty.util.Utf8StringBuilder.<init>:(I)V
            putfield org.eclipse.jetty.http.HttpParser._uri:Lorg/eclipse/jetty/util/Utf8StringBuilder;
         3: .line 234
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.START:Lorg/eclipse/jetty/http/HttpParser$State;
            putfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
         4: .line 235
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.FIELD:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            putfield org.eclipse.jetty.http.HttpParser._fieldState:Lorg/eclipse/jetty/http/HttpParser$FieldState;
         5: .line 243
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.http.HttpParser._contentLength:J
         6: .line 252
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            putfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
         7: .line 253
            aload 0 /* this */
            sipush 1024
            putfield org.eclipse.jetty.http.HttpParser._headerCacheSize:I
         8: .line 298
            aload 0 /* this */
            aload 1 /* requestHandler */
            ifnull 9
            aload 1 /* requestHandler */
            goto 10
      StackMap locals: org.eclipse.jetty.http.HttpParser org.eclipse.jetty.http.HttpParser$RequestHandler org.eclipse.jetty.http.HttpParser$ResponseHandler int org.eclipse.jetty.http.HttpCompliance
      StackMap stack: org.eclipse.jetty.http.HttpParser
         9: aload 2 /* responseHandler */
      StackMap locals: org.eclipse.jetty.http.HttpParser org.eclipse.jetty.http.HttpParser$RequestHandler org.eclipse.jetty.http.HttpParser$ResponseHandler int org.eclipse.jetty.http.HttpCompliance
      StackMap stack: org.eclipse.jetty.http.HttpParser org.eclipse.jetty.http.HttpParser$HttpHandler
        10: putfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
        11: .line 299
            aload 0 /* this */
            aload 1 /* requestHandler */
            putfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
        12: .line 300
            aload 0 /* this */
            aload 2 /* responseHandler */
            putfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
        13: .line 301
            aload 0 /* this */
            iload 3 /* maxHeaderBytes */
            putfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
        14: .line 302
            aload 0 /* this */
            aload 4 /* compliance */
            putfield org.eclipse.jetty.http.HttpParser._complianceMode:Lorg/eclipse/jetty/http/HttpCompliance;
        15: .line 303
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            instanceof org.eclipse.jetty.http.ComplianceViolation$Listener
            ifeq 16
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            goto 17
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpParser
        16: aconst_null
      StackMap locals: org.eclipse.jetty.http.HttpParser org.eclipse.jetty.http.HttpParser$RequestHandler org.eclipse.jetty.http.HttpParser$ResponseHandler int org.eclipse.jetty.http.HttpCompliance
      StackMap stack: org.eclipse.jetty.http.HttpParser org.eclipse.jetty.http.HttpParser$HttpHandler
        17: checkcast org.eclipse.jetty.http.ComplianceViolation$Listener
            putfield org.eclipse.jetty.http.HttpParser._complianceListener:Lorg/eclipse/jetty/http/ComplianceViolation$Listener;
        18: .line 304
            return
        end local 4 // org.eclipse.jetty.http.HttpCompliance compliance
        end local 3 // int maxHeaderBytes
        end local 2 // org.eclipse.jetty.http.HttpParser$ResponseHandler responseHandler
        end local 1 // org.eclipse.jetty.http.HttpParser$RequestHandler requestHandler
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   19     0             this  Lorg/eclipse/jetty/http/HttpParser;
            0   19     1   requestHandler  Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
            0   19     2  responseHandler  Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
            0   19     3   maxHeaderBytes  I
            0   19     4       compliance  Lorg/eclipse/jetty/http/HttpCompliance;
    MethodParameters:
                 Name  Flags
      requestHandler   
      responseHandler  
      maxHeaderBytes   
      compliance       

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

  public int getHeaderCacheSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 313
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerCacheSize:I
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpParser;

  public void setHeaderCacheSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // int headerCacheSize
         0: .line 318
            aload 0 /* this */
            iload 1 /* headerCacheSize */
            putfield org.eclipse.jetty.http.HttpParser._headerCacheSize:I
         1: .line 319
            return
        end local 1 // int headerCacheSize
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/eclipse/jetty/http/HttpParser;
            0    2     1  headerCacheSize  I
    MethodParameters:
                 Name  Flags
      headerCacheSize  

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

  public void setHeaderCacheCaseSensitive(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // boolean headerCacheCaseSensitive
         0: .line 328
            aload 0 /* this */
            iload 1 /* headerCacheCaseSensitive */
            putfield org.eclipse.jetty.http.HttpParser._headerCacheCaseSensitive:Z
         1: .line 329
            return
        end local 1 // boolean headerCacheCaseSensitive
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lorg/eclipse/jetty/http/HttpParser;
            0    2     1  headerCacheCaseSensitive  Z
    MethodParameters:
                          Name  Flags
      headerCacheCaseSensitive  

  protected void checkViolation(org.eclipse.jetty.http.HttpCompliance$Violation);
    descriptor: (Lorg/eclipse/jetty/http/HttpCompliance$Violation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpCompliance$Violation violation
         0: .line 333
            aload 1 /* violation */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._complianceMode:Lorg/eclipse/jetty/http/HttpCompliance;
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.isAllowedBy:(Lorg/eclipse/jetty/http/ComplianceViolation$Mode;)Z
            ifeq 2
         1: .line 334
            aload 0 /* this */
            aload 1 /* violation */
            aload 1 /* violation */
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.getDescription:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpParser.reportComplianceViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;Ljava/lang/String;)V
            goto 3
         2: .line 336
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 400
            aload 1 /* violation */
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.getDescription:()Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
         3: .line 337
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jetty.http.HttpCompliance$Violation violation
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/jetty/http/HttpParser;
            0    4     1  violation  Lorg/eclipse/jetty/http/HttpCompliance$Violation;
    Exceptions:
      throws org.eclipse.jetty.http.BadMessageException
    MethodParameters:
           Name  Flags
      violation  

  protected void reportComplianceViolation(org.eclipse.jetty.http.HttpCompliance$Violation);
    descriptor: (Lorg/eclipse/jetty/http/HttpCompliance$Violation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpCompliance$Violation violation
         0: .line 341
            aload 0 /* this */
            aload 1 /* violation */
            aload 1 /* violation */
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.getDescription:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpParser.reportComplianceViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;Ljava/lang/String;)V
         1: .line 342
            return
        end local 1 // org.eclipse.jetty.http.HttpCompliance$Violation violation
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jetty/http/HttpParser;
            0    2     1  violation  Lorg/eclipse/jetty/http/HttpCompliance$Violation;
    MethodParameters:
           Name  Flags
      violation  

  protected void reportComplianceViolation(org.eclipse.jetty.http.HttpCompliance$Violation, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/http/HttpCompliance$Violation;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpCompliance$Violation violation
        start local 2 // java.lang.String reason
         0: .line 346
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._complianceListener:Lorg/eclipse/jetty/http/ComplianceViolation$Listener;
            ifnull 2
         1: .line 347
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._complianceListener:Lorg/eclipse/jetty/http/ComplianceViolation$Listener;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._complianceMode:Lorg/eclipse/jetty/http/HttpCompliance;
            aload 1 /* violation */
            aload 2 /* reason */
            invokeinterface org.eclipse.jetty.http.ComplianceViolation$Listener.onComplianceViolation:(Lorg/eclipse/jetty/http/ComplianceViolation$Mode;Lorg/eclipse/jetty/http/ComplianceViolation;Ljava/lang/String;)V
         2: .line 348
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String reason
        end local 1 // org.eclipse.jetty.http.HttpCompliance$Violation violation
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/jetty/http/HttpParser;
            0    3     1  violation  Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            0    3     2     reason  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      violation  
      reason     

  protected java.lang.String caseInsensitiveHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // java.lang.String orig
        start local 2 // java.lang.String normative
         0: .line 352
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_SENSITIVE_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._complianceMode:Lorg/eclipse/jetty/http/HttpCompliance;
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.isAllowedBy:(Lorg/eclipse/jetty/http/ComplianceViolation$Mode;)Z
            ifeq 2
         1: .line 353
            aload 2 /* normative */
            areturn
         2: .line 354
      StackMap locals:
      StackMap stack:
            aload 1 /* orig */
            aload 2 /* normative */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 355
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_SENSITIVE_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aload 1 /* orig */
            invokevirtual org.eclipse.jetty.http.HttpParser.reportComplianceViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;Ljava/lang/String;)V
         4: .line 356
      StackMap locals:
      StackMap stack:
            aload 1 /* orig */
            areturn
        end local 2 // java.lang.String normative
        end local 1 // java.lang.String orig
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/jetty/http/HttpParser;
            0    5     1       orig  Ljava/lang/String;
            0    5     2  normative  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      orig       
      normative  

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

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

  public int getHeaderLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 371
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpParser;

  public void setHeadResponse(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // boolean head
         0: .line 381
            aload 0 /* this */
            iload 1 /* head */
            putfield org.eclipse.jetty.http.HttpParser._headResponse:Z
         1: .line 382
            return
        end local 1 // boolean head
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpParser;
            0    2     1  head  Z
    MethodParameters:
      Name  Flags
      head  

  protected void setResponseStatus(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // int status
         0: .line 386
            aload 0 /* this */
            iload 1 /* status */
            putfield org.eclipse.jetty.http.HttpParser._responseStatus:I
         1: .line 387
            return
        end local 1 // int status
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/http/HttpParser;
            0    2     1  status  I
    MethodParameters:
        Name  Flags
      status  

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

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

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

  public boolean isChunking();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 406
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._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.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpParser;

  public boolean isStart();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 411
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.START:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.isState:(Lorg/eclipse/jetty/http/HttpParser$State;)Z
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpParser;

  public boolean isClose();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 416
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSE:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.isState:(Lorg/eclipse/jetty/http/HttpParser$State;)Z
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpParser;

  public boolean isClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 421
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSED:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.isState:(Lorg/eclipse/jetty/http/HttpParser$State;)Z
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpParser;

  public boolean isIdle();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 426
            getstatic org.eclipse.jetty.http.HttpParser.__idleStates:Ljava/util/EnumSet;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpParser;

  public boolean isComplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 431
            getstatic org.eclipse.jetty.http.HttpParser.__completeStates:Ljava/util/EnumSet;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpParser;

  public boolean isState(org.eclipse.jetty.http.HttpParser$State);
    descriptor: (Lorg/eclipse/jetty/http/HttpParser$State;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpParser$State state
         0: .line 436
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$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.HttpParser$State state
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jetty/http/HttpParser;
            0    2     1  state  Lorg/eclipse/jetty/http/HttpParser$State;
    MethodParameters:
       Name  Flags
      state  

  private org.eclipse.jetty.http.HttpTokens$Token next(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 441
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 2 /* ch */
        start local 2 // byte ch
         1: .line 443
            getstatic org.eclipse.jetty.http.HttpTokens.TOKENS:[Lorg/eclipse/jetty/http/HttpTokens$Token;
            sipush 255
            iload 2 /* ch */
            iand
            aaload
            astore 3 /* t */
        start local 3 // org.eclipse.jetty.http.HttpTokens$Token t
         2: .line 445
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 1 - 11
                    1: 3
                    2: 14
                    3: 4
                    4: 6
                    5: 14
                    6: 14
                    7: 14
                    8: 14
                    9: 14
                   10: 14
                   11: 14
              default: 16
          }
         3: .line 448
      StackMap locals: int org.eclipse.jetty.http.HttpTokens$Token
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 3 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
         4: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpParser._cr:Z
         5: .line 452
            goto 16
         6: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._cr:Z
            ifeq 8
         7: .line 456
            new org.eclipse.jetty.http.BadMessageException
            dup
            ldc "Bad EOL"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpParser._cr:Z
         9: .line 459
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 13
        10: .line 462
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            ifle 12
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpeq 11
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.TRAILER:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 12
        11: .line 463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
            iconst_1
            iadd
            putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
        12: .line 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
            areturn
        13: .line 467
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        14: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._cr:Z
            ifeq 16
        15: .line 478
            new org.eclipse.jetty.http.BadMessageException
            dup
            ldc "Bad EOL"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 485
      StackMap locals:
      StackMap stack:
            aload 3 /* t */
            areturn
        end local 3 // org.eclipse.jetty.http.HttpTokens$Token t
        end local 2 // byte ch
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lorg/eclipse/jetty/http/HttpParser;
            0   17     1  buffer  Ljava/nio/ByteBuffer;
            1   17     2      ch  B
            2   17     3       t  Lorg/eclipse/jetty/http/HttpTokens$Token;
    MethodParameters:
        Name  Flags
      buffer  

  private boolean quickStart(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 493
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
            ifnull 7
         1: .line 495
            aload 0 /* this */
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.http.HttpMethod.lookAheadGet:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpMethod;
            putfield org.eclipse.jetty.http.HttpParser._method:Lorg/eclipse/jetty/http/HttpMethod;
         2: .line 496
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._method:Lorg/eclipse/jetty/http/HttpMethod;
            ifnull 27
         3: .line 498
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._method:Lorg/eclipse/jetty/http/HttpMethod;
            invokevirtual org.eclipse.jetty.http.HttpMethod.asString:()Ljava/lang/String;
            putfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
         4: .line 499
            aload 1 /* buffer */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iadd
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         5: .line 501
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.SPACE1:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
         6: .line 502
            iconst_0
            ireturn
         7: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
            ifnull 27
         8: .line 507
            aload 0 /* this */
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.http.HttpVersion.lookAheadGet:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpVersion;
            putfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
         9: .line 508
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
            ifnull 27
        10: .line 510
            aload 1 /* buffer */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.asString:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iadd
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        11: .line 511
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.SPACE1:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        12: .line 512
            iconst_0
            ireturn
        13: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
            astore 2 /* t */
        start local 2 // org.eclipse.jetty.http.HttpTokens$Token t
        14: .line 520
            aload 2 /* t */
            ifnonnull 16
        15: .line 521
            goto 28
        16: .line 523
      StackMap locals: org.eclipse.jetty.http.HttpTokens$Token
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 2 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 2 - 11
                    2: 23
                    3: 24
                    4: 24
                    5: 23
                    6: 24
                    7: 17
                    8: 17
                    9: 17
                   10: 17
                   11: 23
              default: 24
          }
        17: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
        18: .line 531
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 2 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        19: .line 532
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
            ifnull 20
            getstatic org.eclipse.jetty.http.HttpParser$State.METHOD:Lorg/eclipse/jetty/http/HttpParser$State;
            goto 21
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpParser
        20: getstatic org.eclipse.jetty.http.HttpParser$State.RESPONSE_VERSION:Lorg/eclipse/jetty/http/HttpParser$State;
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer org.eclipse.jetty.http.HttpTokens$Token
      StackMap stack: org.eclipse.jetty.http.HttpParser org.eclipse.jetty.http.HttpParser$State
        21: invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        22: .line 533
            iconst_0
            ireturn
        23: .line 538
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 2 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
        24: .line 545
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            ifle 27
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            if_icmple 27
        25: .line 547
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "padding is too large >{}"
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Object;)V
        26: .line 548
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 400
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
            athrow
        end local 2 // org.eclipse.jetty.http.HttpTokens$Token t
        27: .line 517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.START:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 28
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 13
        28: .line 551
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   29     0    this  Lorg/eclipse/jetty/http/HttpParser;
            0   29     1  buffer  Ljava/nio/ByteBuffer;
           14   27     2       t  Lorg/eclipse/jetty/http/HttpTokens$Token;
    MethodParameters:
        Name  Flags
      buffer  

  private void setString(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // java.lang.String s
         0: .line 556
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
         1: .line 557
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 1 /* s */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 558
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            putfield org.eclipse.jetty.http.HttpParser._length:I
         3: .line 559
            return
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/http/HttpParser;
            0    4     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  private java.lang.String takeString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 563
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._length:I
            invokevirtual java.lang.StringBuilder.setLength:(I)V
         1: .line 564
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* s */
        start local 1 // java.lang.String s
         2: .line 565
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
         3: .line 566
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jetty.http.HttpParser._length:I
         4: .line 567
            aload 1 /* s */
            areturn
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/http/HttpParser;
            2    5     1     s  Ljava/lang/String;

  private boolean handleHeaderContentMessage();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 572
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.headerComplete:()Z
            istore 1 /* handleHeader */
        start local 1 // boolean handleHeader
         1: .line 573
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpParser._headerComplete:Z
         2: .line 574
            iload 1 /* handleHeader */
            ifeq 4
         3: .line 575
            iconst_1
            ireturn
         4: .line 576
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CONTENT_END:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
         5: .line 577
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.handleContentMessage:()Z
            ireturn
        end local 1 // boolean handleHeader
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/eclipse/jetty/http/HttpParser;
            1    6     1  handleHeader  Z

  private boolean handleContentMessage();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 582
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.contentComplete:()Z
            istore 1 /* handleContent */
        start local 1 // boolean handleContent
         1: .line 583
            iload 1 /* handleContent */
            ifeq 3
         2: .line 584
            iconst_1
            ireturn
         3: .line 585
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.END:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
         4: .line 586
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.messageComplete:()Z
            ireturn
        end local 1 // boolean handleContent
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/jetty/http/HttpParser;
            1    5     1  handleContent  Z

  private boolean parseLine(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 593
            iconst_0
            istore 2 /* handle */
        start local 2 // boolean handle
         1: .line 596
            goto 164
         2: .line 599
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
            astore 3 /* t */
        start local 3 // org.eclipse.jetty.http.HttpTokens$Token t
         3: .line 600
            aload 3 /* t */
            ifnonnull 5
         4: .line 601
            goto 165
         5: .line 603
      StackMap locals: org.eclipse.jetty.http.HttpTokens$Token
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            ifle 13
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            if_icmple 13
         6: .line 605
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.URI:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 9
         7: .line 607
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "URI is too large >{}"
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Object;)V
         8: .line 608
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 414
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
            athrow
         9: .line 612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
            ifnull 11
        10: .line 613
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "request is too large >{}"
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Object;)V
            goto 12
        11: .line 615
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "response is too large >{}"
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Object;)V
        12: .line 616
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 431
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
            athrow
        13: .line 620
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$State:()[I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            iaload
            tableswitch { // 2 - 9
                    2: 14
                    3: 33
                    4: 43
                    5: 74
                    6: 84
                    7: 99
                    8: 141
                    9: 152
              default: 163
          }
        14: .line 623
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 3 - 9
                    3: 29
                    4: 32
                    5: 15
                    6: 32
                    7: 30
                    8: 30
                    9: 30
              default: 32
          }
        15: .line 626
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.length:()I
            putfield org.eclipse.jetty.http.HttpParser._length:I
        16: .line 627
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
            putfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
        17: .line 629
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_INSENSITIVE_METHOD:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._complianceMode:Lorg/eclipse/jetty/http/HttpCompliance;
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.isAllowedBy:(Lorg/eclipse/jetty/http/ComplianceViolation$Mode;)Z
            ifeq 24
        18: .line 631
            getstatic org.eclipse.jetty.http.HttpMethod.INSENSITIVE_CACHE:Lorg/eclipse/jetty/util/Index;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpMethod
            astore 4 /* method */
        start local 4 // org.eclipse.jetty.http.HttpMethod method
        19: .line 632
            aload 4 /* method */
            ifnull 27
        20: .line 634
            aload 4 /* method */
            invokevirtual org.eclipse.jetty.http.HttpMethod.asString:()Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 22
        21: .line 635
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_INSENSITIVE_METHOD:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpParser.reportComplianceViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;Ljava/lang/String;)V
        22: .line 636
      StackMap locals: org.eclipse.jetty.http.HttpMethod
      StackMap stack:
            aload 0 /* this */
            aload 4 /* method */
            invokevirtual org.eclipse.jetty.http.HttpMethod.asString:()Ljava/lang/String;
            putfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
        end local 4 // org.eclipse.jetty.http.HttpMethod method
        23: .line 638
            goto 27
        24: .line 641
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpMethod.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpMethod
            astore 4 /* method */
        start local 4 // org.eclipse.jetty.http.HttpMethod method
        25: .line 642
            aload 4 /* method */
            ifnull 27
        26: .line 643
            aload 0 /* this */
            aload 4 /* method */
            invokevirtual org.eclipse.jetty.http.HttpMethod.asString:()Ljava/lang/String;
            putfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
        end local 4 // org.eclipse.jetty.http.HttpMethod method
        27: .line 646
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.SPACE1:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        28: .line 647
            goto 164
        29: .line 650
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.BadMessageException
            dup
            ldc "No URI"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(Ljava/lang/String;)V
            athrow
        30: .line 655
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        31: .line 656
            goto 164
        32: .line 659
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 3 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
        33: .line 664
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 5 - 10
                    5: 34
                    6: 40
                    7: 40
                    8: 40
                    9: 40
                   10: 40
              default: 42
          }
        34: .line 667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.length:()I
            putfield org.eclipse.jetty.http.HttpParser._length:I
        35: .line 668
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
            astore 4 /* version */
        start local 4 // java.lang.String version
        36: .line 669
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpVersion.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 4 /* version */
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpVersion
            putfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
        37: .line 670
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.checkVersion:()V
        38: .line 671
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.SPACE1:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        39: .line 672
            goto 164
        end local 4 // java.lang.String version
        40: .line 679
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        41: .line 680
            goto 164
        42: .line 682
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 3 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
        43: .line 687
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 5 - 10
                    5: 44
                    6: 45
                    7: 45
                    8: 45
                    9: 45
                   10: 45
              default: 71
          }
        44: .line 690
      StackMap locals:
      StackMap stack:
            goto 164
        45: .line 697
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
            ifnull 51
        46: .line 699
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            getstatic org.eclipse.jetty.http.HttpTokens$Type.DIGIT:Lorg/eclipse/jetty/http/HttpTokens$Type;
            if_acmpeq 48
        47: .line 700
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 3 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
        48: .line 701
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.STATUS:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        49: .line 702
            aload 0 /* this */
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getByte:()B
            bipush 48
            isub
            invokevirtual org.eclipse.jetty.http.HttpParser.setResponseStatus:(I)V
        50: .line 703
            goto 164
        51: .line 706
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._uri:Lorg/eclipse/jetty/util/Utf8StringBuilder;
            invokevirtual org.eclipse.jetty.util.Utf8StringBuilder.reset:()V
        52: .line 707
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.URI:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        53: .line 709
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 69
        54: .line 711
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 4 /* array */
        start local 4 // byte[] array
        55: .line 712
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            istore 5 /* p */
        start local 5 // int p
        56: .line 713
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iadd
            istore 6 /* l */
        start local 6 // int l
        57: .line 714
            iload 5 /* p */
            istore 7 /* i */
        start local 7 // int i
        58: .line 715
            goto 60
        59: .line 717
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer int org.eclipse.jetty.http.HttpTokens$Token byte[] int int int
      StackMap stack:
            iinc 7 /* i */ 1
        60: .line 715
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 6 /* l */
            if_icmpge 61
            aload 4 /* array */
            iload 7 /* i */
            baload
            bipush 32
            if_icmpgt 59
        61: .line 720
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 5 /* p */
            isub
            istore 8 /* len */
        start local 8 // int len
        62: .line 721
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
            iload 8 /* len */
            iadd
            putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
        63: .line 723
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            ifle 66
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            if_icmple 66
        64: .line 725
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "URI is too large >{}"
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Object;)V
        65: .line 726
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 414
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
            athrow
        66: .line 728
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._uri:Lorg/eclipse/jetty/util/Utf8StringBuilder;
            aload 4 /* array */
            iload 5 /* p */
            iconst_1
            isub
            iload 8 /* len */
            iconst_1
            iadd
            invokevirtual org.eclipse.jetty.util.Utf8StringBuilder.append:([BII)V
        67: .line 729
            aload 1 /* buffer */
            iload 7 /* i */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        end local 8 // int len
        end local 7 // int i
        end local 6 // int l
        end local 5 // int p
        end local 4 // byte[] array
        68: .line 730
            goto 164
        69: .line 732
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer int org.eclipse.jetty.http.HttpTokens$Token
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._uri:Lorg/eclipse/jetty/util/Utf8StringBuilder;
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getByte:()B
            invokevirtual org.eclipse.jetty.util.Utf8StringBuilder.append:(B)V
        70: .line 734
            goto 164
        71: .line 737
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 400
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
            ifnull 72
            ldc "No URI"
            goto 73
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer int org.eclipse.jetty.http.HttpTokens$Token
      StackMap stack: new 71 new 71 int
        72: ldc "No Status"
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer int org.eclipse.jetty.http.HttpTokens$Token
      StackMap stack: new 71 new 71 int java.lang.String
        73: invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
        74: .line 742
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 3 - 7
                    3: 80
                    4: 83
                    5: 75
                    6: 83
                    7: 77
              default: 83
          }
        75: .line 745
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.SPACE2:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        76: .line 746
            goto 164
        77: .line 749
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
            bipush 10
            imul
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getByte:()B
            bipush 48
            isub
            iadd
            putfield org.eclipse.jetty.http.HttpParser._responseStatus:I
        78: .line 750
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
            sipush 1000
            if_icmplt 164
        79: .line 751
            new org.eclipse.jetty.http.BadMessageException
            dup
            ldc "Bad status"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(Ljava/lang/String;)V
            athrow
        80: .line 755
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        81: .line 756
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
            aconst_null
            invokeinterface org.eclipse.jetty.http.HttpParser$ResponseHandler.startResponse:(Lorg/eclipse/jetty/http/HttpVersion;ILjava/lang/String;)V
        82: .line 757
            goto 164
        83: .line 760
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 3 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
        84: .line 765
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 3 - 11
                    3: 87
                    4: 98
                    5: 85
                    6: 96
                    7: 96
                    8: 96
                    9: 96
                   10: 96
                   11: 96
              default: 98
          }
        85: .line 768
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.SPACE2:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        86: .line 769
            goto 164
        87: .line 773
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.HTTP_0_9:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._complianceMode:Lorg/eclipse/jetty/http/HttpCompliance;
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.isAllowedBy:(Lorg/eclipse/jetty/http/ComplianceViolation$Mode;)Z
            ifeq 95
        88: .line 775
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.HTTP_0_9:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.HTTP_0_9:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.getDescription:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpParser.reportComplianceViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;Ljava/lang/String;)V
        89: .line 776
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._uri:Lorg/eclipse/jetty/util/Utf8StringBuilder;
            invokevirtual org.eclipse.jetty.util.Utf8StringBuilder.toString:()Ljava/lang/String;
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_0_9:Lorg/eclipse/jetty/http/HttpVersion;
            invokeinterface org.eclipse.jetty.http.HttpParser$RequestHandler.startRequest:(Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/jetty/http/HttpVersion;)V
        90: .line 777
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CONTENT:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        91: .line 778
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.NO_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
        92: .line 779
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
        93: .line 780
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.handleHeaderContentMessage:()Z
            istore 2 /* handle */
        94: .line 781
            goto 164
        95: .line 784
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 505
            ldc "HTTP/0.9 not supported"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
        96: .line 794
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._uri:Lorg/eclipse/jetty/util/Utf8StringBuilder;
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getByte:()B
            invokevirtual org.eclipse.jetty.util.Utf8StringBuilder.append:(B)V
        97: .line 795
            goto 164
        98: .line 798
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 3 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
        99: .line 803
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 3 - 10
                    3: 129
                    4: 140
                    5: 100
                    6: 101
                    7: 101
                    8: 101
                    9: 101
                   10: 101
              default: 140
          }
       100: .line 806
      StackMap locals:
      StackMap stack:
            goto 164
       101: .line 813
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
       102: .line 814
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
       103: .line 815
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
            ifnull 107
       104: .line 817
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpParser._length:I
       105: .line 818
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.REASON:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
       106: .line 819
            goto 164
       107: .line 822
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.REQUEST_VERSION:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
       108: .line 826
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            ifle 111
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 111
       109: .line 827
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            iconst_1
            isub
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iadd
            invokestatic org.eclipse.jetty.http.HttpVersion.lookAheadGet:([BII)Lorg/eclipse/jetty/http/HttpVersion;
            astore 4 /* version */
        start local 4 // org.eclipse.jetty.http.HttpVersion version
       110: goto 112
        end local 4 // org.eclipse.jetty.http.HttpVersion version
       111: .line 829
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpVersion.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 1 /* buffer */
            iconst_0
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokeinterface org.eclipse.jetty.util.Index.getBest:(Ljava/nio/ByteBuffer;II)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpVersion
            astore 4 /* version */
        start local 4 // org.eclipse.jetty.http.HttpVersion version
       112: .line 831
      StackMap locals: org.eclipse.jetty.http.HttpVersion
      StackMap stack:
            aload 4 /* version */
            ifnull 164
       113: .line 833
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 4 /* version */
            invokevirtual org.eclipse.jetty.http.HttpVersion.asString:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iadd
            iconst_1
            isub
            istore 5 /* pos */
        start local 5 // int pos
       114: .line 834
            iload 5 /* pos */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmpge 164
       115: .line 836
            aload 1 /* buffer */
            iload 5 /* pos */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 6 /* n */
        start local 6 // byte n
       116: .line 837
            iload 6 /* n */
            bipush 13
            if_icmpne 123
       117: .line 839
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpParser._cr:Z
       118: .line 840
            aload 0 /* this */
            aload 4 /* version */
            putfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
       119: .line 841
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.checkVersion:()V
       120: .line 842
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
       121: .line 843
            aload 1 /* buffer */
            iload 5 /* pos */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
       122: .line 844
            goto 164
       123: .line 845
      StackMap locals: int int
      StackMap stack:
            iload 6 /* n */
            bipush 10
            if_icmpne 164
       124: .line 847
            aload 0 /* this */
            aload 4 /* version */
            putfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
       125: .line 848
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.checkVersion:()V
       126: .line 849
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
       127: .line 850
            aload 1 /* buffer */
            iload 5 /* pos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        end local 6 // byte n
        end local 5 // int pos
        end local 4 // org.eclipse.jetty.http.HttpVersion version
       128: .line 855
            goto 164
       129: .line 858
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
            ifnull 133
       130: .line 860
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
       131: .line 861
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
            aconst_null
            invokeinterface org.eclipse.jetty.http.HttpParser$ResponseHandler.startResponse:(Lorg/eclipse/jetty/http/HttpVersion;ILjava/lang/String;)V
       132: .line 862
            goto 164
       133: .line 866
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.HTTP_0_9:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            invokevirtual org.eclipse.jetty.http.HttpParser.checkViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;)V
       134: .line 867
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._uri:Lorg/eclipse/jetty/util/Utf8StringBuilder;
            invokevirtual org.eclipse.jetty.util.Utf8StringBuilder.toString:()Ljava/lang/String;
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_0_9:Lorg/eclipse/jetty/http/HttpVersion;
            invokeinterface org.eclipse.jetty.http.HttpParser$RequestHandler.startRequest:(Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/jetty/http/HttpVersion;)V
       135: .line 868
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CONTENT:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
       136: .line 869
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.NO_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
       137: .line 870
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
       138: .line 871
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.handleHeaderContentMessage:()Z
            istore 2 /* handle */
       139: .line 873
            goto 164
       140: .line 876
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 3 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
       141: .line 881
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 3 - 10
                    3: 142
                    4: 151
                    5: 151
                    6: 149
                    7: 149
                    8: 149
                    9: 149
                   10: 149
              default: 151
          }
       142: .line 884
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
            ifnonnull 145
       143: .line 886
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.length:()I
            putfield org.eclipse.jetty.http.HttpParser._length:I
       144: .line 887
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpVersion.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpVersion
            putfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
       145: .line 889
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.checkVersion:()V
       146: .line 891
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
       147: .line 893
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._uri:Lorg/eclipse/jetty/util/Utf8StringBuilder;
            invokevirtual org.eclipse.jetty.util.Utf8StringBuilder.toString:()Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
            invokeinterface org.eclipse.jetty.http.HttpParser$RequestHandler.startRequest:(Ljava/lang/String;Ljava/lang/String;Lorg/eclipse/jetty/http/HttpVersion;)V
       148: .line 894
            goto 164
       149: .line 901
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
       150: .line 902
            goto 164
       151: .line 905
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 3 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
       152: .line 910
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 2 - 11
                    2: 160
                    3: 153
                    4: 162
                    5: 160
                    6: 157
                    7: 157
                    8: 157
                    9: 157
                   10: 157
                   11: 157
              default: 162
          }
       153: .line 913
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
            astore 4 /* reason */
        start local 4 // java.lang.String reason
       154: .line 914
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
       155: .line 915
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
            aload 4 /* reason */
            invokeinterface org.eclipse.jetty.http.HttpParser$ResponseHandler.startResponse:(Lorg/eclipse/jetty/http/HttpVersion;ILjava/lang/String;)V
       156: .line 916
            goto 164
        end local 4 // java.lang.String reason
       157: .line 924
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
       158: .line 925
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.length:()I
            putfield org.eclipse.jetty.http.HttpParser._length:I
       159: .line 926
            goto 164
       160: .line 930
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
       161: .line 931
            goto 164
       162: .line 934
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 3 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
       163: .line 939
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // org.eclipse.jetty.http.HttpTokens$Token t
       164: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            getstatic org.eclipse.jetty.http.HttpParser$State.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            if_icmpge 165
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 165
            iload 2 /* handle */
            ifeq 2
       165: .line 943
      StackMap locals:
      StackMap stack:
            iload 2 /* handle */
            ireturn
        end local 2 // boolean handle
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0  166     0     this  Lorg/eclipse/jetty/http/HttpParser;
            0  166     1   buffer  Ljava/nio/ByteBuffer;
            1  166     2   handle  Z
            3  164     3        t  Lorg/eclipse/jetty/http/HttpTokens$Token;
           19   23     4   method  Lorg/eclipse/jetty/http/HttpMethod;
           25   27     4   method  Lorg/eclipse/jetty/http/HttpMethod;
           36   40     4  version  Ljava/lang/String;
           55   68     4    array  [B
           56   68     5        p  I
           57   68     6        l  I
           58   68     7        i  I
           62   68     8      len  I
          110  111     4  version  Lorg/eclipse/jetty/http/HttpVersion;
          112  128     4  version  Lorg/eclipse/jetty/http/HttpVersion;
          114  128     5      pos  I
          116  128     6        n  B
          154  157     4   reason  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      buffer  

  private void checkVersion();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 948
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
            ifnonnull 2
         1: .line 949
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 505
            ldc "Unknown Version"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
         2: .line 951
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.getVersion:()I
            bipush 10
            if_icmplt 3
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
            invokevirtual org.eclipse.jetty.http.HttpVersion.getVersion:()I
            bipush 20
            if_icmple 4
         3: .line 952
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 505
            ldc "Unsupported Version"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
         4: .line 953
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/http/HttpParser;

  private void parsedHeader();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=6, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 958
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            ifnonnull 1
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            ifnull 80
         1: .line 961
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
            ifnull 77
         2: .line 963
            iconst_0
            istore 1 /* addToFieldCache */
        start local 1 // boolean addToFieldCache
         3: .line 964
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpHeader:()[I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
            iaload
            lookupswitch { // 12
                    1: 53
                    2: 58
                    7: 17
                   15: 4
                   22: 58
                   23: 58
                   24: 58
                   25: 58
                   26: 58
                   30: 43
                   43: 58
                   65: 58
              default: 62
          }
         4: .line 967
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._hasTransferEncoding:Z
            ifeq 6
         5: .line 968
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.TRANSFER_ENCODING_WITH_CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            invokevirtual org.eclipse.jetty.http.HttpParser.checkViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;)V
         6: .line 970
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._hasContentLength:Z
            ifeq 10
         7: .line 972
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.MULTIPLE_CONTENT_LENGTHS:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            invokevirtual org.eclipse.jetty.http.HttpParser.checkViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;)V
         8: .line 973
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpParser.convertContentLength:(Ljava/lang/String;)J
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentLength:J
            lcmp
            ifeq 10
         9: .line 974
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 400
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.MULTIPLE_CONTENT_LENGTHS:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.getDescription:()Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
        10: .line 976
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpParser._hasContentLength:Z
        11: .line 978
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.CHUNKED_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            if_acmpeq 62
        12: .line 980
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpParser.convertContentLength:(Ljava/lang/String;)J
            putfield org.eclipse.jetty.http.HttpParser._contentLength:J
        13: .line 981
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentLength:J
            lconst_0
            lcmp
            ifgt 15
        14: .line 982
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.NO_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            goto 62
        15: .line 984
      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.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
        16: .line 986
            goto 62
        17: .line 989
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpParser._hasTransferEncoding:Z
        18: .line 991
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._hasContentLength:Z
            ifeq 20
        19: .line 992
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.TRANSFER_ENCODING_WITH_CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            invokevirtual org.eclipse.jetty.http.HttpParser.checkViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;)V
        20: .line 995
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.CHUNKED_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            if_acmpne 22
        21: .line 996
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 400
            ldc "Bad Transfer-Encoding, chunked not last"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
        22: .line 998
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CHUNKED:Lorg/eclipse/jetty/http/HttpHeaderValue;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.is:(Ljava/lang/String;)Z
            ifeq 26
        23: .line 1000
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.CHUNKED_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
        24: .line 1001
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.http.HttpParser._contentLength:J
        25: .line 1002
            goto 62
        26: .line 1005
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.QuotedCSV
            dup
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            aastore
            invokespecial org.eclipse.jetty.http.QuotedCSV.<init>:([Ljava/lang/String;)V
            invokevirtual org.eclipse.jetty.http.QuotedCSV.getValues:()Ljava/util/List;
            astore 2 /* values */
        start local 2 // java.util.List values
        27: .line 1006
            iconst_m1
            istore 3 /* chunked */
        start local 3 // int chunked
        28: .line 1007
            aload 2 /* values */
            invokeinterface java.util.List.size:()I
            istore 4 /* len */
        start local 4 // int len
        29: .line 1008
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        30: goto 41
        31: .line 1010
      StackMap locals: org.eclipse.jetty.http.HttpParser int java.util.List int int int
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpHeaderValue.CHUNKED:Lorg/eclipse/jetty/http/HttpHeaderValue;
            aload 2 /* values */
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual org.eclipse.jetty.http.HttpHeaderValue.is:(Ljava/lang/String;)Z
            ifeq 38
        32: .line 1012
            iload 3 /* chunked */
            iconst_m1
            if_icmpeq 34
        33: .line 1013
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 400
            ldc "Bad Transfer-Encoding, multiple chunked tokens"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
        34: .line 1014
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            istore 3 /* chunked */
        35: .line 1016
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.CHUNKED_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
        36: .line 1017
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.http.HttpParser._contentLength:J
        37: .line 1018
            goto 40
        38: .line 1020
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.CHUNKED_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            if_acmpne 40
        39: .line 1022
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 400
            ldc "Bad Transfer-Encoding, chunked not last"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
        40: .line 1008
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        41: iload 5 /* i */
            iload 4 /* len */
            if_icmplt 31
        end local 5 // int i
        end local 4 // int len
        end local 3 // int chunked
        end local 2 // java.util.List values
        42: .line 1026
            goto 62
        43: .line 1029
      StackMap locals: org.eclipse.jetty.http.HttpParser int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpParser._host:Z
        44: .line 1030
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
            instanceof org.eclipse.jetty.http.HostPortHttpField
            ifne 62
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            ifnull 62
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 62
        45: .line 1032
            aload 0 /* this */
        46: new org.eclipse.jetty.http.HostPortHttpField
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
        47: .line 1033
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_SENSITIVE_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._complianceMode:Lorg/eclipse/jetty/http/HttpCompliance;
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.isAllowedBy:(Lorg/eclipse/jetty/http/ComplianceViolation$Mode;)Z
            ifeq 48
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            goto 49
      StackMap locals: org.eclipse.jetty.http.HttpParser int
      StackMap stack: org.eclipse.jetty.http.HttpParser new 46 new 46 org.eclipse.jetty.http.HttpHeader
        48: aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.asString:()Ljava/lang/String;
        49: .line 1034
      StackMap locals: org.eclipse.jetty.http.HttpParser int
      StackMap stack: org.eclipse.jetty.http.HttpParser new 46 new 46 org.eclipse.jetty.http.HttpHeader java.lang.String
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.HostPortHttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;)V
        50: .line 1032
            putfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
        51: .line 1035
            iconst_1
            istore 1 /* addToFieldCache */
        52: .line 1037
            goto 62
        53: .line 1041
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
            ifnonnull 55
        54: .line 1042
            aload 0 /* this */
            new org.eclipse.jetty.http.HttpField
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.asString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpParser.caseInsensitiveHeader:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;)V
            putfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
        55: .line 1043
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.getHeaderCacheSize:()I
            ifle 62
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
            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 62
        56: .line 1044
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser.NO_CACHE:Lorg/eclipse/jetty/util/Index$Mutable;
            putfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Index$Mutable;
        57: .line 1045
            goto 62
        58: .line 1055
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
            ifnonnull 59
            iconst_1
            goto 60
      StackMap locals:
      StackMap stack:
        59: iconst_0
      StackMap locals:
      StackMap stack: int
        60: istore 1 /* addToFieldCache */
        61: .line 1056
            goto 62
        62: .line 1063
      StackMap locals:
      StackMap stack:
            iload 1 /* addToFieldCache */
            ifeq 77
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
            ifnull 77
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            ifnull 77
        63: .line 1065
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Index$Mutable;
            ifnonnull 72
        64: .line 1067
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.getHeaderCacheSize:()I
            ifle 70
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
            ifnull 70
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            if_acmpne 70
        65: .line 1068
            new org.eclipse.jetty.util.Index$Builder
            dup
            invokespecial org.eclipse.jetty.util.Index$Builder.<init>:()V
        66: .line 1069
            iconst_0
            invokevirtual org.eclipse.jetty.util.Index$Builder.caseSensitive:(Z)Lorg/eclipse/jetty/util/Index$Builder;
        67: .line 1070
            invokevirtual org.eclipse.jetty.util.Index$Builder.mutable:()Lorg/eclipse/jetty/util/Index$Mutable$Builder;
        68: .line 1071
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.getHeaderCacheSize:()I
            invokevirtual org.eclipse.jetty.util.Index$Mutable$Builder.maxCapacity:(I)Lorg/eclipse/jetty/util/Index$Mutable$Builder;
        69: .line 1072
            invokevirtual org.eclipse.jetty.util.Index$Mutable$Builder.build:()Lorg/eclipse/jetty/util/Index$Mutable;
            goto 71
        70: .line 1073
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpParser
            getstatic org.eclipse.jetty.http.HttpParser.NO_CACHE:Lorg/eclipse/jetty/util/Index$Mutable;
        71: .line 1067
      StackMap locals: org.eclipse.jetty.http.HttpParser int
      StackMap stack: org.eclipse.jetty.http.HttpParser org.eclipse.jetty.util.Index$Mutable
            putfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Index$Mutable;
        72: .line 1076
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
            ifnonnull 74
        73: .line 1077
            aload 0 /* this */
            new org.eclipse.jetty.http.HttpField
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
            invokevirtual org.eclipse.jetty.http.HttpHeader.asString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpParser.caseInsensitiveHeader:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;)V
            putfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
        74: .line 1078
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Index$Mutable;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
            invokeinterface org.eclipse.jetty.util.Index$Mutable.put:(Ljava/lang/Object;)Z
            ifne 77
        75: .line 1080
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Index$Mutable;
            invokeinterface org.eclipse.jetty.util.Index$Mutable.clear:()V
        76: .line 1081
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Index$Mutable;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
            invokeinterface org.eclipse.jetty.util.Index$Mutable.put:(Ljava/lang/Object;)Z
            pop
        end local 1 // boolean addToFieldCache
        77: .line 1085
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
            ifnull 78
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
            goto 79
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpParser$HttpHandler
        78: new org.eclipse.jetty.http.HttpField
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;)V
      StackMap locals: org.eclipse.jetty.http.HttpParser
      StackMap stack: org.eclipse.jetty.http.HttpParser$HttpHandler org.eclipse.jetty.http.HttpField
        79: invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.parsedHeader:(Lorg/eclipse/jetty/http/HttpField;)V
        80: .line 1088
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            putfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
        81: .line 1089
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
        82: .line 1090
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
        83: .line 1091
            return
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   84     0             this  Lorg/eclipse/jetty/http/HttpParser;
            3   77     1  addToFieldCache  Z
           27   42     2           values  Ljava/util/List<Ljava/lang/String;>;
           28   42     3          chunked  I
           29   42     4              len  I
           30   42     5                i  I

  private void parsedTrailer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 1096
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            ifnonnull 1
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            ifnull 4
         1: .line 1097
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
            ifnull 2
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
            goto 3
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpParser$HttpHandler
         2: new org.eclipse.jetty.http.HttpField
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;)V
      StackMap locals: org.eclipse.jetty.http.HttpParser
      StackMap stack: org.eclipse.jetty.http.HttpParser$HttpHandler org.eclipse.jetty.http.HttpField
         3: invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.parsedTrailer:(Lorg/eclipse/jetty/http/HttpField;)V
         4: .line 1099
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            putfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
         5: .line 1100
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
         6: .line 1101
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
         7: .line 1102
            return
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jetty/http/HttpParser;

  private long convertContentLength(java.lang.String);
    descriptor: (Ljava/lang/String;)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // java.lang.String valueString
         0: .line 1108
            aload 1 /* valueString */
            invokestatic java.lang.Long.parseLong:(Ljava/lang/String;)J
         1: lreturn
         2: .line 1110
      StackMap locals:
      StackMap stack: java.lang.NumberFormatException
            astore 2 /* e */
        start local 2 // java.lang.NumberFormatException e
         3: .line 1112
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "IGNORED"
            aload 2 /* e */
            invokeinterface org.slf4j.Logger.trace:(Ljava/lang/String;Ljava/lang/Throwable;)V
         4: .line 1113
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 400
            ldc "Invalid Content-Length Value"
            aload 2 /* e */
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.NumberFormatException e
        end local 1 // java.lang.String valueString
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/eclipse/jetty/http/HttpParser;
            0    5     1  valueString  Ljava/lang/String;
            3    5     2            e  Ljava/lang/NumberFormatException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.NumberFormatException
    MethodParameters:
             Name  Flags
      valueString  

  protected boolean parseFields(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 1123
            goto 181
         1: .line 1126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
            astore 2 /* t */
        start local 2 // org.eclipse.jetty.http.HttpTokens$Token t
         2: .line 1127
            aload 2 /* t */
            ifnonnull 4
         3: .line 1128
            goto 183
         4: .line 1130
      StackMap locals: org.eclipse.jetty.http.HttpTokens$Token
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            ifle 15
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            if_icmple 15
         5: .line 1132
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 3 /* header */
        start local 3 // boolean header
         8: .line 1133
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "{} is too large {}>{}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            iload 3 /* header */
            ifeq 9
            ldc "Header"
            goto 10
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer org.eclipse.jetty.http.HttpTokens$Token int
      StackMap stack: org.slf4j.Logger java.lang.String java.lang.Object[] java.lang.Object[] int
         9: ldc "Trailer"
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer org.eclipse.jetty.http.HttpTokens$Token int
      StackMap stack: org.slf4j.Logger java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
        10: aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;[Ljava/lang/Object;)V
        11: .line 1134
            new org.eclipse.jetty.http.BadMessageException
            dup
            iload 3 /* header */
            ifeq 13
        12: .line 1135
            sipush 431
            goto 14
        13: .line 1136
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer org.eclipse.jetty.http.HttpTokens$Token int
      StackMap stack: new 11 new 11
            sipush 413
        14: .line 1134
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer org.eclipse.jetty.http.HttpTokens$Token int
      StackMap stack: new 11 new 11 int
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
            athrow
        end local 3 // boolean header
        15: .line 1139
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$FieldState:()[I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._fieldState:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser$FieldState.ordinal:()I
            iaload
            tableswitch { // 1 - 5
                    1: 16
                    2: 118
                    3: 156
                    4: 168
                    5: 146
              default: 180
          }
        16: .line 1142
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 2 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 2 - 9
                    2: 17
                    3: 28
                    4: 117
                    5: 17
                    6: 17
                    7: 65
                    8: 65
                    9: 65
              default: 117
          }
        17: .line 1148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.MULTILINE_FIELD_VALUE:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            invokevirtual org.eclipse.jetty.http.HttpParser.checkViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;)V
        18: .line 1151
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            invokestatic org.eclipse.jetty.util.StringUtil.isEmpty:(Ljava/lang/String;)Z
            ifeq 22
        19: .line 1153
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
        20: .line 1154
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpParser._length:I
        21: .line 1155
            goto 26
        22: .line 1158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpParser.setString:(Ljava/lang/String;)V
        23: .line 1159
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        24: .line 1160
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpParser._length:I
            iconst_1
            iadd
            putfield org.eclipse.jetty.http.HttpParser._length:I
        25: .line 1161
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
        26: .line 1163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.VALUE:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
        27: .line 1164
            goto 181
        28: .line 1170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 30
        29: .line 1171
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.parsedHeader:()V
            goto 31
        30: .line 1173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.parsedTrailer:()V
        31: .line 1175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.jetty.http.HttpParser._contentPosition:J
        32: .line 1178
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.TRAILER:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 35
        33: .line 1180
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.END:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        34: .line 1181
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.messageComplete:()Z
            ireturn
        35: .line 1185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._hasTransferEncoding:Z
            ifeq 38
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.CHUNKED_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            if_acmpeq 38
        36: .line 1187
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
            ifnull 37
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.EOF_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            if_acmpeq 38
        37: .line 1191
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 400
            ldc "Bad Transfer-Encoding, chunked not last"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
        38: .line 1196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._host:Z
            ifne 40
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
            getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
            if_acmpne 40
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
            ifnull 40
        39: .line 1198
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 400
            ldc "No Host"
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            athrow
        40: .line 1202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
            ifnull 45
        41: .line 1203
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
            sipush 304
            if_icmpeq 44
        42: .line 1204
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
            sipush 204
            if_icmpeq 44
        43: .line 1205
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
            sipush 200
            if_icmpge 45
        44: .line 1206
      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.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            goto 52
        45: .line 1209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.UNKNOWN_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            if_acmpne 52
        46: .line 1211
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
            ifeq 50
        47: .line 1212
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
            sipush 304
            if_icmpeq 50
        48: .line 1213
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
            sipush 204
            if_icmpeq 50
        49: .line 1214
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
            sipush 200
            if_icmpge 51
        50: .line 1215
      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.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            goto 52
        51: .line 1217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.EOF_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
        52: .line 1221
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$EndOfContent:()[I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            invokevirtual org.eclipse.jetty.http.HttpTokens$EndOfContent.ordinal:()I
            iaload
            tableswitch { // 3 - 5
                    3: 53
                    4: 61
                    5: 57
              default: 61
          }
        53: .line 1225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.EOF_CONTENT:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        54: .line 1226
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.headerComplete:()Z
            istore 3 /* handle */
        start local 3 // boolean handle
        55: .line 1227
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpParser._headerComplete:Z
        56: .line 1228
            iload 3 /* handle */
            ireturn
        end local 3 // boolean handle
        57: .line 1232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CHUNKED_CONTENT:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        58: .line 1233
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.headerComplete:()Z
            istore 3 /* handle */
        start local 3 // boolean handle
        59: .line 1234
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpParser._headerComplete:Z
        60: .line 1235
            iload 3 /* handle */
            ireturn
        end local 3 // boolean handle
        61: .line 1239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CONTENT:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        62: .line 1240
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.headerComplete:()Z
            istore 3 /* handle */
        start local 3 // boolean handle
        63: .line 1241
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpParser._headerComplete:Z
        64: .line 1242
            iload 3 /* handle */
            ireturn
        end local 3 // boolean handle
        65: .line 1252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 67
        66: .line 1253
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.parsedHeader:()V
            goto 68
        67: .line 1255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.parsedTrailer:()V
        68: .line 1258
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 112
        69: .line 1261
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Index$Mutable;
            ifnonnull 70
            aconst_null
            goto 71
      StackMap locals:
      StackMap stack:
        70: aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Index$Mutable;
            aload 1 /* buffer */
            iconst_m1
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokeinterface org.eclipse.jetty.util.Index$Mutable.getBest:(Ljava/nio/ByteBuffer;II)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpField
        71: astore 3 /* cachedField */
        start local 3 // org.eclipse.jetty.http.HttpField cachedField
        72: .line 1262
            aload 3 /* cachedField */
            ifnonnull 74
        73: .line 1263
            getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 1 /* buffer */
            iconst_m1
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokeinterface org.eclipse.jetty.util.Index.getBest:(Ljava/nio/ByteBuffer;II)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpField
            astore 3 /* cachedField */
        74: .line 1265
      StackMap locals: org.eclipse.jetty.http.HttpField
      StackMap stack:
            aload 3 /* cachedField */
            ifnull 112
        75: .line 1267
            aload 3 /* cachedField */
            invokevirtual org.eclipse.jetty.http.HttpField.getName:()Ljava/lang/String;
            astore 4 /* n */
        start local 4 // java.lang.String n
        76: .line 1268
            aload 3 /* cachedField */
            invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
            astore 5 /* v */
        start local 5 // java.lang.String v
        77: .line 1270
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_SENSITIVE_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._complianceMode:Lorg/eclipse/jetty/http/HttpCompliance;
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.isAllowedBy:(Lorg/eclipse/jetty/http/ComplianceViolation$Mode;)Z
            ifeq 83
        78: .line 1273
            aload 1 /* buffer */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            iconst_1
            isub
            aload 4 /* n */
            invokevirtual java.lang.String.length:()I
            getstatic java.nio.charset.StandardCharsets.US_ASCII:Ljava/nio/charset/Charset;
            invokestatic org.eclipse.jetty.util.BufferUtil.toString:(Ljava/nio/ByteBuffer;IILjava/nio/charset/Charset;)Ljava/lang/String;
            astore 6 /* en */
        start local 6 // java.lang.String en
        79: .line 1274
            aload 4 /* n */
            aload 6 /* en */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 83
        80: .line 1276
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_SENSITIVE_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aload 6 /* en */
            invokevirtual org.eclipse.jetty.http.HttpParser.reportComplianceViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;Ljava/lang/String;)V
        81: .line 1277
            aload 6 /* en */
            astore 4 /* n */
        82: .line 1278
            new org.eclipse.jetty.http.HttpField
            dup
            aload 3 /* cachedField */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            aload 4 /* n */
            aload 5 /* v */
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;)V
            astore 3 /* cachedField */
        end local 6 // java.lang.String en
        83: .line 1282
      StackMap locals: java.lang.String java.lang.String
      StackMap stack:
            aload 5 /* v */
            ifnull 88
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.isHeaderCacheCaseSensitive:()Z
            ifeq 88
        84: .line 1284
            aload 1 /* buffer */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 4 /* n */
            invokevirtual java.lang.String.length:()I
            iadd
            iconst_1
            iadd
            aload 5 /* v */
            invokevirtual java.lang.String.length:()I
            getstatic java.nio.charset.StandardCharsets.ISO_8859_1:Ljava/nio/charset/Charset;
            invokestatic org.eclipse.jetty.util.BufferUtil.toString:(Ljava/nio/ByteBuffer;IILjava/nio/charset/Charset;)Ljava/lang/String;
            astore 6 /* ev */
        start local 6 // java.lang.String ev
        85: .line 1285
            aload 5 /* v */
            aload 6 /* ev */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 88
        86: .line 1287
            aload 6 /* ev */
            astore 5 /* v */
        87: .line 1288
            new org.eclipse.jetty.http.HttpField
            dup
            aload 3 /* cachedField */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            aload 4 /* n */
            aload 5 /* v */
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;)V
            astore 3 /* cachedField */
        end local 6 // java.lang.String ev
        88: .line 1292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cachedField */
            invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
            putfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
        89: .line 1293
            aload 0 /* this */
            aload 4 /* n */
            putfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
        90: .line 1295
            aload 5 /* v */
            ifnonnull 96
        91: .line 1298
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.VALUE:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
        92: .line 1299
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
        93: .line 1300
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpParser._length:I
        94: .line 1301
            aload 1 /* buffer */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 4 /* n */
            invokevirtual java.lang.String.length:()I
            iadd
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        95: .line 1302
            goto 181
        96: .line 1306
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 4 /* n */
            invokevirtual java.lang.String.length:()I
            iadd
            aload 5 /* v */
            invokevirtual java.lang.String.length:()I
            iadd
            iconst_1
            iadd
            istore 6 /* pos */
        start local 6 // int pos
        97: .line 1307
            aload 1 /* buffer */
            iload 6 /* pos */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 7 /* peek */
        start local 7 // byte peek
        98: .line 1308
            iload 7 /* peek */
            bipush 13
            if_icmpeq 99
            iload 7 /* peek */
            bipush 10
            if_icmpne 108
        99: .line 1310
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cachedField */
            putfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
       100: .line 1311
            aload 0 /* this */
            aload 5 /* v */
            putfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
       101: .line 1312
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.IN_VALUE:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
       102: .line 1314
            iload 7 /* peek */
            bipush 13
            if_icmpne 106
       103: .line 1316
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpParser._cr:Z
       104: .line 1317
            aload 1 /* buffer */
            iload 6 /* pos */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
       105: .line 1318
            goto 181
       106: .line 1320
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            iload 6 /* pos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
       107: .line 1321
            goto 181
       108: .line 1323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.IN_VALUE:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
       109: .line 1324
            aload 0 /* this */
            aload 5 /* v */
            invokevirtual org.eclipse.jetty.http.HttpParser.setString:(Ljava/lang/String;)V
       110: .line 1325
            aload 1 /* buffer */
            iload 6 /* pos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
       111: .line 1326
            goto 181
        end local 7 // byte peek
        end local 6 // int pos
        end local 5 // java.lang.String v
        end local 4 // java.lang.String n
        end local 3 // org.eclipse.jetty.http.HttpField cachedField
       112: .line 1331
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer org.eclipse.jetty.http.HttpTokens$Token
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.IN_NAME:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
       113: .line 1332
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
       114: .line 1333
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 2 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
       115: .line 1334
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpParser._length:I
       116: .line 1335
            goto 181
       117: .line 1339
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 2 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
       118: .line 1344
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 2 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 2 - 9
                    2: 119
                    3: 132
                    4: 145
                    5: 119
                    6: 127
                    7: 142
                    8: 142
                    9: 142
              default: 145
          }
       119: .line 1349
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.WHITESPACE_AFTER_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._complianceMode:Lorg/eclipse/jetty/http/HttpCompliance;
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.isAllowedBy:(Lorg/eclipse/jetty/http/ComplianceViolation$Mode;)Z
            ifeq 126
       120: .line 1351
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
            putfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
       121: .line 1352
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.WHITESPACE_AFTER_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            new java.lang.StringBuilder
            dup
            ldc "Space after "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpParser.reportComplianceViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;Ljava/lang/String;)V
       122: .line 1353
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpHeader.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpHeader
            putfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
       123: .line 1354
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jetty.http.HttpParser._length:I
       124: .line 1355
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.WS_AFTER_NAME:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
       125: .line 1356
            goto 181
       126: .line 1358
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 2 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
       127: .line 1361
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
            putfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
       128: .line 1362
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpHeader.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpHeader
            putfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
       129: .line 1363
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jetty.http.HttpParser._length:I
       130: .line 1364
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.VALUE:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
       131: .line 1365
            goto 181
       132: .line 1368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
            putfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
       133: .line 1369
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpHeader.CACHE:Lorg/eclipse/jetty/util/Index;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            invokeinterface org.eclipse.jetty.util.Index.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.http.HttpHeader
            putfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
       134: .line 1370
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
       135: .line 1371
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
       136: .line 1372
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jetty.http.HttpParser._length:I
       137: .line 1374
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.NO_COLON_AFTER_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._complianceMode:Lorg/eclipse/jetty/http/HttpCompliance;
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.isAllowedBy:(Lorg/eclipse/jetty/http/ComplianceViolation$Mode;)Z
            ifeq 141
       138: .line 1376
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.NO_COLON_AFTER_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            new java.lang.StringBuilder
            dup
            ldc "Field "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpParser.reportComplianceViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;Ljava/lang/String;)V
       139: .line 1377
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.FIELD:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
       140: .line 1378
            goto 181
       141: .line 1380
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 2 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
       142: .line 1385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 2 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
       143: .line 1386
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.length:()I
            putfield org.eclipse.jetty.http.HttpParser._length:I
       144: .line 1387
            goto 181
       145: .line 1390
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 2 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
       146: .line 1396
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 2 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 2 - 6
                    2: 147
                    3: 150
                    4: 155
                    5: 147
                    6: 148
              default: 155
          }
       147: .line 1400
      StackMap locals:
      StackMap stack:
            goto 181
       148: .line 1403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.VALUE:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
       149: .line 1404
            goto 181
       150: .line 1407
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.NO_COLON_AFTER_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._complianceMode:Lorg/eclipse/jetty/http/HttpCompliance;
            invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.isAllowedBy:(Lorg/eclipse/jetty/http/ComplianceViolation$Mode;)Z
            ifeq 154
       151: .line 1409
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpCompliance$Violation.NO_COLON_AFTER_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
            new java.lang.StringBuilder
            dup
            ldc "Field "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.eclipse.jetty.http.HttpParser.reportComplianceViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;Ljava/lang/String;)V
       152: .line 1410
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.FIELD:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
       153: .line 1411
            goto 181
       154: .line 1413
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 2 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
       155: .line 1416
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 2 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
       156: .line 1421
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 2 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 2 - 11
                    2: 162
                    3: 157
                    4: 167
                    5: 162
                    6: 163
                    7: 163
                    8: 163
                    9: 163
                   10: 163
                   11: 163
              default: 167
          }
       157: .line 1424
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
       158: .line 1425
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
       159: .line 1426
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jetty.http.HttpParser._length:I
       160: .line 1428
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.FIELD:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
       161: .line 1429
            goto 181
       162: .line 1433
      StackMap locals:
      StackMap stack:
            goto 181
       163: .line 1441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 2 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
       164: .line 1442
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.length:()I
            putfield org.eclipse.jetty.http.HttpParser._length:I
       165: .line 1443
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.IN_VALUE:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
       166: .line 1444
            goto 181
       167: .line 1447
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 2 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
       168: .line 1452
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 2 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 2 - 11
                    2: 174
                    3: 169
                    4: 179
                    5: 174
                    6: 176
                    7: 176
                    8: 176
                    9: 176
                   10: 176
                   11: 176
              default: 179
          }
       169: .line 1455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._length:I
            ifle 172
       170: .line 1457
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
            putfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
       171: .line 1458
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jetty.http.HttpParser._length:I
       172: .line 1460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.FIELD:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
       173: .line 1461
            goto 181
       174: .line 1465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 2 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
       175: .line 1466
            goto 181
       176: .line 1474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            aload 2 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
       177: .line 1475
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.length:()I
            putfield org.eclipse.jetty.http.HttpParser._length:I
       178: .line 1476
            goto 181
       179: .line 1479
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 2 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
       180: .line 1484
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // org.eclipse.jetty.http.HttpTokens$Token t
       181: .line 1123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpeq 182
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.TRAILER:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 183
      StackMap locals:
      StackMap stack:
       182: aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 1
       183: .line 1488
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0  184     0         this  Lorg/eclipse/jetty/http/HttpParser;
            0  184     1       buffer  Ljava/nio/ByteBuffer;
            2  181     2            t  Lorg/eclipse/jetty/http/HttpTokens$Token;
            8   15     3       header  Z
           55   57     3       handle  Z
           59   61     3       handle  Z
           63   65     3       handle  Z
           72  112     3  cachedField  Lorg/eclipse/jetty/http/HttpField;
           76  112     4            n  Ljava/lang/String;
           77  112     5            v  Ljava/lang/String;
           79   83     6           en  Ljava/lang/String;
           85   88     6           ev  Ljava/lang/String;
           97  112     6          pos  I
           98  112     7         peek  B
    MethodParameters:
        Name  Flags
      buffer  

  public boolean parseNext(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 1499
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
            ifeq 2
         1: .line 1500
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "parseNext s={} {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.util.BufferUtil.toDetailString:(Ljava/nio/ByteBuffer;)Ljava/lang/String;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 1504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.START:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 10
         3: .line 1506
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
         4: .line 1507
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpParser._method:Lorg/eclipse/jetty/http/HttpMethod;
         5: .line 1508
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
         6: .line 1509
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.UNKNOWN_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
         7: .line 1510
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
         8: .line 1511
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual org.eclipse.jetty.http.HttpParser.quickStart:(Ljava/nio/ByteBuffer;)Z
            ifeq 10
         9: .line 1512
            iconst_1
            ireturn
        10: .line 1516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            getstatic org.eclipse.jetty.http.HttpParser$State.START:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            if_icmplt 13
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            getstatic org.eclipse.jetty.http.HttpParser$State.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            if_icmpge 13
        11: .line 1518
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual org.eclipse.jetty.http.HttpParser.parseLine:(Ljava/nio/ByteBuffer;)Z
            ifeq 13
        12: .line 1519
            iconst_1
            ireturn
        13: .line 1523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 16
        14: .line 1525
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual org.eclipse.jetty.http.HttpParser.parseFields:(Ljava/nio/ByteBuffer;)Z
            ifeq 16
        15: .line 1526
            iconst_1
            ireturn
        16: .line 1530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            getstatic org.eclipse.jetty.http.HttpParser$State.CONTENT:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            if_icmplt 27
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            getstatic org.eclipse.jetty.http.HttpParser$State.TRAILER:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            if_icmpge 27
        17: .line 1533
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
            ifle 25
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headResponse:Z
            ifeq 25
        18: .line 1535
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.CONTENT_END:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpeq 22
        19: .line 1537
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CONTENT_END:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        20: .line 1538
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.handleContentMessage:()Z
        21: ireturn
        22: .line 1542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.END:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        23: .line 1543
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.messageComplete:()Z
        24: ireturn
        25: .line 1548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual org.eclipse.jetty.http.HttpParser.parseContent:(Ljava/nio/ByteBuffer;)Z
            ifeq 27
        26: .line 1549
            iconst_1
            ireturn
        27: .line 1554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.TRAILER:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 30
        28: .line 1556
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual org.eclipse.jetty.http.HttpParser.parseFields:(Ljava/nio/ByteBuffer;)Z
            ifeq 30
        29: .line 1557
            iconst_1
            ireturn
        30: .line 1561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.END:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 42
        31: .line 1564
            iconst_0
            istore 2 /* whiteSpace */
        start local 2 // int whiteSpace
        32: .line 1565
            goto 38
        33: .line 1567
      StackMap locals: int
      StackMap stack:
            aload 1 /* buffer */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 3 /* b */
        start local 3 // byte b
        34: .line 1568
            iload 3 /* b */
            bipush 13
            if_icmpeq 36
            iload 3 /* b */
            bipush 10
            if_icmpeq 36
        35: .line 1569
            goto 39
        36: .line 1570
      StackMap locals: int
      StackMap stack:
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.get:()B
            pop
        37: .line 1571
            iinc 2 /* whiteSpace */ 1
        end local 3 // byte b
        38: .line 1565
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ifgt 33
        39: .line 1573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
            ifeq 44
            iload 2 /* whiteSpace */
            ifle 44
        40: .line 1574
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "Discarded {} CR or LF characters"
            iload 2 /* whiteSpace */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
        end local 2 // int whiteSpace
        41: .line 1575
            goto 44
        42: .line 1576
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.isClose:()Z
            ifne 43
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.isClosed:()Z
            ifeq 44
        43: .line 1578
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
        44: .line 1582
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.isAtEOF:()Z
            ifeq 78
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 78
        45: .line 1584
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$State:()[I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            iaload
            tableswitch { // 1 - 22
                    1: 60
                    2: 63
                    3: 63
                    4: 63
                    5: 63
                    6: 63
                    7: 63
                    8: 63
                    9: 63
                   10: 63
                   11: 63
                   12: 60
                   13: 49
                   14: 60
                   15: 60
                   16: 60
                   17: 60
                   18: 63
                   19: 49
                   20: 47
                   21: 47
                   22: 46
              default: 63
          }
        46: .line 1587
      StackMap locals:
      StackMap stack:
            goto 78
        47: .line 1591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSED:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        48: .line 1592
            goto 78
        49: .line 1596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._fieldState:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.FIELD:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            if_acmpne 57
        50: .line 1599
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CONTENT_END:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        51: .line 1600
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.handleContentMessage:()Z
            istore 2 /* handle */
        start local 2 // boolean handle
        52: .line 1601
            iload 2 /* handle */
            ifeq 54
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.CONTENT_END:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 54
        53: .line 1602
            iconst_1
            ireturn
        54: .line 1603
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSED:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        55: .line 1604
            iload 2 /* handle */
        56: ireturn
        end local 2 // boolean handle
        57: .line 1606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSED:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        58: .line 1607
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.earlyEOF:()V
        59: .line 1608
            goto 78
        60: .line 1616
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSED:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        61: .line 1617
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.earlyEOF:()V
        62: .line 1618
            goto 78
        63: .line 1621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
            ifeq 65
        64: .line 1622
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "{} EOF in {}"
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        65: .line 1623
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSED:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        66: .line 1624
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 400
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.badMessage:(Lorg/eclipse/jetty/http/BadMessageException;)V
        67: .line 1628
            goto 78
        68: .line 1629
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.BadMessageException
            astore 2 /* x */
        start local 2 // org.eclipse.jetty.http.BadMessageException x
        69: .line 1631
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
        70: .line 1632
            aload 0 /* this */
            aload 2 /* x */
            invokevirtual org.eclipse.jetty.http.HttpParser.badMessage:(Lorg/eclipse/jetty/http/BadMessageException;)V
        end local 2 // org.eclipse.jetty.http.BadMessageException x
        71: goto 78
        72: .line 1634
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* x */
        start local 2 // java.lang.Throwable x
        73: .line 1636
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
        74: .line 1637
            aload 0 /* this */
        75: new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 400
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
            ifnull 76
            ldc "Bad Request"
            goto 77
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer java.lang.Throwable
      StackMap stack: org.eclipse.jetty.http.HttpParser new 75 new 75 int
        76: ldc "Bad Response"
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer java.lang.Throwable
      StackMap stack: org.eclipse.jetty.http.HttpParser new 75 new 75 int java.lang.String
        77: aload 2 /* x */
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;Ljava/lang/Throwable;)V
            invokevirtual org.eclipse.jetty.http.HttpParser.badMessage:(Lorg/eclipse/jetty/http/BadMessageException;)V
        end local 2 // java.lang.Throwable x
        78: .line 1639
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   79     0        this  Lorg/eclipse/jetty/http/HttpParser;
            0   79     1      buffer  Ljava/nio/ByteBuffer;
           32   41     2  whiteSpace  I
           34   38     3           b  B
           52   57     2      handle  Z
           69   71     2           x  Lorg/eclipse/jetty/http/BadMessageException;
           73   78     2           x  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     9      68  Class org.eclipse.jetty.http.BadMessageException
          10    12      68  Class org.eclipse.jetty.http.BadMessageException
          13    15      68  Class org.eclipse.jetty.http.BadMessageException
          16    21      68  Class org.eclipse.jetty.http.BadMessageException
          22    24      68  Class org.eclipse.jetty.http.BadMessageException
          25    26      68  Class org.eclipse.jetty.http.BadMessageException
          27    29      68  Class org.eclipse.jetty.http.BadMessageException
          30    53      68  Class org.eclipse.jetty.http.BadMessageException
          54    56      68  Class org.eclipse.jetty.http.BadMessageException
          57    67      68  Class org.eclipse.jetty.http.BadMessageException
           2     9      72  Class java.lang.Throwable
          10    12      72  Class java.lang.Throwable
          13    15      72  Class java.lang.Throwable
          16    21      72  Class java.lang.Throwable
          22    24      72  Class java.lang.Throwable
          25    26      72  Class java.lang.Throwable
          27    29      72  Class java.lang.Throwable
          30    53      72  Class java.lang.Throwable
          54    56      72  Class java.lang.Throwable
          57    67      72  Class java.lang.Throwable
    MethodParameters:
        Name  Flags
      buffer  

  protected void badMessage(org.eclipse.jetty.http.BadMessageException);
    descriptor: (Lorg/eclipse/jetty/http/BadMessageException;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.BadMessageException x
         0: .line 1644
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
            ifeq 2
         1: .line 1645
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "Parse exception: {} for {}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            aastore
            dup
            iconst_2
            aload 1 /* x */
            aastore
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 1646
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSE:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
         3: .line 1647
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerComplete:Z
            ifeq 5
         4: .line 1648
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.earlyEOF:()V
            goto 6
         5: .line 1650
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            aload 1 /* x */
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.badMessage:(Lorg/eclipse/jetty/http/BadMessageException;)V
         6: .line 1651
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jetty.http.BadMessageException x
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/http/HttpParser;
            0    7     1     x  Lorg/eclipse/jetty/http/BadMessageException;
    MethodParameters:
      Name  Flags
      x     

  protected boolean parseContent(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 1655
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* remaining */
        start local 2 // int remaining
         1: .line 1656
            iload 2 /* remaining */
            ifne 96
         2: .line 1658
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$State:()[I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            iaload
            lookupswitch { // 2
                   12: 3
                   18: 7
              default: 11
          }
         3: .line 1661
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentLength:J
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
            lsub
            lstore 3 /* content */
        start local 3 // long content
         4: .line 1662
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.NO_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            if_acmpeq 5
            lload 3 /* content */
            lconst_0
            lcmp
            ifne 96
         5: .line 1664
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CONTENT_END:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
         6: .line 1665
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.handleContentMessage:()Z
            ireturn
        end local 3 // long content
         7: .line 1669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.EOF_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            if_acmpne 8
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSED:Lorg/eclipse/jetty/http/HttpParser$State;
            goto 9
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpParser
         8: getstatic org.eclipse.jetty.http.HttpParser$State.END:Lorg/eclipse/jetty/http/HttpParser$State;
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer int
      StackMap stack: org.eclipse.jetty.http.HttpParser org.eclipse.jetty.http.HttpParser$State
         9: invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        10: .line 1670
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.messageComplete:()Z
            ireturn
        11: .line 1673
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        12: .line 1680
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$State:()[I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            iaload
            tableswitch { // 12 - 18
                   12: 18
                   13: 13
                   14: 32
                   15: 48
                   16: 67
                   17: 78
                   18: 91
              default: 95
          }
        13: .line 1683
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.asReadOnlyBuffer:()Ljava/nio/ByteBuffer;
            putfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
        14: .line 1684
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
            iload 2 /* remaining */
            i2l
            ladd
            putfield org.eclipse.jetty.http.HttpParser._contentPosition:J
        15: .line 1685
            aload 1 /* buffer */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 2 /* remaining */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        16: .line 1686
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.content:(Ljava/nio/ByteBuffer;)Z
            ifeq 95
        17: .line 1687
            iconst_1
            ireturn
        18: .line 1692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentLength:J
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
            lsub
            lstore 3 /* content */
        start local 3 // long content
        19: .line 1693
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.NO_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            if_acmpeq 20
            lload 3 /* content */
            lconst_0
            lcmp
            ifne 22
        20: .line 1695
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CONTENT_END:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        21: .line 1696
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.handleContentMessage:()Z
            ireturn
        22: .line 1700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.asReadOnlyBuffer:()Ljava/nio/ByteBuffer;
            putfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
        23: .line 1703
            iload 2 /* remaining */
            i2l
            lload 3 /* content */
            lcmp
            ifle 25
        24: .line 1707
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            lload 3 /* content */
            l2i
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        25: .line 1710
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            i2l
            ladd
            putfield org.eclipse.jetty.http.HttpParser._contentPosition:J
        26: .line 1711
            aload 1 /* buffer */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        27: .line 1713
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.content:(Ljava/nio/ByteBuffer;)Z
            ifeq 29
        28: .line 1714
            iconst_1
            ireturn
        29: .line 1716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentLength:J
            lcmp
            ifne 95
        30: .line 1718
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CONTENT_END:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        31: .line 1719
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.handleContentMessage:()Z
            ireturn
        end local 3 // long content
        32: .line 1727
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
            astore 3 /* t */
        start local 3 // org.eclipse.jetty.http.HttpTokens$Token t
        33: .line 1728
            aload 3 /* t */
            ifnonnull 35
        34: .line 1729
            goto 95
        35: .line 1730
      StackMap locals: org.eclipse.jetty.http.HttpTokens$Token
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 3 - 8
                    3: 36
                    4: 47
                    5: 47
                    6: 47
                    7: 37
                    8: 41
              default: 47
          }
        36: .line 1733
      StackMap locals:
      StackMap stack:
            goto 95
        37: .line 1736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getHexDigit:()I
            putfield org.eclipse.jetty.http.HttpParser._chunkLength:I
        38: .line 1737
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpParser._chunkPosition:I
        39: .line 1738
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CHUNK_SIZE:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        40: .line 1739
            goto 95
        41: .line 1742
      StackMap locals:
      StackMap stack:
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.isHexDigit:()Z
            ifeq 46
        42: .line 1744
            aload 0 /* this */
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getHexDigit:()I
            putfield org.eclipse.jetty.http.HttpParser._chunkLength:I
        43: .line 1745
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpParser._chunkPosition:I
        44: .line 1746
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CHUNK_SIZE:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        45: .line 1747
            goto 95
        46: .line 1749
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 3 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
        47: .line 1752
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 3 /* t */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.http.HttpParser$IllegalCharacterException.<init>:(Lorg/eclipse/jetty/http/HttpParser$State;Lorg/eclipse/jetty/http/HttpTokens$Token;Ljava/nio/ByteBuffer;)V
            athrow
        end local 3 // org.eclipse.jetty.http.HttpTokens$Token t
        48: .line 1759
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
            astore 3 /* t */
        start local 3 // org.eclipse.jetty.http.HttpTokens$Token t
        49: .line 1760
            aload 3 /* t */
            ifnonnull 51
        50: .line 1761
            goto 95
        51: .line 1763
      StackMap locals: org.eclipse.jetty.http.HttpTokens$Token
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 3 - 5
                    3: 52
                    4: 60
                    5: 58
              default: 60
          }
        52: .line 1766
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._chunkLength:I
            ifne 56
        53: .line 1768
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.TRAILER:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        54: .line 1769
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.contentComplete:()Z
            ifeq 95
        55: .line 1770
            iconst_1
            ireturn
        56: .line 1773
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CHUNK:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        57: .line 1774
            goto 95
        58: .line 1777
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CHUNK_PARAMS:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        59: .line 1778
            goto 95
        60: .line 1781
      StackMap locals:
      StackMap stack:
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.isHexDigit:()Z
            ifeq 65
        61: .line 1783
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._chunkLength:I
            ldc 134217711
            if_icmple 63
        62: .line 1784
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 413
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
            athrow
        63: .line 1785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._chunkLength:I
            bipush 16
            imul
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getHexDigit:()I
            iadd
            putfield org.eclipse.jetty.http.HttpParser._chunkLength:I
        64: .line 1786
            goto 95
        65: .line 1789
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CHUNK_PARAMS:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        66: .line 1792
            goto 95
        end local 3 // org.eclipse.jetty.http.HttpTokens$Token t
        67: .line 1797
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
            astore 3 /* t */
        start local 3 // org.eclipse.jetty.http.HttpTokens$Token t
        68: .line 1798
            aload 3 /* t */
            ifnonnull 70
        69: .line 1799
            goto 95
        70: .line 1801
      StackMap locals: org.eclipse.jetty.http.HttpTokens$Token
      StackMap stack:
            invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
            aload 3 /* t */
            invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getType:()Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iaload
            tableswitch { // 3 - 3
                    3: 71
              default: 77
          }
        71: .line 1804
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._chunkLength:I
            ifne 75
        72: .line 1806
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.TRAILER:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        73: .line 1807
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.contentComplete:()Z
            ifeq 95
        74: .line 1808
            iconst_1
            ireturn
        75: .line 1811
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CHUNK:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        76: .line 1812
            goto 95
        77: .line 1816
      StackMap locals:
      StackMap stack:
            goto 95
        end local 3 // org.eclipse.jetty.http.HttpTokens$Token t
        78: .line 1821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._chunkLength:I
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._chunkPosition:I
            isub
            istore 3 /* chunk */
        start local 3 // int chunk
        79: .line 1822
            iload 3 /* chunk */
            ifne 82
        80: .line 1824
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CHUNKED_CONTENT:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        81: .line 1825
            goto 95
        82: .line 1828
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.asReadOnlyBuffer:()Ljava/nio/ByteBuffer;
            putfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
        83: .line 1830
            iload 2 /* remaining */
            iload 3 /* chunk */
            if_icmple 85
        84: .line 1831
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 3 /* chunk */
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        85: .line 1832
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 3 /* chunk */
        86: .line 1834
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
            iload 3 /* chunk */
            i2l
            ladd
            putfield org.eclipse.jetty.http.HttpParser._contentPosition:J
        87: .line 1835
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.http.HttpParser._chunkPosition:I
            iload 3 /* chunk */
            iadd
            putfield org.eclipse.jetty.http.HttpParser._chunkPosition:I
        88: .line 1836
            aload 1 /* buffer */
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 3 /* chunk */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        89: .line 1837
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.content:(Ljava/nio/ByteBuffer;)Z
            ifeq 95
        90: .line 1838
            iconst_1
            ireturn
        end local 3 // int chunk
        91: .line 1845
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.EOF_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            if_acmpne 92
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSED:Lorg/eclipse/jetty/http/HttpParser$State;
            goto 93
      StackMap locals:
      StackMap stack: org.eclipse.jetty.http.HttpParser
        92: getstatic org.eclipse.jetty.http.HttpParser$State.END:Lorg/eclipse/jetty/http/HttpParser$State;
      StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer int
      StackMap stack: org.eclipse.jetty.http.HttpParser org.eclipse.jetty.http.HttpParser$State
        93: invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
        94: .line 1846
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
            invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.messageComplete:()Z
            ireturn
        95: .line 1853
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* remaining */
        96: .line 1678
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            getstatic org.eclipse.jetty.http.HttpParser$State.TRAILER:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            if_icmpge 97
            iload 2 /* remaining */
            ifgt 12
        97: .line 1855
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int remaining
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   98     0       this  Lorg/eclipse/jetty/http/HttpParser;
            0   98     1     buffer  Ljava/nio/ByteBuffer;
            1   98     2  remaining  I
            4    7     3    content  J
           19   32     3    content  J
           33   48     3          t  Lorg/eclipse/jetty/http/HttpTokens$Token;
           49   67     3          t  Lorg/eclipse/jetty/http/HttpTokens$Token;
           68   78     3          t  Lorg/eclipse/jetty/http/HttpTokens$Token;
           79   91     3      chunk  I
    MethodParameters:
        Name  Flags
      buffer  

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

  public void atEOF();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 1868
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
            ifeq 2
         1: .line 1869
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "atEOF {}"
            aload 0 /* this */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 1870
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpParser._eof:Z
         3: .line 1871
            return
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/http/HttpParser;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 1878
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
            ifeq 2
         1: .line 1879
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "close {}"
            aload 0 /* this */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 1880
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSE:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
         3: .line 1881
            return
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/http/HttpParser;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 1885
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
            ifeq 2
         1: .line 1886
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "reset {}"
            aload 0 /* this */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 1889
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSE:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpeq 3
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            getstatic org.eclipse.jetty.http.HttpParser$State.CLOSED:Lorg/eclipse/jetty/http/HttpParser$State;
            if_acmpne 4
         3: .line 1890
      StackMap locals:
      StackMap stack:
            return
         4: .line 1892
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpParser$State.START:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser.setState:(Lorg/eclipse/jetty/http/HttpParser$State;)V
         5: .line 1893
            aload 0 /* this */
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.UNKNOWN_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            putfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
         6: .line 1894
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.http.HttpParser._contentLength:J
         7: .line 1895
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpParser._hasContentLength:Z
         8: .line 1896
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpParser._hasTransferEncoding:Z
         9: .line 1897
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.jetty.http.HttpParser._contentPosition:J
        10: .line 1898
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpParser._responseStatus:I
        11: .line 1899
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
        12: .line 1900
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
        13: .line 1901
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpParser._host:Z
        14: .line 1902
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.http.HttpParser._headerComplete:Z
        15: .line 1903
            return
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/eclipse/jetty/http/HttpParser;

  protected void setState(org.eclipse.jetty.http.HttpParser$State);
    descriptor: (Lorg/eclipse/jetty/http/HttpParser$State;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpParser$State state
         0: .line 1907
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
            ifeq 2
         1: .line 1908
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "{} --> {}"
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aload 1 /* state */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 1909
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* state */
            putfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
         3: .line 1910
            return
        end local 1 // org.eclipse.jetty.http.HttpParser$State state
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/jetty/http/HttpParser;
            0    4     1  state  Lorg/eclipse/jetty/http/HttpParser$State;
    MethodParameters:
       Name  Flags
      state  

  protected void setState(org.eclipse.jetty.http.HttpParser$FieldState);
    descriptor: (Lorg/eclipse/jetty/http/HttpParser$FieldState;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpParser this
        start local 1 // org.eclipse.jetty.http.HttpParser$FieldState state
         0: .line 1914
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
            ifeq 5
         1: .line 1915
            getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/slf4j/Logger;
            ldc "{}:{} --> {}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
            ifnull 2
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
            goto 4
      StackMap locals: org.eclipse.jetty.http.HttpParser org.eclipse.jetty.http.HttpParser$FieldState
      StackMap stack: org.slf4j.Logger java.lang.String java.lang.Object[] java.lang.Object[] int
         2: aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            ifnull 3
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
            goto 4
      StackMap locals: org.eclipse.jetty.http.HttpParser org.eclipse.jetty.http.HttpParser$FieldState
      StackMap stack: org.slf4j.Logger java.lang.String java.lang.Object[] java.lang.Object[] int
         3: aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
      StackMap locals: org.eclipse.jetty.http.HttpParser org.eclipse.jetty.http.HttpParser$FieldState
      StackMap stack: org.slf4j.Logger java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.Object
         4: aastore
            dup
            iconst_2
            aload 1 /* state */
            aastore
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 1916
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* state */
            putfield org.eclipse.jetty.http.HttpParser._fieldState:Lorg/eclipse/jetty/http/HttpParser$FieldState;
         6: .line 1917
            return
        end local 1 // org.eclipse.jetty.http.HttpParser$FieldState state
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jetty/http/HttpParser;
            0    7     1  state  Lorg/eclipse/jetty/http/HttpParser$FieldState;
    MethodParameters:
       Name  Flags
      state  

  public org.eclipse.jetty.util.Index<org.eclipse.jetty.http.HttpField> getFieldCache();
    descriptor: ()Lorg/eclipse/jetty/util/Index;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 1921
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Index$Mutable;
            areturn
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/http/HttpParser;
    Signature: ()Lorg/eclipse/jetty/util/Index<Lorg/eclipse/jetty/http/HttpField;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpParser this
         0: .line 1927
            ldc "%s{s=%s,%d of %d}"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 1928
            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 1929
            aload 0 /* this */
            getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
            aastore
            dup
            iconst_2
         3: .line 1930
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.getContentRead:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_3
         4: .line 1931
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.http.HttpParser.getContentLength:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
         5: .line 1927
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.http.HttpParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/http/HttpParser;

  static int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 91
            getstatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jetty.http.HttpTokens$Type.values:()[Lorg/eclipse/jetty/http/HttpTokens$Type;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jetty.http.HttpTokens$Type.ALPHA:Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            bipush 8
            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.HttpTokens$Type.CNTL:Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iconst_1
            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.HttpTokens$Type.COLON:Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            bipush 6
            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.HttpTokens$Type.CR:Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iconst_4
            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.HttpTokens$Type.DIGIT:Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            bipush 7
            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.HttpTokens$Type.HTAB:Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iconst_2
            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.HttpTokens$Type.LF:Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iconst_3
            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.HttpTokens$Type.OTEXT:Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            bipush 11
            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.HttpTokens$Type.SPACE:Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            iconst_5
            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.HttpTokens$Type.TCHAR:Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            bipush 9
            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.HttpTokens$Type.VCHAR:Lorg/eclipse/jetty/http/HttpTokens$Type;
            invokevirtual org.eclipse.jetty.http.HttpTokens$Type.ordinal:()I
            bipush 10
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            dup
            putstatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:[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

  static int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$State();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 91
            getstatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$State:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jetty.http.HttpParser$State.values:()[Lorg/eclipse/jetty/http/HttpParser$State;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jetty.http.HttpParser$State.CHUNK:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 17
            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.HttpParser$State.CHUNKED_CONTENT:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 14
            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.HttpParser$State.CHUNK_PARAMS:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 16
            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.HttpParser$State.CHUNK_SIZE:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 15
            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.HttpParser$State.CLOSE:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 21
            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.HttpParser$State.CLOSED:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 22
            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.HttpParser$State.CONTENT:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.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.HttpParser$State.CONTENT_END:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 18
            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.HttpParser$State.END:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 20
            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.HttpParser$State.EOF_CONTENT:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 13
            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.HttpParser$State.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 11
            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.HttpParser$State.METHOD:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            iconst_2
            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.HttpParser$State.PROXY:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 10
            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.HttpParser$State.REASON:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 9
            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.HttpParser$State.REQUEST_VERSION:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 8
            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.HttpParser$State.RESPONSE_VERSION:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            iconst_3
            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.HttpParser$State.SPACE1:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            iconst_4
            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.HttpParser$State.SPACE2:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 7
            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.HttpParser$State.START:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            iconst_1
            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.HttpParser$State.STATUS:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            iconst_5
            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.HttpParser$State.TRAILER:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 19
            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.HttpParser$State.URI:Lorg/eclipse/jetty/http/HttpParser$State;
            invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
            bipush 6
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            dup
            putstatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$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
          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

  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 91
            getstatic org.eclipse.jetty.http.HttpParser.$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.HttpParser.$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

  static int[] $SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$EndOfContent();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 91
            getstatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$EndOfContent:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jetty.http.HttpTokens$EndOfContent.values:()[Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jetty.http.HttpTokens$EndOfContent.CHUNKED_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            invokevirtual org.eclipse.jetty.http.HttpTokens$EndOfContent.ordinal:()I
            iconst_5
            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.HttpTokens$EndOfContent.CONTENT_LENGTH:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            invokevirtual org.eclipse.jetty.http.HttpTokens$EndOfContent.ordinal:()I
            iconst_4
            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.HttpTokens$EndOfContent.EOF_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            invokevirtual org.eclipse.jetty.http.HttpTokens$EndOfContent.ordinal:()I
            iconst_3
            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.HttpTokens$EndOfContent.NO_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            invokevirtual org.eclipse.jetty.http.HttpTokens$EndOfContent.ordinal:()I
            iconst_2
            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.HttpTokens$EndOfContent.UNKNOWN_CONTENT:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
            invokevirtual org.eclipse.jetty.http.HttpTokens$EndOfContent.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.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$EndOfContent:[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$HttpParser$FieldState();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 91
            getstatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$FieldState:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jetty.http.HttpParser$FieldState.values:()[Lorg/eclipse/jetty/http/HttpParser$FieldState;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jetty.http.HttpParser$FieldState.FIELD:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser$FieldState.ordinal:()I
            iconst_1
            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.HttpParser$FieldState.IN_NAME:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser$FieldState.ordinal:()I
            iconst_2
            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.HttpParser$FieldState.IN_VALUE:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser$FieldState.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.HttpParser$FieldState.VALUE:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser$FieldState.ordinal:()I
            iconst_3
            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.HttpParser$FieldState.WS_AFTER_NAME:Lorg/eclipse/jetty/http/HttpParser$FieldState;
            invokevirtual org.eclipse.jetty.http.HttpParser$FieldState.ordinal:()I
            iconst_5
            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.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$FieldState:[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

  private static java.util.Map lambda$0();
    descriptor: ()Ljava/util/Map;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=6, locals=14, args_size=0
         0: .line 138
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            astore 0 /* map */
        start local 0 // java.util.Map map
         1: .line 140
            bipush 6
            anewarray java.lang.String
            dup
            iconst_0
         2: .line 141
            ldc "text/plain"
            aastore
            dup
            iconst_1
            ldc "text/html"
            aastore
            dup
            iconst_2
            ldc "text/xml"
            aastore
            dup
            iconst_3
            ldc "text/json"
            aastore
            dup
            iconst_4
            ldc "application/json"
            aastore
            dup
            iconst_5
            ldc "application/x-www-form-urlencoded"
            aastore
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 19
      StackMap locals: java.util.Map top int int java.lang.String[]
      StackMap stack:
         3: aload 4
            iload 2
            aaload
            astore 1 /* type */
        start local 1 // java.lang.String type
         4: .line 144
            new org.eclipse.jetty.http.PreEncodedHttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            aload 1 /* type */
            invokespecial org.eclipse.jetty.http.PreEncodedHttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            astore 5 /* field */
        start local 5 // org.eclipse.jetty.http.HttpField field
         5: .line 145
            aload 0 /* map */
            aload 5 /* field */
            invokevirtual org.eclipse.jetty.http.HttpField.toString:()Ljava/lang/String;
            aload 5 /* field */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 147
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "utf-8"
            aastore
            dup
            iconst_1
            ldc "iso-8859-1"
            aastore
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 17
      StackMap locals: java.util.Map java.lang.String int int java.lang.String[] org.eclipse.jetty.http.HttpField top int int java.lang.String[]
      StackMap stack:
         7: aload 9
            iload 7
            aaload
            astore 6 /* charset */
        start local 6 // java.lang.String charset
         8: .line 149
            new org.eclipse.jetty.http.PreEncodedHttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            new java.lang.StringBuilder
            dup
            aload 1 /* type */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ";charset="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 6 /* charset */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.PreEncodedHttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            astore 10 /* field1 */
        start local 10 // org.eclipse.jetty.http.PreEncodedHttpField field1
         9: .line 150
            aload 0 /* map */
            aload 10 /* field1 */
            invokevirtual org.eclipse.jetty.http.PreEncodedHttpField.toString:()Ljava/lang/String;
            aload 10 /* field1 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        10: .line 151
            new org.eclipse.jetty.http.PreEncodedHttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            new java.lang.StringBuilder
            dup
            aload 1 /* type */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "; charset="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 6 /* charset */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.PreEncodedHttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            astore 11 /* field2 */
        start local 11 // org.eclipse.jetty.http.PreEncodedHttpField field2
        11: .line 152
            aload 0 /* map */
            aload 11 /* field2 */
            invokevirtual org.eclipse.jetty.http.PreEncodedHttpField.toString:()Ljava/lang/String;
            aload 11 /* field2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 153
            new org.eclipse.jetty.http.PreEncodedHttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            new java.lang.StringBuilder
            dup
            aload 1 /* type */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ";charset="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 6 /* charset */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toUpperCase:(Ljava/util/Locale;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.PreEncodedHttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            astore 12 /* field3 */
        start local 12 // org.eclipse.jetty.http.PreEncodedHttpField field3
        13: .line 154
            aload 0 /* map */
            aload 12 /* field3 */
            invokevirtual org.eclipse.jetty.http.PreEncodedHttpField.toString:()Ljava/lang/String;
            aload 12 /* field3 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 155
            new org.eclipse.jetty.http.PreEncodedHttpField
            dup
            getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
            new java.lang.StringBuilder
            dup
            aload 1 /* type */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "; charset="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 6 /* charset */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toUpperCase:(Ljava/util/Locale;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.eclipse.jetty.http.PreEncodedHttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            astore 13 /* field4 */
        start local 13 // org.eclipse.jetty.http.PreEncodedHttpField field4
        15: .line 156
            aload 0 /* map */
            aload 13 /* field4 */
            invokevirtual org.eclipse.jetty.http.PreEncodedHttpField.toString:()Ljava/lang/String;
            aload 13 /* field4 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 13 // org.eclipse.jetty.http.PreEncodedHttpField field4
        end local 12 // org.eclipse.jetty.http.PreEncodedHttpField field3
        end local 11 // org.eclipse.jetty.http.PreEncodedHttpField field2
        end local 10 // org.eclipse.jetty.http.PreEncodedHttpField field1
        end local 6 // java.lang.String charset
        16: .line 147
            iinc 7 1
      StackMap locals:
      StackMap stack:
        17: iload 7
            iload 8
            if_icmplt 7
        end local 5 // org.eclipse.jetty.http.HttpField field
        end local 1 // java.lang.String type
        18: .line 140
            iinc 2 1
      StackMap locals: java.util.Map top int int java.lang.String[]
      StackMap stack:
        19: iload 2
            iload 3
            if_icmplt 3
        20: .line 159
            aload 0 /* map */
            areturn
        end local 0 // java.util.Map map
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            1   21     0      map  Ljava/util/Map<Ljava/lang/String;Lorg/eclipse/jetty/http/HttpField;>;
            4   18     1     type  Ljava/lang/String;
            5   18     5    field  Lorg/eclipse/jetty/http/HttpField;
            8   16     6  charset  Ljava/lang/String;
            9   16    10   field1  Lorg/eclipse/jetty/http/PreEncodedHttpField;
           11   16    11   field2  Lorg/eclipse/jetty/http/PreEncodedHttpField;
           13   16    12   field3  Lorg/eclipse/jetty/http/PreEncodedHttpField;
           15   16    13   field4  Lorg/eclipse/jetty/http/PreEncodedHttpField;

  private static java.util.Map lambda$1();
    descriptor: ()Ljava/util/Map;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=6, args_size=0
         0: .line 163
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            astore 0 /* map */
        start local 0 // java.util.Map map
         1: .line 164
            invokestatic org.eclipse.jetty.http.HttpHeader.values:()[Lorg/eclipse/jetty/http/HttpHeader;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 6
      StackMap locals: java.util.Map top int int org.eclipse.jetty.http.HttpHeader[]
      StackMap stack:
         2: aload 4
            iload 2
            aaload
            astore 1 /* h */
        start local 1 // org.eclipse.jetty.http.HttpHeader h
         3: .line 166
            new org.eclipse.jetty.http.HttpField
            dup
            aload 1 /* h */
            aconst_null
            invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
            astore 5 /* httpField */
        start local 5 // org.eclipse.jetty.http.HttpField httpField
         4: .line 167
            aload 0 /* map */
            aload 5 /* httpField */
            invokevirtual org.eclipse.jetty.http.HttpField.toString:()Ljava/lang/String;
            aload 5 /* httpField */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // org.eclipse.jetty.http.HttpField httpField
        end local 1 // org.eclipse.jetty.http.HttpHeader h
         5: .line 164
            iinc 2 1
      StackMap locals:
      StackMap stack:
         6: iload 2
            iload 3
            if_icmplt 2
         7: .line 169
            aload 0 /* map */
            areturn
        end local 0 // java.util.Map map
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            1    8     0        map  Ljava/util/Map<Ljava/lang/String;Lorg/eclipse/jetty/http/HttpField;>;
            3    5     1          h  Lorg/eclipse/jetty/http/HttpHeader;
            4    5     5  httpField  Lorg/eclipse/jetty/http/HttpField;
}
SourceFile: "HttpParser.java"
NestMembers:
  org.eclipse.jetty.http.HttpParser$FieldState  org.eclipse.jetty.http.HttpParser$HttpHandler  org.eclipse.jetty.http.HttpParser$IllegalCharacterException  org.eclipse.jetty.http.HttpParser$RequestHandler  org.eclipse.jetty.http.HttpParser$ResponseHandler  org.eclipse.jetty.http.HttpParser$State
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Listener = org.eclipse.jetty.http.ComplianceViolation$Listener of org.eclipse.jetty.http.ComplianceViolation
  public abstract Mode = org.eclipse.jetty.http.ComplianceViolation$Mode of org.eclipse.jetty.http.ComplianceViolation
  public final Violation = org.eclipse.jetty.http.HttpCompliance$Violation of org.eclipse.jetty.http.HttpCompliance
  public final FieldState = org.eclipse.jetty.http.HttpParser$FieldState of org.eclipse.jetty.http.HttpParser
  public abstract HttpHandler = org.eclipse.jetty.http.HttpParser$HttpHandler of org.eclipse.jetty.http.HttpParser
  private IllegalCharacterException = org.eclipse.jetty.http.HttpParser$IllegalCharacterException of org.eclipse.jetty.http.HttpParser
  public abstract RequestHandler = org.eclipse.jetty.http.HttpParser$RequestHandler of org.eclipse.jetty.http.HttpParser
  public abstract ResponseHandler = org.eclipse.jetty.http.HttpParser$ResponseHandler of org.eclipse.jetty.http.HttpParser
  public final State = org.eclipse.jetty.http.HttpParser$State of org.eclipse.jetty.http.HttpParser
  public final EndOfContent = org.eclipse.jetty.http.HttpTokens$EndOfContent of org.eclipse.jetty.http.HttpTokens
  public Token = org.eclipse.jetty.http.HttpTokens$Token of org.eclipse.jetty.http.HttpTokens
  public final Type = org.eclipse.jetty.http.HttpTokens$Type of org.eclipse.jetty.http.HttpTokens
  public Builder = org.eclipse.jetty.util.Index$Builder of org.eclipse.jetty.util.Index
  public abstract Mutable = org.eclipse.jetty.util.Index$Mutable of org.eclipse.jetty.util.Index
  public Builder = org.eclipse.jetty.util.Index$Mutable$Builder of org.eclipse.jetty.util.Index$Mutable