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.eclipse.jetty.util.log.Logger LOG;
descriptor: Lorg/eclipse/jetty/util/log/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.Trie<org.eclipse.jetty.http.HttpField> CACHE;
descriptor: Lorg/eclipse/jetty/util/Trie;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/eclipse/jetty/util/Trie<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 ;
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 org.eclipse.jetty.http.HttpField _field;
descriptor: Lorg/eclipse/jetty/http/HttpField;
flags: (0x0002) ACC_PRIVATE
private org.eclipse.jetty.http.HttpHeader ;
descriptor: Lorg/eclipse/jetty/http/HttpHeader;
flags: (0x0002) ACC_PRIVATE
private java.lang.String ;
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 ;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean _host;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean ;
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.util.Utf8StringBuilder _uri;
descriptor: Lorg/eclipse/jetty/util/Utf8StringBuilder;
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 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.Trie<org.eclipse.jetty.http.HttpField> _fieldCache;
descriptor: Lorg/eclipse/jetty/util/Trie;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/eclipse/jetty/util/Trie<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 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[] ;
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=7, locals=9, args_size=0
0: ldc Lorg/eclipse/jetty/http/HttpParser;
invokestatic org.eclipse.jetty.util.log.Log.getLogger:(Ljava/lang/Class;)Lorg/eclipse/jetty/util/log/Logger;
putstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
1: new org.eclipse.jetty.util.ArrayTrie
dup
sipush 2048
invokespecial org.eclipse.jetty.util.ArrayTrie.<init>:(I)V
putstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
2: 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;
3: 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;
4: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
5: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
6: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
7: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
8: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
9: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
10: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
11: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
new org.eclipse.jetty.http.HttpField
dup
getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_LANGUAGE:Lorg/eclipse/jetty/http/HttpHeader;
ldc "en-US,en;q=0.5"
invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
12: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
new org.eclipse.jetty.http.HttpField
dup
getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_LANGUAGE:Lorg/eclipse/jetty/http/HttpHeader;
ldc "en-GB,en-US;q=0.8,en;q=0.6"
invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
13: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
new org.eclipse.jetty.http.HttpField
dup
getstatic org.eclipse.jetty.http.HttpHeader.ACCEPT_LANGUAGE:Lorg/eclipse/jetty/http/HttpHeader;
ldc "en-AU,en;q=0.9,it-IT;q=0.8,it;q=0.7,en-GB;q=0.6,en-US;q=0.5"
invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
14: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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-8;q=0.7,*;q=0.3"
invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
15: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
16: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
17: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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/xml;q=0.9,*/*;q=0.8"
invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
18: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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/xml;q=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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
19: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
20: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
21: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
22: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
23: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
24: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
25: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
26: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
27: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
28: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
29: bipush 6
anewarray java.lang.String
dup
iconst_0
30: 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 3
arraylength
istore 2
iconst_0
istore 1
goto 43
StackMap locals: top int int java.lang.String[]
StackMap stack:
31: aload 3
iload 1
aaload
astore 0
start local 0 32: new org.eclipse.jetty.http.PreEncodedHttpField
dup
getstatic org.eclipse.jetty.http.HttpHeader.CONTENT_TYPE:Lorg/eclipse/jetty/http/HttpHeader;
aload 0
invokespecial org.eclipse.jetty.http.PreEncodedHttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
astore 4
start local 4 33: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
aload 4
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
34: iconst_2
anewarray java.lang.String
dup
iconst_0
ldc "utf-8"
aastore
dup
iconst_1
ldc "iso-8859-1"
aastore
dup
astore 8
arraylength
istore 7
iconst_0
istore 6
goto 41
StackMap locals: java.lang.String int int java.lang.String[] org.eclipse.jetty.http.HttpField top int int java.lang.String[]
StackMap stack:
35: aload 8
iload 6
aaload
astore 5
start local 5 36: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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 0
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 5
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
37: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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 0
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 5
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
38: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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 0
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 5
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
39: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
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 0
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 5
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
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
end local 5 40: iinc 6 1
StackMap locals:
StackMap stack:
41: iload 6
iload 7
if_icmplt 35
end local 4 end local 0 42: iinc 1 1
StackMap locals: top int int java.lang.String[]
StackMap stack:
43: iload 1
iload 2
if_icmplt 31
44: invokestatic org.eclipse.jetty.http.HttpHeader.values:()[Lorg/eclipse/jetty/http/HttpHeader;
dup
astore 3
arraylength
istore 2
iconst_0
istore 1
goto 49
StackMap locals: top int int org.eclipse.jetty.http.HttpHeader[]
StackMap stack:
45: aload 3
iload 1
aaload
astore 0
start local 0 46: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
new org.eclipse.jetty.http.HttpField
dup
aload 0
aconst_null
invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;)V
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
ifne 48
47: new java.lang.IllegalStateException
dup
ldc "CACHE FULL"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 0 48: StackMap locals:
StackMap stack:
iinc 1 1
StackMap locals:
StackMap stack:
49: iload 1
iload 2
if_icmplt 45
50: return
LocalVariableTable:
Start End Slot Name Signature
32 42 0 type Ljava/lang/String;
33 42 4 field Lorg/eclipse/jetty/http/HttpField;
36 40 5 charset Ljava/lang/String;
46 48 0 h Lorg/eclipse/jetty/http/HttpHeader;
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: 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 start local 1 0: aload 0
aload 1
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: return
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
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: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
aload 1
iload 2
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: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
aload 1
iload 2
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: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
aload 1
iconst_m1
aload 2
invokespecial org.eclipse.jetty.http.HttpParser.<init>:(Lorg/eclipse/jetty/http/HttpParser$RequestHandler;ILorg/eclipse/jetty/http/HttpCompliance;)V
1: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aconst_null
iload 2
aload 3
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
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: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
aconst_null
aload 1
iload 2
aload 3
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
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: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
putfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
2: aload 0
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;
3: aload 0
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;
4: aload 0
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;
5: aload 0
ldc -1
putfield org.eclipse.jetty.http.HttpParser._contentLength:J
6: aload 0
new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
putfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
7: aload 0
aload 1
ifnull 8
aload 1
goto 9
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
8: aload 2
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
9: putfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
10: aload 0
aload 1
putfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
11: aload 0
aload 2
putfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
12: aload 0
iload 3
putfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
13: aload 0
aload 4
putfield org.eclipse.jetty.http.HttpParser._complianceMode:Lorg/eclipse/jetty/http/HttpCompliance;
14: aload 0
aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
instanceof org.eclipse.jetty.http.ComplianceViolation$Listener
ifeq 15
aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
goto 16
StackMap locals:
StackMap stack: org.eclipse.jetty.http.HttpParser
15: 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
16: checkcast org.eclipse.jetty.http.ComplianceViolation$Listener
putfield org.eclipse.jetty.http.HttpParser._complianceListener:Lorg/eclipse/jetty/http/ComplianceViolation$Listener;
17: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/eclipse/jetty/http/HttpParser;
0 18 1 requestHandler Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
0 18 2 responseHandler Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
0 18 3 maxHeaderBytes I
0 18 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 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/http/HttpParser;
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 start local 1 0: aload 1
aload 0
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: aload 0
aload 1
aload 1
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: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.BadMessageException
dup
sipush 400
aload 1
invokevirtual org.eclipse.jetty.http.HttpCompliance$Violation.getDescription:()Ljava/lang/String;
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
athrow
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
aload 1
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: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._complianceListener:Lorg/eclipse/jetty/http/ComplianceViolation$Listener;
ifnull 2
1: aload 0
getfield org.eclipse.jetty.http.HttpParser._complianceListener:Lorg/eclipse/jetty/http/ComplianceViolation$Listener;
aload 0
getfield org.eclipse.jetty.http.HttpParser._complianceMode:Lorg/eclipse/jetty/http/HttpCompliance;
aload 1
aload 2
invokeinterface org.eclipse.jetty.http.ComplianceViolation$Listener.onComplianceViolation:(Lorg/eclipse/jetty/http/ComplianceViolation$Mode;Lorg/eclipse/jetty/http/ComplianceViolation;Ljava/lang/String;)V
2: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 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 (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 start local 1 start local 2 0: getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_SENSITIVE_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
aload 0
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: aload 2
areturn
2: StackMap locals:
StackMap stack:
aload 1
aload 2
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 4
3: aload 0
getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_SENSITIVE_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
aload 1
invokevirtual org.eclipse.jetty.http.HttpParser.reportComplianceViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;Ljava/lang/String;)V
4: StackMap locals:
StackMap stack:
aload 1
areturn
end local 2 end local 1 end local 0 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 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._contentLength:J
lreturn
end local 0 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 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
lreturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield org.eclipse.jetty.http.HttpParser._headResponse:Z
1: return
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
putfield org.eclipse.jetty.http.HttpParser._responseStatus:I
1: return
end local 1 end local 0 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 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
areturn
end local 0 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 0: aload 0
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
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 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/http/HttpParser;
public boolean ();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
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 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 0: aload 0
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 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 0: aload 0
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 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 0: aload 0
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 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 0: aload 0
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 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 0: getstatic org.eclipse.jetty.http.HttpParser.__idleStates:Ljava/util/EnumSet;
aload 0
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 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 0: getstatic org.eclipse.jetty.http.HttpParser.__completeStates:Ljava/util/EnumSet;
aload 0
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 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 start local 1 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 1
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 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 start local 1 0: aload 1
invokevirtual java.nio.ByteBuffer.get:()B
istore 2
start local 2 1: getstatic org.eclipse.jetty.http.HttpTokens.TOKENS:[Lorg/eclipse/jetty/http/HttpTokens$Token;
sipush 255
iload 2
iand
aaload
astore 3
start local 3 2: invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 3
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: StackMap locals: int org.eclipse.jetty.http.HttpTokens$Token
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 3
aload 1
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: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield org.eclipse.jetty.http.HttpParser._cr:Z
5: goto 16
6: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._cr:Z
ifeq 8
7: new org.eclipse.jetty.http.BadMessageException
dup
ldc "Bad EOL"
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield org.eclipse.jetty.http.HttpParser._cr:Z
9: aload 1
invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
ifeq 13
10: aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
ifle 12
aload 0
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
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: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
iconst_1
iadd
putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
12: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
areturn
13: StackMap locals:
StackMap stack:
aconst_null
areturn
14: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._cr:Z
ifeq 16
15: new org.eclipse.jetty.http.BadMessageException
dup
ldc "Bad EOL"
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(Ljava/lang/String;)V
athrow
16: StackMap locals:
StackMap stack:
aload 3
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
ifnull 7
1: aload 0
aload 1
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: aload 0
getfield org.eclipse.jetty.http.HttpParser._method:Lorg/eclipse/jetty/http/HttpMethod;
ifnull 27
3: aload 0
aload 0
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: aload 1
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
aload 0
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: aload 0
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: iconst_0
ireturn
7: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
ifnull 27
8: aload 0
aload 1
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: aload 0
getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
ifnull 27
10: aload 1
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
aload 0
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: aload 0
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: iconst_0
ireturn
13: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
astore 2
start local 2 14: aload 2
ifnonnull 16
15: goto 28
16: 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
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: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
iconst_0
invokevirtual java.lang.StringBuilder.setLength:(I)V
18: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 2
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
19: aload 0
aload 0
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: iconst_0
ireturn
23: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 2
aload 1
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: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
ifle 27
aload 0
dup
getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
iconst_1
iadd
dup_x1
putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
if_icmple 27
25: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
new java.lang.StringBuilder
dup
ldc "padding is too large >"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_0
anewarray java.lang.Object
invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/String;[Ljava/lang/Object;)V
26: new org.eclipse.jetty.http.BadMessageException
dup
sipush 400
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
athrow
end local 2 27: StackMap locals:
StackMap stack:
aload 0
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
invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
ifne 13
28: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
iconst_0
invokevirtual java.lang.StringBuilder.setLength:(I)V
1: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
2: aload 0
aload 1
invokevirtual java.lang.String.length:()I
putfield org.eclipse.jetty.http.HttpParser._length:I
3: return
end local 1 end local 0 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 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 0
getfield org.eclipse.jetty.http.HttpParser._length:I
invokevirtual java.lang.StringBuilder.setLength:(I)V
1: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
astore 1
start local 1 2: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
iconst_0
invokevirtual java.lang.StringBuilder.setLength:(I)V
3: aload 0
iconst_m1
putfield org.eclipse.jetty.http.HttpParser._length:I
4: aload 1
areturn
end local 1 end local 0 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=4, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.headerComplete:()Z
istore 1
start local 1 1: aload 0
iconst_1
putfield org.eclipse.jetty.http.HttpParser._headerComplete:Z
2: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.contentComplete:()Z
istore 2
start local 2 3: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.messageComplete:()Z
istore 3
start local 3 4: iload 1
ifne 5
iload 2
ifne 5
iload 3
ifne 5
iconst_0
ireturn
StackMap locals: int int int
StackMap stack:
5: iconst_1
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/jetty/http/HttpParser;
1 6 1 handleHeader Z
3 6 2 handleContent Z
4 6 3 handleMessage Z
private boolean handleContentMessage();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=3, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.contentComplete:()Z
istore 1
start local 1 1: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.messageComplete:()Z
istore 2
start local 2 2: iload 1
ifne 3
iload 2
ifne 3
iconst_0
ireturn
StackMap locals: int int
StackMap stack:
3: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/jetty/http/HttpParser;
1 4 1 handleContent Z
2 4 2 handleMessage 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 start local 1 0: iconst_0
istore 2
start local 2 1: goto 163
2: StackMap locals: int
StackMap stack:
aload 0
aload 1
invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
astore 3
start local 3 3: aload 3
ifnonnull 5
4: goto 164
5: StackMap locals: org.eclipse.jetty.http.HttpTokens$Token
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
ifle 13
aload 0
dup
getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
iconst_1
iadd
dup_x1
putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
if_icmple 13
6: aload 0
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: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
new java.lang.StringBuilder
dup
ldc "URI is too large >"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_0
anewarray java.lang.Object
invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/String;[Ljava/lang/Object;)V
8: new org.eclipse.jetty.http.BadMessageException
dup
sipush 414
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
athrow
9: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
ifnull 11
10: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
new java.lang.StringBuilder
dup
ldc "request is too large >"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_0
anewarray java.lang.Object
invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/String;[Ljava/lang/Object;)V
goto 12
11: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
new java.lang.StringBuilder
dup
ldc "response is too large >"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_0
anewarray java.lang.Object
invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/String;[Ljava/lang/Object;)V
12: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.BadMessageException
dup
sipush 431
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
athrow
13: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$State:()[I
aload 0
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: 96
8: 137
9: 151
default: 162
}
14: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 3
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: StackMap locals:
StackMap stack:
aload 0
aload 0
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: aload 0
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
putfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
17: getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_INSENSITIVE_METHOD:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
aload 0
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: getstatic org.eclipse.jetty.http.HttpMethod.INSENSITIVE_CACHE:Lorg/eclipse/jetty/util/Trie;
aload 0
getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
invokeinterface org.eclipse.jetty.util.Trie.get:(Ljava/lang/String;)Ljava/lang/Object;
checkcast org.eclipse.jetty.http.HttpMethod
astore 4
start local 4 19: aload 4
ifnull 27
20: aload 4
invokevirtual org.eclipse.jetty.http.HttpMethod.asString:()Ljava/lang/String;
aload 0
getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 22
21: aload 0
getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_INSENSITIVE_METHOD:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
aload 0
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: StackMap locals: org.eclipse.jetty.http.HttpMethod
StackMap stack:
aload 0
aload 4
invokevirtual org.eclipse.jetty.http.HttpMethod.asString:()Ljava/lang/String;
putfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
end local 4 23: goto 27
24: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.http.HttpMethod.CACHE:Lorg/eclipse/jetty/util/Trie;
aload 0
getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
invokeinterface org.eclipse.jetty.util.Trie.get:(Ljava/lang/String;)Ljava/lang/Object;
checkcast org.eclipse.jetty.http.HttpMethod
astore 4
start local 4 25: aload 4
ifnull 27
26: aload 0
aload 4
invokevirtual org.eclipse.jetty.http.HttpMethod.asString:()Ljava/lang/String;
putfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
end local 4 27: StackMap locals:
StackMap stack:
aload 0
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: goto 163
29: 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: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
31: goto 163
32: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 3
aload 1
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: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 3
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: StackMap locals:
StackMap stack:
aload 0
aload 0
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: aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
astore 4
start local 4 36: aload 0
getstatic org.eclipse.jetty.http.HttpVersion.CACHE:Lorg/eclipse/jetty/util/Trie;
aload 4
invokeinterface org.eclipse.jetty.util.Trie.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: aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.checkVersion:()V
38: aload 0
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: goto 163
end local 4 40: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
41: goto 163
42: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 3
aload 1
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: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 3
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: StackMap locals:
StackMap stack:
goto 163
45: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
ifnull 51
46: aload 3
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: new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 3
aload 1
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: StackMap locals:
StackMap stack:
aload 0
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: aload 0
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getByte:()B
bipush 48
isub
invokevirtual org.eclipse.jetty.http.HttpParser.setResponseStatus:(I)V
50: goto 163
51: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._uri:Lorg/eclipse/jetty/util/Utf8StringBuilder;
invokevirtual org.eclipse.jetty.util.Utf8StringBuilder.reset:()V
52: aload 0
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: aload 1
invokevirtual java.nio.ByteBuffer.hasArray:()Z
ifeq 69
54: aload 1
invokevirtual java.nio.ByteBuffer.array:()[B
astore 4
start local 4 55: aload 1
invokevirtual java.nio.ByteBuffer.arrayOffset:()I
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
iadd
istore 5
start local 5 56: aload 1
invokevirtual java.nio.ByteBuffer.arrayOffset:()I
aload 1
invokevirtual java.nio.ByteBuffer.limit:()I
iadd
istore 6
start local 6 57: iload 5
istore 7
start local 7 58: goto 60
59: 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 1
60: StackMap locals:
StackMap stack:
iload 7
iload 6
if_icmpge 61
aload 4
iload 7
baload
bipush 32
if_icmpgt 59
61: StackMap locals:
StackMap stack:
iload 7
iload 5
isub
istore 8
start local 8 62: aload 0
dup
getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
iload 8
iadd
putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
63: aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
ifle 66
aload 0
dup
getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
iconst_1
iadd
dup_x1
putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
if_icmple 66
64: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
new java.lang.StringBuilder
dup
ldc "URI is too large >"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_0
anewarray java.lang.Object
invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/String;[Ljava/lang/Object;)V
65: new org.eclipse.jetty.http.BadMessageException
dup
sipush 414
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
athrow
66: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._uri:Lorg/eclipse/jetty/util/Utf8StringBuilder;
aload 4
iload 5
iconst_1
isub
iload 8
iconst_1
iadd
invokevirtual org.eclipse.jetty.util.Utf8StringBuilder.append:([BII)V
67: aload 1
iload 7
aload 1
invokevirtual java.nio.ByteBuffer.arrayOffset:()I
isub
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
end local 8 end local 7 end local 6 end local 5 end local 4 68: goto 163
69: StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer int org.eclipse.jetty.http.HttpTokens$Token
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._uri:Lorg/eclipse/jetty/util/Utf8StringBuilder;
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getByte:()B
invokevirtual org.eclipse.jetty.util.Utf8StringBuilder.append:(B)V
70: goto 163
71: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.BadMessageException
dup
sipush 400
aload 0
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: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 3
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: StackMap locals:
StackMap stack:
aload 0
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: goto 163
77: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
bipush 10
imul
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getByte:()B
bipush 48
isub
iadd
putfield org.eclipse.jetty.http.HttpParser._responseStatus:I
78: aload 0
getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
sipush 1000
if_icmplt 163
79: new org.eclipse.jetty.http.BadMessageException
dup
ldc "Bad status"
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(Ljava/lang/String;)V
athrow
80: StackMap locals:
StackMap stack:
aload 0
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: iload 2
aload 0
getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
aload 0
getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
aload 0
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;)Z
ior
istore 2
82: goto 163
83: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 3
aload 1
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: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 3
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: 95
5: 85
6: 93
7: 93
8: 93
9: 93
10: 93
11: 93
default: 95
}
85: StackMap locals:
StackMap stack:
aload 0
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: goto 163
87: StackMap locals:
StackMap stack:
aload 0
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
88: aload 0
getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
aload 0
getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
aload 0
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;)Z
istore 2
89: aload 0
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
90: aload 1
invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
91: iload 2
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.handleHeaderContentMessage:()Z
ior
istore 2
92: goto 163
93: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._uri:Lorg/eclipse/jetty/util/Utf8StringBuilder;
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getByte:()B
invokevirtual org.eclipse.jetty.util.Utf8StringBuilder.append:(B)V
94: goto 163
95: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 3
aload 1
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
96: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 3
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: 126
4: 136
5: 97
6: 98
7: 98
8: 98
9: 98
10: 98
default: 136
}
97: StackMap locals:
StackMap stack:
goto 163
98: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
iconst_0
invokevirtual java.lang.StringBuilder.setLength:(I)V
99: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
100: aload 0
getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
ifnull 104
101: aload 0
iconst_1
putfield org.eclipse.jetty.http.HttpParser._length:I
102: aload 0
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
103: goto 163
104: StackMap locals:
StackMap stack:
aload 0
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
105: aload 1
invokevirtual java.nio.ByteBuffer.position:()I
ifle 108
aload 1
invokevirtual java.nio.ByteBuffer.hasArray:()Z
ifeq 108
106: aload 1
invokevirtual java.nio.ByteBuffer.array:()[B
aload 1
invokevirtual java.nio.ByteBuffer.arrayOffset:()I
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
iadd
iconst_1
isub
aload 1
invokevirtual java.nio.ByteBuffer.arrayOffset:()I
aload 1
invokevirtual java.nio.ByteBuffer.limit:()I
iadd
invokestatic org.eclipse.jetty.http.HttpVersion.lookAheadGet:([BII)Lorg/eclipse/jetty/http/HttpVersion;
astore 4
start local 4 107: goto 109
end local 4 108: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.http.HttpVersion.CACHE:Lorg/eclipse/jetty/util/Trie;
aload 1
iconst_0
aload 1
invokevirtual java.nio.ByteBuffer.remaining:()I
invokeinterface org.eclipse.jetty.util.Trie.getBest:(Ljava/nio/ByteBuffer;II)Ljava/lang/Object;
checkcast org.eclipse.jetty.http.HttpVersion
astore 4
start local 4 109: StackMap locals: org.eclipse.jetty.http.HttpVersion
StackMap stack:
aload 4
ifnull 163
110: aload 1
invokevirtual java.nio.ByteBuffer.position:()I
aload 4
invokevirtual org.eclipse.jetty.http.HttpVersion.asString:()Ljava/lang/String;
invokevirtual java.lang.String.length:()I
iadd
iconst_1
isub
istore 5
start local 5 111: iload 5
aload 1
invokevirtual java.nio.ByteBuffer.limit:()I
if_icmpge 163
112: aload 1
iload 5
invokevirtual java.nio.ByteBuffer.get:(I)B
istore 6
start local 6 113: iload 6
bipush 13
if_icmpne 120
114: aload 0
iconst_1
putfield org.eclipse.jetty.http.HttpParser._cr:Z
115: aload 0
aload 4
putfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
116: aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.checkVersion:()V
117: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
iconst_0
invokevirtual java.lang.StringBuilder.setLength:(I)V
118: aload 1
iload 5
iconst_1
iadd
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
119: goto 163
120: StackMap locals: int int
StackMap stack:
iload 6
bipush 10
if_icmpne 163
121: aload 0
aload 4
putfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
122: aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.checkVersion:()V
123: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
iconst_0
invokevirtual java.lang.StringBuilder.setLength:(I)V
124: aload 1
iload 5
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
end local 6 end local 5 end local 4 125: goto 163
126: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
ifnull 130
127: aload 0
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
128: iload 2
aload 0
getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
aload 0
getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
aload 0
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;)Z
ior
istore 2
129: goto 163
130: StackMap locals:
StackMap stack:
aload 0
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
131: aload 0
getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
aload 0
getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
aload 0
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;)Z
istore 2
132: aload 0
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
133: aload 1
invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
134: iload 2
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.handleHeaderContentMessage:()Z
ior
istore 2
135: goto 163
136: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 3
aload 1
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
137: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 3
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: 138
4: 150
5: 150
6: 148
7: 148
8: 148
9: 148
10: 148
default: 150
}
138: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
ifnonnull 141
139: aload 0
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.length:()I
putfield org.eclipse.jetty.http.HttpParser._length:I
140: aload 0
getstatic org.eclipse.jetty.http.HttpVersion.CACHE:Lorg/eclipse/jetty/util/Trie;
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
invokeinterface org.eclipse.jetty.util.Trie.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;
141: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.checkVersion:()V
142: aload 0
getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Trie;
ifnonnull 145
aload 0
getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
invokevirtual org.eclipse.jetty.http.HttpVersion.getVersion:()I
getstatic org.eclipse.jetty.http.HttpVersion.HTTP_1_1:Lorg/eclipse/jetty/http/HttpVersion;
invokevirtual org.eclipse.jetty.http.HttpVersion.getVersion:()I
if_icmplt 145
aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.getHeaderCacheSize:()I
ifle 145
143: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.getHeaderCacheSize:()I
istore 4
start local 4 144: aload 0
new org.eclipse.jetty.util.ArrayTernaryTrie
dup
iload 4
invokespecial org.eclipse.jetty.util.ArrayTernaryTrie.<init>:(I)V
putfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Trie;
end local 4 145: StackMap locals:
StackMap stack:
aload 0
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
146: iload 2
aload 0
getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
aload 0
getfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
aload 0
getfield org.eclipse.jetty.http.HttpParser._uri:Lorg/eclipse/jetty/util/Utf8StringBuilder;
invokevirtual org.eclipse.jetty.util.Utf8StringBuilder.toString:()Ljava/lang/String;
aload 0
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;)Z
ior
istore 2
147: goto 163
148: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
149: goto 163
150: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 3
aload 1
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
151: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 3
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: 159
3: 152
4: 161
5: 159
6: 156
7: 156
8: 156
9: 156
10: 156
11: 156
default: 161
}
152: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
astore 4
start local 4 153: aload 0
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
154: iload 2
aload 0
getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
aload 0
getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
aload 0
getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
aload 4
invokeinterface org.eclipse.jetty.http.HttpParser$ResponseHandler.startResponse:(Lorg/eclipse/jetty/http/HttpVersion;ILjava/lang/String;)Z
ior
istore 2
155: goto 163
end local 4 156: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
157: aload 0
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.length:()I
putfield org.eclipse.jetty.http.HttpParser._length:I
158: goto 163
159: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
160: goto 163
161: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 3
aload 1
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
162: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
aload 0
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 163: StackMap locals:
StackMap stack:
aload 0
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 164
aload 1
invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
ifeq 164
iload 2
ifeq 2
164: StackMap locals:
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 165 0 this Lorg/eclipse/jetty/http/HttpParser;
0 165 1 buffer Ljava/nio/ByteBuffer;
1 165 2 handle Z
3 163 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
107 108 4 version Lorg/eclipse/jetty/http/HttpVersion;
109 125 4 version Lorg/eclipse/jetty/http/HttpVersion;
111 125 5 pos I
113 125 6 n B
144 145 4 headerCache I
153 156 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 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
ifnonnull 2
1: new org.eclipse.jetty.http.BadMessageException
dup
sipush 400
ldc "Unknown Version"
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
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
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: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.BadMessageException
dup
sipush 400
ldc "Bad Version"
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/jetty/http/HttpParser;
private void ();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=3, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
ifnonnull 1
aload 0
getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
ifnull 56
1: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
ifnull 53
2: iconst_0
istore 1
start local 1 3: invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpHeader:()[I
aload 0
getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
iaload
lookupswitch { // 12
1: 42
2: 45
7: 17
15: 4
22: 45
23: 45
24: 45
25: 45
26: 45
30: 30
43: 45
65: 45
default: 49
}
4: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._hasContentLength:Z
ifeq 8
5: aload 0
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
6: aload 0
aload 0
getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
invokevirtual org.eclipse.jetty.http.HttpParser.convertContentLength:(Ljava/lang/String;)J
aload 0
getfield org.eclipse.jetty.http.HttpParser._contentLength:J
lcmp
ifeq 8
7: 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
8: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield org.eclipse.jetty.http.HttpParser._hasContentLength:Z
9: aload 0
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 11
10: aload 0
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
11: StackMap locals:
StackMap stack:
aload 0
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 49
12: aload 0
aload 0
aload 0
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: aload 0
getfield org.eclipse.jetty.http.HttpParser._contentLength:J
lconst_0
lcmp
ifgt 15
14: aload 0
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 49
15: StackMap locals:
StackMap stack:
aload 0
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: goto 49
17: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._hasContentLength:Z
ifeq 19
18: aload 0
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
19: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.http.HttpHeaderValue.CHUNKED:Lorg/eclipse/jetty/http/HttpHeaderValue;
aload 0
getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
invokevirtual org.eclipse.jetty.http.HttpHeaderValue.is:(Ljava/lang/String;)Z
ifeq 23
20: aload 0
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;
21: aload 0
ldc -1
putfield org.eclipse.jetty.http.HttpParser._contentLength:J
22: goto 49
23: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.QuotedCSV
dup
iconst_1
anewarray java.lang.String
dup
iconst_0
aload 0
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
start local 2 24: aload 2
invokeinterface java.util.List.isEmpty:()Z
ifne 28
getstatic org.eclipse.jetty.http.HttpHeaderValue.CHUNKED:Lorg/eclipse/jetty/http/HttpHeaderValue;
aload 2
aload 2
invokeinterface java.util.List.size:()I
iconst_1
isub
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 28
25: aload 0
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;
26: aload 0
ldc -1
putfield org.eclipse.jetty.http.HttpParser._contentLength:J
27: goto 49
28: StackMap locals: java.util.List
StackMap stack:
aload 2
invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
getstatic org.eclipse.jetty.http.HttpHeaderValue.CHUNKED:Lorg/eclipse/jetty/http/HttpHeaderValue;
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic test(Lorg/eclipse/jetty/http/HttpHeaderValue;)Ljava/util/function/Predicate;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Z
org/eclipse/jetty/http/HttpHeaderValue.is(Ljava/lang/String;)Z (5)
(Ljava/lang/String;)Z
invokeinterface java.util.stream.Stream.anyMatch:(Ljava/util/function/Predicate;)Z
ifeq 49
29: new org.eclipse.jetty.http.BadMessageException
dup
sipush 400
ldc "Bad chunking"
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
athrow
end local 2 30: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield org.eclipse.jetty.http.HttpParser._host:Z
31: aload 0
getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
instanceof org.eclipse.jetty.http.HostPortHttpField
ifne 49
aload 0
getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
ifnull 49
aload 0
getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
invokevirtual java.lang.String.isEmpty:()Z
ifne 49
32: aload 0
33: new org.eclipse.jetty.http.HostPortHttpField
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
34: getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_SENSITIVE_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
aload 0
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 35
aload 0
getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
goto 36
StackMap locals: org.eclipse.jetty.http.HttpParser int
StackMap stack: org.eclipse.jetty.http.HttpParser new 33 new 33 org.eclipse.jetty.http.HttpHeader
35: aload 0
getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.asString:()Ljava/lang/String;
36: StackMap locals: org.eclipse.jetty.http.HttpParser int
StackMap stack: org.eclipse.jetty.http.HttpParser new 33 new 33 org.eclipse.jetty.http.HttpHeader java.lang.String
aload 0
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
37: putfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
38: aload 0
getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Trie;
ifnull 39
iconst_1
goto 40
StackMap locals:
StackMap stack:
39: iconst_0
StackMap locals:
StackMap stack: int
40: istore 1
41: goto 49
42: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.http.HttpHeaderValue.CLOSE:Lorg/eclipse/jetty/http/HttpHeaderValue;
aload 0
getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
invokevirtual org.eclipse.jetty.http.HttpHeaderValue.is:(Ljava/lang/String;)Z
ifne 43
new org.eclipse.jetty.http.QuotedCSV
dup
iconst_1
anewarray java.lang.String
dup
iconst_0
aload 0
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;
invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
getstatic org.eclipse.jetty.http.HttpHeaderValue.CLOSE:Lorg/eclipse/jetty/http/HttpHeaderValue;
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic test(Lorg/eclipse/jetty/http/HttpHeaderValue;)Ljava/util/function/Predicate;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Z
org/eclipse/jetty/http/HttpHeaderValue.is(Ljava/lang/String;)Z (5)
(Ljava/lang/String;)Z
invokeinterface java.util.stream.Stream.anyMatch:(Ljava/util/function/Predicate;)Z
ifeq 49
43: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Trie;
44: goto 49
45: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Trie;
ifnull 46
aload 0
getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
ifnonnull 46
iconst_1
goto 47
StackMap locals:
StackMap stack:
46: iconst_0
StackMap locals:
StackMap stack: int
47: istore 1
48: goto 49
49: StackMap locals:
StackMap stack:
iload 1
ifeq 53
aload 0
getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Trie;
invokeinterface org.eclipse.jetty.util.Trie.isFull:()Z
ifne 53
aload 0
getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
ifnull 53
aload 0
getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
ifnull 53
50: aload 0
getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
ifnonnull 52
51: aload 0
new org.eclipse.jetty.http.HttpField
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
aload 0
aload 0
getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
aload 0
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
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;
52: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Trie;
aload 0
getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
invokeinterface org.eclipse.jetty.util.Trie.put:(Ljava/lang/Object;)Z
pop
end local 1 53: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
aload 0
getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
ifnull 54
aload 0
getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
goto 55
StackMap locals:
StackMap stack: org.eclipse.jetty.http.HttpParser$HttpHandler
54: new org.eclipse.jetty.http.HttpField
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
aload 0
getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
aload 0
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
55: invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.parsedHeader:(Lorg/eclipse/jetty/http/HttpField;)V
56: StackMap locals:
StackMap stack:
aload 0
aload 0
aconst_null
dup_x1
putfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
putfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
57: aload 0
aconst_null
putfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
58: aload 0
aconst_null
putfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
59: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 60 0 this Lorg/eclipse/jetty/http/HttpParser;
3 53 1 addToConnectionTrie Z
24 30 2 values Ljava/util/List<Ljava/lang/String;>;
private void parsedTrailer();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
ifnonnull 1
aload 0
getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
ifnull 4
1: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
aload 0
getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
ifnull 2
aload 0
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
getfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
aload 0
getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
aload 0
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: StackMap locals:
StackMap stack:
aload 0
aload 0
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: aload 0
aconst_null
putfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
6: aload 0
aconst_null
putfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
7: return
end local 0 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 start local 1 0: aload 1
invokestatic java.lang.Long.parseLong:(Ljava/lang/String;)J
1: lreturn
2: StackMap locals:
StackMap stack: java.lang.NumberFormatException
astore 2
start local 2 3: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
aload 2
invokeinterface org.eclipse.jetty.util.log.Logger.ignore:(Ljava/lang/Throwable;)V
4: new org.eclipse.jetty.http.BadMessageException
dup
sipush 400
ldc "Invalid Content-Length Value"
aload 2
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 2 end local 1 end local 0 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 start local 1 0: goto 180
1: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
astore 2
start local 2 2: aload 2
ifnonnull 4
3: goto 182
4: StackMap locals: org.eclipse.jetty.http.HttpTokens$Token
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
ifle 15
aload 0
dup
getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
iconst_1
iadd
dup_x1
putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
if_icmple 15
5: aload 0
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
start local 3 8: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
ldc "{} is too large {}>{}"
iconst_3
anewarray java.lang.Object
dup
iconst_0
iload 3
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.eclipse.jetty.util.log.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.eclipse.jetty.util.log.Logger java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
10: aastore
dup
iconst_1
aload 0
getfield org.eclipse.jetty.http.HttpParser._headerBytes:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_2
aload 0
getfield org.eclipse.jetty.http.HttpParser._maxHeaderBytes:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/String;[Ljava/lang/Object;)V
11: new org.eclipse.jetty.http.BadMessageException
dup
iload 3
ifeq 13
12: sipush 431
goto 14
13: 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: 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 15: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$FieldState:()[I
aload 0
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: 117
3: 155
4: 167
5: 145
default: 179
}
16: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 2
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: 116
5: 17
6: 17
7: 64
8: 64
9: 64
default: 116
}
17: StackMap locals:
StackMap stack:
aload 0
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: aload 0
getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
invokestatic org.eclipse.jetty.util.StringUtil.isEmpty:(Ljava/lang/String;)Z
ifeq 22
19: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
iconst_0
invokevirtual java.lang.StringBuilder.setLength:(I)V
20: aload 0
iconst_0
putfield org.eclipse.jetty.http.HttpParser._length:I
21: goto 26
22: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
invokevirtual org.eclipse.jetty.http.HttpParser.setString:(Ljava/lang/String;)V
23: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
bipush 32
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
24: aload 0
dup
getfield org.eclipse.jetty.http.HttpParser._length:I
iconst_1
iadd
putfield org.eclipse.jetty.http.HttpParser._length:I
25: aload 0
aconst_null
putfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
26: StackMap locals:
StackMap stack:
aload 0
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: goto 180
28: StackMap locals:
StackMap stack:
aload 0
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: aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.parsedHeader:()V
goto 31
30: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.parsedTrailer:()V
31: StackMap locals:
StackMap stack:
aload 0
lconst_0
putfield org.eclipse.jetty.http.HttpParser._contentPosition:J
32: aload 0
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: aload 0
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: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.messageComplete:()Z
ireturn
35: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._host:Z
ifne 37
aload 0
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 37
aload 0
getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
ifnull 37
36: new org.eclipse.jetty.http.BadMessageException
dup
sipush 400
ldc "No Host"
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
athrow
37: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._responseHandler:Lorg/eclipse/jetty/http/HttpParser$ResponseHandler;
ifnull 42
38: aload 0
getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
sipush 304
if_icmpeq 41
39: aload 0
getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
sipush 204
if_icmpeq 41
40: aload 0
getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
sipush 200
if_icmpge 42
41: StackMap locals:
StackMap stack:
aload 0
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 49
42: StackMap locals:
StackMap stack:
aload 0
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 49
43: aload 0
getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
ifeq 47
44: aload 0
getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
sipush 304
if_icmpeq 47
45: aload 0
getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
sipush 204
if_icmpeq 47
46: aload 0
getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
sipush 200
if_icmpge 48
47: StackMap locals:
StackMap stack:
aload 0
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 49
48: StackMap locals:
StackMap stack:
aload 0
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;
49: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$EndOfContent:()[I
aload 0
getfield org.eclipse.jetty.http.HttpParser._endOfContent:Lorg/eclipse/jetty/http/HttpTokens$EndOfContent;
invokevirtual org.eclipse.jetty.http.HttpTokens$EndOfContent.ordinal:()I
iaload
tableswitch { // 2 - 5
2: 58
3: 50
4: 60
5: 54
default: 60
}
50: StackMap locals:
StackMap stack:
aload 0
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
51: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.headerComplete:()Z
istore 3
start local 3 52: aload 0
iconst_1
putfield org.eclipse.jetty.http.HttpParser._headerComplete:Z
53: iload 3
ireturn
end local 3 54: StackMap locals:
StackMap stack:
aload 0
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
55: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.headerComplete:()Z
istore 3
start local 3 56: aload 0
iconst_1
putfield org.eclipse.jetty.http.HttpParser._headerComplete:Z
57: iload 3
ireturn
end local 3 58: StackMap locals:
StackMap stack:
aload 0
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
59: aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.handleHeaderContentMessage:()Z
ireturn
60: StackMap locals:
StackMap stack:
aload 0
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
61: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.headerComplete:()Z
istore 3
start local 3 62: aload 0
iconst_1
putfield org.eclipse.jetty.http.HttpParser._headerComplete:Z
63: iload 3
ireturn
end local 3 64: StackMap locals:
StackMap stack:
aload 0
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 66
65: aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.parsedHeader:()V
goto 67
66: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.parsedTrailer:()V
67: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
ifeq 111
68: aload 0
getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Trie;
ifnonnull 69
aconst_null
goto 70
StackMap locals:
StackMap stack:
69: aload 0
getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Trie;
aload 1
iconst_m1
aload 1
invokevirtual java.nio.ByteBuffer.remaining:()I
invokeinterface org.eclipse.jetty.util.Trie.getBest:(Ljava/nio/ByteBuffer;II)Ljava/lang/Object;
checkcast org.eclipse.jetty.http.HttpField
StackMap locals:
StackMap stack: org.eclipse.jetty.http.HttpField
70: astore 3
start local 3 71: aload 3
ifnonnull 73
72: getstatic org.eclipse.jetty.http.HttpParser.CACHE:Lorg/eclipse/jetty/util/Trie;
aload 1
iconst_m1
aload 1
invokevirtual java.nio.ByteBuffer.remaining:()I
invokeinterface org.eclipse.jetty.util.Trie.getBest:(Ljava/nio/ByteBuffer;II)Ljava/lang/Object;
checkcast org.eclipse.jetty.http.HttpField
astore 3
73: StackMap locals: org.eclipse.jetty.http.HttpField
StackMap stack:
aload 3
ifnull 111
74: aload 3
invokevirtual org.eclipse.jetty.http.HttpField.getName:()Ljava/lang/String;
astore 4
start local 4 75: aload 3
invokevirtual org.eclipse.jetty.http.HttpField.getValue:()Ljava/lang/String;
astore 5
start local 5 76: getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_SENSITIVE_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
aload 0
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 82
77: aload 1
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
iconst_1
isub
aload 4
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
start local 6 78: aload 4
aload 6
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 82
79: aload 0
getstatic org.eclipse.jetty.http.HttpCompliance$Violation.CASE_SENSITIVE_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
aload 6
invokevirtual org.eclipse.jetty.http.HttpParser.reportComplianceViolation:(Lorg/eclipse/jetty/http/HttpCompliance$Violation;Ljava/lang/String;)V
80: aload 6
astore 4
81: new org.eclipse.jetty.http.HttpField
dup
aload 3
invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
aload 4
aload 5
invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;)V
astore 3
end local 6 82: StackMap locals: java.lang.String java.lang.String
StackMap stack:
aload 5
ifnull 87
aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.isHeaderCacheCaseSensitive:()Z
ifeq 87
83: aload 1
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
aload 4
invokevirtual java.lang.String.length:()I
iadd
iconst_1
iadd
aload 5
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
start local 6 84: aload 5
aload 6
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 87
85: aload 6
astore 5
86: new org.eclipse.jetty.http.HttpField
dup
aload 3
invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
aload 4
aload 5
invokespecial org.eclipse.jetty.http.HttpField.<init>:(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;)V
astore 3
end local 6 87: StackMap locals:
StackMap stack:
aload 0
aload 3
invokevirtual org.eclipse.jetty.http.HttpField.getHeader:()Lorg/eclipse/jetty/http/HttpHeader;
putfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
88: aload 0
aload 4
putfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
89: aload 5
ifnonnull 95
90: aload 0
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
91: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
iconst_0
invokevirtual java.lang.StringBuilder.setLength:(I)V
92: aload 0
iconst_0
putfield org.eclipse.jetty.http.HttpParser._length:I
93: aload 1
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
aload 4
invokevirtual java.lang.String.length:()I
iadd
iconst_1
iadd
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
94: goto 180
95: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
aload 4
invokevirtual java.lang.String.length:()I
iadd
aload 5
invokevirtual java.lang.String.length:()I
iadd
iconst_1
iadd
istore 6
start local 6 96: aload 1
iload 6
invokevirtual java.nio.ByteBuffer.get:(I)B
istore 7
start local 7 97: iload 7
bipush 13
if_icmpeq 98
iload 7
bipush 10
if_icmpne 107
98: StackMap locals: int int
StackMap stack:
aload 0
aload 3
putfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
99: aload 0
aload 5
putfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
100: aload 0
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
101: iload 7
bipush 13
if_icmpne 105
102: aload 0
iconst_1
putfield org.eclipse.jetty.http.HttpParser._cr:Z
103: aload 1
iload 6
iconst_1
iadd
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
104: goto 180
105: StackMap locals:
StackMap stack:
aload 1
iload 6
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
106: goto 180
107: StackMap locals:
StackMap stack:
aload 0
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
108: aload 0
aload 5
invokevirtual org.eclipse.jetty.http.HttpParser.setString:(Ljava/lang/String;)V
109: aload 1
iload 6
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
110: goto 180
end local 7 end local 6 end local 5 end local 4 end local 3 111: StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer org.eclipse.jetty.http.HttpTokens$Token
StackMap stack:
aload 0
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
112: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
iconst_0
invokevirtual java.lang.StringBuilder.setLength:(I)V
113: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 2
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
114: aload 0
iconst_1
putfield org.eclipse.jetty.http.HttpParser._length:I
115: goto 180
116: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 2
aload 1
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
117: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 2
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: 118
3: 131
4: 144
5: 118
6: 126
7: 141
8: 141
9: 141
default: 144
}
118: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.http.HttpCompliance$Violation.WHITESPACE_AFTER_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
aload 0
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 125
119: aload 0
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
putfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
120: aload 0
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
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
121: aload 0
getstatic org.eclipse.jetty.http.HttpHeader.CACHE:Lorg/eclipse/jetty/util/Trie;
aload 0
getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
invokeinterface org.eclipse.jetty.util.Trie.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;
122: aload 0
iconst_m1
putfield org.eclipse.jetty.http.HttpParser._length:I
123: aload 0
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
124: goto 180
125: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 2
aload 1
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
126: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
putfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
127: aload 0
getstatic org.eclipse.jetty.http.HttpHeader.CACHE:Lorg/eclipse/jetty/util/Trie;
aload 0
getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
invokeinterface org.eclipse.jetty.util.Trie.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;
128: aload 0
iconst_m1
putfield org.eclipse.jetty.http.HttpParser._length:I
129: aload 0
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
130: goto 180
131: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
putfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
132: aload 0
getstatic org.eclipse.jetty.http.HttpHeader.CACHE:Lorg/eclipse/jetty/util/Trie;
aload 0
getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
invokeinterface org.eclipse.jetty.util.Trie.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;
133: aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
iconst_0
invokevirtual java.lang.StringBuilder.setLength:(I)V
134: aload 0
ldc ""
putfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
135: aload 0
iconst_m1
putfield org.eclipse.jetty.http.HttpParser._length:I
136: getstatic org.eclipse.jetty.http.HttpCompliance$Violation.NO_COLON_AFTER_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
aload 0
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 140
137: aload 0
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
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
138: aload 0
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
139: goto 180
140: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 2
aload 1
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: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 2
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
142: aload 0
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.length:()I
putfield org.eclipse.jetty.http.HttpParser._length:I
143: goto 180
144: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 2
aload 1
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
145: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 2
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: 146
3: 149
4: 154
5: 146
6: 147
default: 154
}
146: StackMap locals:
StackMap stack:
goto 180
147: StackMap locals:
StackMap stack:
aload 0
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
148: goto 180
149: StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.http.HttpCompliance$Violation.NO_COLON_AFTER_FIELD_NAME:Lorg/eclipse/jetty/http/HttpCompliance$Violation;
aload 0
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 153
150: aload 0
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
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
151: aload 0
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
152: goto 180
153: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 2
aload 1
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
154: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 2
aload 1
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: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 2
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: 161
3: 156
4: 166
5: 161
6: 162
7: 162
8: 162
9: 162
10: 162
11: 162
default: 166
}
156: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
iconst_0
invokevirtual java.lang.StringBuilder.setLength:(I)V
157: aload 0
ldc ""
putfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
158: aload 0
iconst_m1
putfield org.eclipse.jetty.http.HttpParser._length:I
159: aload 0
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
160: goto 180
161: StackMap locals:
StackMap stack:
goto 180
162: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 2
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
163: aload 0
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.length:()I
putfield org.eclipse.jetty.http.HttpParser._length:I
164: aload 0
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
165: goto 180
166: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 2
aload 1
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
167: StackMap locals:
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpTokens$Type:()[I
aload 2
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: 173
3: 168
4: 178
5: 173
6: 175
7: 175
8: 175
9: 175
10: 175
11: 175
default: 178
}
168: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._length:I
ifle 171
169: aload 0
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.takeString:()Ljava/lang/String;
putfield org.eclipse.jetty.http.HttpParser._valueString:Ljava/lang/String;
170: aload 0
iconst_m1
putfield org.eclipse.jetty.http.HttpParser._length:I
171: StackMap locals:
StackMap stack:
aload 0
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
172: goto 180
173: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 2
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
174: goto 180
175: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
aload 2
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getChar:()C
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
176: aload 0
aload 0
getfield org.eclipse.jetty.http.HttpParser._string:Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.length:()I
putfield org.eclipse.jetty.http.HttpParser._length:I
177: goto 180
178: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 2
aload 1
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
179: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
aload 0
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 180: StackMap locals:
StackMap stack:
aload 0
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 181
aload 0
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 182
StackMap locals:
StackMap stack:
181: aload 1
invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
ifne 1
182: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 183 0 this Lorg/eclipse/jetty/http/HttpParser;
0 183 1 buffer Ljava/nio/ByteBuffer;
2 180 2 t Lorg/eclipse/jetty/http/HttpTokens$Token;
8 15 3 header Z
52 54 3 handle Z
56 58 3 handle Z
62 64 3 handle Z
71 111 3 cachedField Lorg/eclipse/jetty/http/HttpField;
75 111 4 n Ljava/lang/String;
76 111 5 v Ljava/lang/String;
78 82 6 en Ljava/lang/String;
84 87 6 ev Ljava/lang/String;
96 111 6 pos I
97 111 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=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
ifeq 2
1: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
ldc "parseNext s={} {}"
iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aastore
dup
iconst_1
aload 1
invokestatic org.eclipse.jetty.util.BufferUtil.toDetailString:(Ljava/nio/ByteBuffer;)Ljava/lang/String;
aastore
invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
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: aload 0
aconst_null
putfield org.eclipse.jetty.http.HttpParser._version:Lorg/eclipse/jetty/http/HttpVersion;
4: aload 0
aconst_null
putfield org.eclipse.jetty.http.HttpParser._method:Lorg/eclipse/jetty/http/HttpMethod;
5: aload 0
aconst_null
putfield org.eclipse.jetty.http.HttpParser._methodString:Ljava/lang/String;
6: aload 0
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: aload 0
aconst_null
putfield org.eclipse.jetty.http.HttpParser._header:Lorg/eclipse/jetty/http/HttpHeader;
8: aload 0
aload 1
invokevirtual org.eclipse.jetty.http.HttpParser.quickStart:(Ljava/nio/ByteBuffer;)Z
ifeq 10
9: iconst_1
ireturn
10: StackMap locals:
StackMap stack:
aload 0
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
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: aload 0
aload 1
invokevirtual org.eclipse.jetty.http.HttpParser.parseLine:(Ljava/nio/ByteBuffer;)Z
ifeq 13
12: iconst_1
ireturn
13: StackMap locals:
StackMap stack:
aload 0
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: aload 0
aload 1
invokevirtual org.eclipse.jetty.http.HttpParser.parseFields:(Ljava/nio/ByteBuffer;)Z
ifeq 16
15: iconst_1
ireturn
16: StackMap locals:
StackMap stack:
aload 0
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 23
aload 0
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 23
17: aload 0
getfield org.eclipse.jetty.http.HttpParser._responseStatus:I
ifle 21
aload 0
getfield org.eclipse.jetty.http.HttpParser._headResponse:Z
ifeq 21
18: aload 0
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
19: aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.handleContentMessage:()Z
20: ireturn
21: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.eclipse.jetty.http.HttpParser.parseContent:(Ljava/nio/ByteBuffer;)Z
ifeq 23
22: iconst_1
ireturn
23: StackMap locals:
StackMap stack:
aload 0
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 26
24: aload 0
aload 1
invokevirtual org.eclipse.jetty.http.HttpParser.parseFields:(Ljava/nio/ByteBuffer;)Z
ifeq 26
25: iconst_1
ireturn
26: StackMap locals:
StackMap stack:
aload 0
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 31
27: goto 29
28: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.nio.ByteBuffer.get:()B
pop
29: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.nio.ByteBuffer.remaining:()I
ifle 33
aload 1
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
invokevirtual java.nio.ByteBuffer.get:(I)B
bipush 32
if_icmple 28
30: goto 33
31: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.isClose:()Z
ifne 32
aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.isClosed:()Z
ifeq 33
32: StackMap locals:
StackMap stack:
aload 1
invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
33: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._eof:Z
ifeq 66
aload 1
invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
ifne 66
34: invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$State:()[I
aload 0
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 - 21
1: 36
2: 51
3: 51
4: 51
5: 51
6: 51
7: 51
8: 51
9: 51
10: 51
11: 51
12: 48
13: 41
14: 48
15: 48
16: 48
17: 48
18: 41
19: 39
20: 39
21: 35
default: 51
}
35: StackMap locals:
StackMap stack:
goto 66
36: StackMap locals:
StackMap stack:
aload 0
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
37: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.earlyEOF:()V
38: goto 66
39: StackMap locals:
StackMap stack:
aload 0
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
40: goto 66
41: StackMap locals:
StackMap stack:
aload 0
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 45
42: aload 0
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
43: aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.handleContentMessage:()Z
44: ireturn
45: StackMap locals:
StackMap stack:
aload 0
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
46: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.earlyEOF:()V
47: goto 66
48: StackMap locals:
StackMap stack:
aload 0
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
49: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.earlyEOF:()V
50: goto 66
51: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
ifeq 53
52: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
ldc "{} EOF in {}"
iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 0
aastore
dup
iconst_1
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aastore
invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
53: StackMap locals:
StackMap stack:
aload 0
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
54: aload 0
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
55: goto 66
56: StackMap locals:
StackMap stack: org.eclipse.jetty.http.BadMessageException
astore 2
start local 2 57: aload 1
invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
58: aload 0
aload 2
invokevirtual org.eclipse.jetty.http.HttpParser.badMessage:(Lorg/eclipse/jetty/http/BadMessageException;)V
end local 2 59: goto 66
60: StackMap locals:
StackMap stack: java.lang.Throwable
astore 2
start local 2 61: aload 1
invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
62: aload 0
63: new org.eclipse.jetty.http.BadMessageException
dup
sipush 400
aload 0
getfield org.eclipse.jetty.http.HttpParser._requestHandler:Lorg/eclipse/jetty/http/HttpParser$RequestHandler;
ifnull 64
ldc "Bad Request"
goto 65
StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer java.lang.Throwable
StackMap stack: org.eclipse.jetty.http.HttpParser new 63 new 63 int
64: ldc "Bad Response"
StackMap locals: org.eclipse.jetty.http.HttpParser java.nio.ByteBuffer java.lang.Throwable
StackMap stack: org.eclipse.jetty.http.HttpParser new 63 new 63 int java.lang.String
65: aload 2
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 66: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 67 0 this Lorg/eclipse/jetty/http/HttpParser;
0 67 1 buffer Ljava/nio/ByteBuffer;
57 59 2 x Lorg/eclipse/jetty/http/BadMessageException;
61 66 2 x Ljava/lang/Throwable;
Exception table:
from to target type
2 9 56 Class org.eclipse.jetty.http.BadMessageException
10 12 56 Class org.eclipse.jetty.http.BadMessageException
13 15 56 Class org.eclipse.jetty.http.BadMessageException
16 20 56 Class org.eclipse.jetty.http.BadMessageException
21 22 56 Class org.eclipse.jetty.http.BadMessageException
23 25 56 Class org.eclipse.jetty.http.BadMessageException
26 44 56 Class org.eclipse.jetty.http.BadMessageException
45 55 56 Class org.eclipse.jetty.http.BadMessageException
2 9 60 Class java.lang.Throwable
10 12 60 Class java.lang.Throwable
13 15 60 Class java.lang.Throwable
16 20 60 Class java.lang.Throwable
21 22 60 Class java.lang.Throwable
23 25 60 Class java.lang.Throwable
26 44 60 Class java.lang.Throwable
45 55 60 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=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
ifeq 2
1: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
new java.lang.StringBuilder
dup
ldc "Parse exception: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " for "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
aload 1
invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
2: StackMap locals:
StackMap stack:
aload 0
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: aload 0
getfield org.eclipse.jetty.http.HttpParser._headerComplete:Z
ifeq 5
4: aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
aload 1
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.badMessage:(Lorg/eclipse/jetty/http/BadMessageException;)V
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 start local 1 0: aload 1
invokevirtual java.nio.ByteBuffer.remaining:()I
istore 2
start local 2 1: iload 2
ifne 88
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
getstatic org.eclipse.jetty.http.HttpParser$State.CONTENT:Lorg/eclipse/jetty/http/HttpParser$State;
if_acmpne 88
2: aload 0
getfield org.eclipse.jetty.http.HttpParser._contentLength:J
aload 0
getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
lsub
lstore 3
start local 3 3: lload 3
lconst_0
lcmp
ifne 88
4: aload 0
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
5: aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.handleContentMessage:()Z
ireturn
end local 3 6: StackMap locals: int
StackMap stack:
invokestatic org.eclipse.jetty.http.HttpParser.$SWITCH_TABLE$org$eclipse$jetty$http$HttpParser$State:()[I
aload 0
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 - 21
12: 12
13: 7
14: 26
15: 42
16: 61
17: 72
18: 87
19: 87
20: 87
21: 85
default: 87
}
7: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual java.nio.ByteBuffer.asReadOnlyBuffer:()Ljava/nio/ByteBuffer;
putfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
8: aload 0
dup
getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
iload 2
i2l
ladd
putfield org.eclipse.jetty.http.HttpParser._contentPosition:J
9: aload 1
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
iload 2
iadd
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
10: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
aload 0
getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.content:(Ljava/nio/ByteBuffer;)Z
ifeq 87
11: iconst_1
ireturn
12: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._contentLength:J
aload 0
getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
lsub
lstore 3
start local 3 13: lload 3
lconst_0
lcmp
ifne 16
14: aload 0
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
15: aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.handleContentMessage:()Z
ireturn
16: StackMap locals: long
StackMap stack:
aload 0
aload 1
invokevirtual java.nio.ByteBuffer.asReadOnlyBuffer:()Ljava/nio/ByteBuffer;
putfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
17: iload 2
i2l
lload 3
lcmp
ifle 19
18: aload 0
getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
aload 0
getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.position:()I
lload 3
l2i
iadd
invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
pop
19: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
aload 0
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
20: aload 1
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
aload 0
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
21: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
aload 0
getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.content:(Ljava/nio/ByteBuffer;)Z
ifeq 23
22: iconst_1
ireturn
23: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
aload 0
getfield org.eclipse.jetty.http.HttpParser._contentLength:J
lcmp
ifne 87
24: aload 0
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
25: aload 0
invokevirtual org.eclipse.jetty.http.HttpParser.handleContentMessage:()Z
ireturn
end local 3 26: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
astore 3
start local 3 27: aload 3
ifnonnull 29
28: goto 87
29: 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
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: 30
4: 41
5: 41
6: 41
7: 31
8: 35
default: 41
}
30: StackMap locals:
StackMap stack:
goto 87
31: StackMap locals:
StackMap stack:
aload 0
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getHexDigit:()I
putfield org.eclipse.jetty.http.HttpParser._chunkLength:I
32: aload 0
iconst_0
putfield org.eclipse.jetty.http.HttpParser._chunkPosition:I
33: aload 0
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
34: goto 87
35: StackMap locals:
StackMap stack:
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.isHexDigit:()Z
ifeq 40
36: aload 0
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getHexDigit:()I
putfield org.eclipse.jetty.http.HttpParser._chunkLength:I
37: aload 0
iconst_0
putfield org.eclipse.jetty.http.HttpParser._chunkPosition:I
38: aload 0
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
39: goto 87
40: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 3
aload 1
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
41: StackMap locals:
StackMap stack:
new org.eclipse.jetty.http.HttpParser$IllegalCharacterException
dup
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aload 3
aload 1
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 42: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
astore 3
start local 3 43: aload 3
ifnonnull 45
44: goto 87
45: 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
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: 46
4: 54
5: 52
default: 54
}
46: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._chunkLength:I
ifne 50
47: aload 0
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
48: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.contentComplete:()Z
ifeq 87
49: iconst_1
ireturn
50: StackMap locals:
StackMap stack:
aload 0
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
51: goto 87
52: StackMap locals:
StackMap stack:
aload 0
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
53: goto 87
54: StackMap locals:
StackMap stack:
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.isHexDigit:()Z
ifeq 59
55: aload 0
getfield org.eclipse.jetty.http.HttpParser._chunkLength:I
ldc 134217711
if_icmple 57
56: new org.eclipse.jetty.http.BadMessageException
dup
sipush 413
invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(I)V
athrow
57: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.eclipse.jetty.http.HttpParser._chunkLength:I
bipush 16
imul
aload 3
invokevirtual org.eclipse.jetty.http.HttpTokens$Token.getHexDigit:()I
iadd
putfield org.eclipse.jetty.http.HttpParser._chunkLength:I
58: goto 87
59: StackMap locals:
StackMap stack:
aload 0
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
60: goto 87
end local 3 61: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.eclipse.jetty.http.HttpParser.next:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTokens$Token;
astore 3
start local 3 62: aload 3
ifnonnull 64
63: goto 87
64: 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
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: 65
default: 71
}
65: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._chunkLength:I
ifne 69
66: aload 0
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
67: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.contentComplete:()Z
ifeq 87
68: iconst_1
ireturn
69: StackMap locals:
StackMap stack:
aload 0
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
70: goto 87
71: StackMap locals:
StackMap stack:
goto 87
end local 3 72: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._chunkLength:I
aload 0
getfield org.eclipse.jetty.http.HttpParser._chunkPosition:I
isub
istore 3
start local 3 73: iload 3
ifne 76
74: aload 0
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
75: goto 87
76: StackMap locals: int
StackMap stack:
aload 0
aload 1
invokevirtual java.nio.ByteBuffer.asReadOnlyBuffer:()Ljava/nio/ByteBuffer;
putfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
77: iload 2
iload 3
if_icmple 79
78: aload 0
getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
aload 0
getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.position:()I
iload 3
iadd
invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
pop
79: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
istore 3
80: aload 0
dup
getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
iload 3
i2l
ladd
putfield org.eclipse.jetty.http.HttpParser._contentPosition:J
81: aload 0
dup
getfield org.eclipse.jetty.http.HttpParser._chunkPosition:I
iload 3
iadd
putfield org.eclipse.jetty.http.HttpParser._chunkPosition:I
82: aload 1
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
iload 3
iadd
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
83: aload 0
getfield org.eclipse.jetty.http.HttpParser._handler:Lorg/eclipse/jetty/http/HttpParser$HttpHandler;
aload 0
getfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
invokeinterface org.eclipse.jetty.http.HttpParser$HttpHandler.content:(Ljava/nio/ByteBuffer;)Z
ifeq 87
84: iconst_1
ireturn
end local 3 85: StackMap locals:
StackMap stack:
aload 1
invokestatic org.eclipse.jetty.util.BufferUtil.clear:(Ljava/nio/ByteBuffer;)V
86: iconst_0
ireturn
87: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.nio.ByteBuffer.remaining:()I
istore 2
88: StackMap locals:
StackMap stack:
aload 0
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 89
iload 2
ifgt 6
89: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 90 0 this Lorg/eclipse/jetty/http/HttpParser;
0 90 1 buffer Ljava/nio/ByteBuffer;
1 90 2 remaining I
3 6 3 content J
13 26 3 content J
27 42 3 t Lorg/eclipse/jetty/http/HttpTokens$Token;
43 61 3 t Lorg/eclipse/jetty/http/HttpTokens$Token;
62 72 3 t Lorg/eclipse/jetty/http/HttpTokens$Token;
73 85 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 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._eof:Z
ireturn
end local 0 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=6, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
ifeq 2
1: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
ldc "atEOF {}"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
aastore
invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield org.eclipse.jetty.http.HttpParser._eof:Z
3: return
end local 0 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=6, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
ifeq 2
1: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
ldc "close {}"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
aastore
invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
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: return
end local 0 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=6, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
ifeq 2
1: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
ldc "reset {}"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
aastore
invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
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
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: StackMap locals:
StackMap stack:
return
4: StackMap locals:
StackMap stack:
aload 0
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: aload 0
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: aload 0
ldc -1
putfield org.eclipse.jetty.http.HttpParser._contentLength:J
7: aload 0
iconst_0
putfield org.eclipse.jetty.http.HttpParser._hasContentLength:Z
8: aload 0
lconst_0
putfield org.eclipse.jetty.http.HttpParser._contentPosition:J
9: aload 0
iconst_0
putfield org.eclipse.jetty.http.HttpParser._responseStatus:I
10: aload 0
aconst_null
putfield org.eclipse.jetty.http.HttpParser._contentChunk:Ljava/nio/ByteBuffer;
11: aload 0
iconst_0
putfield org.eclipse.jetty.http.HttpParser._headerBytes:I
12: aload 0
iconst_0
putfield org.eclipse.jetty.http.HttpParser._host:Z
13: aload 0
iconst_0
putfield org.eclipse.jetty.http.HttpParser._headerComplete:Z
14: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 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=6, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
ifeq 2
1: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
ldc "{} --> {}"
iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aastore
dup
iconst_1
aload 1
aastore
invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
3: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield org.eclipse.jetty.http.HttpParser.debugEnabled:Z
ifeq 5
1: getstatic org.eclipse.jetty.http.HttpParser.LOG:Lorg/eclipse/jetty/util/log/Logger;
ldc "{}:{} --> {}"
iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aastore
dup
iconst_1
aload 0
getfield org.eclipse.jetty.http.HttpParser._field:Lorg/eclipse/jetty/http/HttpField;
ifnull 2
aload 0
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.eclipse.jetty.util.log.Logger java.lang.String java.lang.Object[] java.lang.Object[] int
2: aload 0
getfield org.eclipse.jetty.http.HttpParser._headerString:Ljava/lang/String;
ifnull 3
aload 0
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.eclipse.jetty.util.log.Logger java.lang.String java.lang.Object[] java.lang.Object[] int
3: aload 0
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.eclipse.jetty.util.log.Logger java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.Object
4: aastore
dup
iconst_2
aload 1
aastore
invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
5: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield org.eclipse.jetty.http.HttpParser._fieldState:Lorg/eclipse/jetty/http/HttpParser$FieldState;
6: return
end local 1 end local 0 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.Trie<org.eclipse.jetty.http.HttpField> getFieldCache();
descriptor: ()Lorg/eclipse/jetty/util/Trie;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.HttpParser._fieldCache:Lorg/eclipse/jetty/util/Trie;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/http/HttpParser;
Signature: ()Lorg/eclipse/jetty/util/Trie<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 0: ldc "%s{s=%s,%d of %d}"
iconst_4
anewarray java.lang.Object
dup
iconst_0
1: aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
aastore
dup
iconst_1
2: aload 0
getfield org.eclipse.jetty.http.HttpParser._state:Lorg/eclipse/jetty/http/HttpParser$State;
aastore
dup
iconst_2
3: aload 0
getfield org.eclipse.jetty.http.HttpParser._contentPosition:J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
aastore
dup
iconst_3
4: aload 0
getfield org.eclipse.jetty.http.HttpParser._contentLength:J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
aastore
5: invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 0 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: 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: 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 20
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 21
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.END:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
bipush 19
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.EOF_CONTENT:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
bipush 13
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.HEADER:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
bipush 11
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.METHOD:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
iconst_2
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.PROXY:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
bipush 10
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.REASON:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
bipush 9
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.REQUEST_VERSION:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
bipush 8
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.RESPONSE_VERSION:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
iconst_3
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.SPACE1:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
iconst_4
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.SPACE2:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
bipush 7
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.START:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
iconst_1
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.STATUS:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
iconst_5
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.TRAILER:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
bipush 18
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.URI:Lorg/eclipse/jetty/http/HttpParser$State;
invokevirtual org.eclipse.jetty.http.HttpParser$State.ordinal:()I
bipush 6
iastore
63: goto 65
StackMap locals:
StackMap stack: java.lang.NoSuchFieldError
64: pop
StackMap locals:
StackMap stack:
65: 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
static int[] ();
descriptor: ()[I
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=1, args_size=0
0: 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_SCHEME:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 74
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_STATUS:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 77
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.DATE:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
iconst_3
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.ETAG:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 51
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.EXPECT:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 27
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.EXPIRES:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 20
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.FORWARDED:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 28
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.FROM:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 29
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.HOST:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 30
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.HTTP2_SETTINGS:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 71
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.IDENTITY:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 69
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.IF_MATCH:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 31
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_MODIFIED_SINCE:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 32
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_NONE_MATCH:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 33
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_RANGE:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 34
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_UNMODIFIED_SINCE:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 35
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.KEEP_ALIVE:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 36
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.LAST_MODIFIED:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 21
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.LOCATION:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 52
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.MAX_FORWARDS:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 37
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.MIME_VERSION:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 68
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.NEGOTIATE:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 11
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.ORIGIN:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 59
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.PRAGMA:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
iconst_4
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.PROXY_AUTHENTICATE:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 53
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_AUTHORIZATION:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 38
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_CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
iconst_5
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.RANGE:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 39
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.REFERER:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 41
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.REQUEST_RANGE:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 40
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.RETRY_AFTER:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 54
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.SEC_WEBSOCKET_ACCEPT:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 64
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_EXTENSIONS:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 62
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_KEY:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 60
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_SUBPROTOCOL:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 63
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_VERSION:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 61
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.SERVER:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 55
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.SERVLET_ENGINE:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 56
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.SET_COOKIE:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 66
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_COOKIE2:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 67
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.STRICT_TRANSPORT_SECURITY:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 72
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.TE:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 42
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.TRAILER:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 6
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.TRANSFER_ENCODING:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 7
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.UNKNOWN:Lorg/eclipse/jetty/http/HttpHeader;
invokevirtual org.eclipse.jetty.http.HttpHeader.ordinal:()I
bipush 78
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: 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: 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
}
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