class org.eclipse.jetty.http.HttpGenerator$1 extends org.eclipse.jetty.http.HttpFields
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.http.HttpGenerator$1
super_class: org.eclipse.jetty.http.HttpFields
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 // org.eclipse.jetty.http.HttpGenerator$1 this
0: .line 55
aload 0 /* this */
invokespecial org.eclipse.jetty.http.HttpFields.<init>:()V
1: .line 58
aload 0 /* this */
getstatic org.eclipse.jetty.http.HttpHeader.CONNECTION:Lorg/eclipse/jetty/http/HttpHeader;
getstatic org.eclipse.jetty.http.HttpHeaderValue.CLOSE:Lorg/eclipse/jetty/http/HttpHeaderValue;
invokevirtual org.eclipse.jetty.http.HttpGenerator$1.put:(Lorg/eclipse/jetty/http/HttpHeader;Lorg/eclipse/jetty/http/HttpHeaderValue;)V
2: .line 55
return
end local 0 // org.eclipse.jetty.http.HttpGenerator$1 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/http/HttpGenerator$1;
}
SourceFile: "HttpGenerator.java"
EnclosingMethod: org.eclipse.jetty.http.HttpGenerator
NestHost: org.eclipse.jetty.http.HttpGenerator
InnerClasses:
org.eclipse.jetty.http.HttpGenerator$1