public class io.netty.handler.codec.http.HttpRequestDecoder extends io.netty.handler.codec.http.HttpObjectDecoder
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.handler.codec.http.HttpRequestDecoder
super_class: io.netty.handler.codec.http.HttpObjectDecoder
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.handler.codec.http.HttpObjectDecoder.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/HttpRequestDecoder;
public void <init>(int, int, int);
descriptor: (III)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
iload 1
iload 2
iload 3
iconst_1
invokespecial io.netty.handler.codec.http.HttpObjectDecoder.<init>:(IIIZ)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/HttpRequestDecoder;
0 2 1 maxInitialLineLength I
0 2 2 maxHeaderSize I
0 2 3 maxChunkSize I
MethodParameters:
Name Flags
maxInitialLineLength
maxHeaderSize
maxChunkSize
public void <init>(int, int, int, boolean);
descriptor: (IIIZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
iload 2
iload 3
iconst_1
iload 4
invokespecial io.netty.handler.codec.http.HttpObjectDecoder.<init>:(IIIZZ)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/HttpRequestDecoder;
0 2 1 maxInitialLineLength I
0 2 2 maxHeaderSize I
0 2 3 maxChunkSize I
0 2 4 validateHeaders Z
MethodParameters:
Name Flags
maxInitialLineLength
maxHeaderSize
maxChunkSize
validateHeaders
public void <init>(int, int, int, boolean, int);
descriptor: (IIIZI)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 1
iload 2
iload 3
iconst_1
iload 4
iload 5
invokespecial io.netty.handler.codec.http.HttpObjectDecoder.<init>:(IIIZZI)V
1: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/HttpRequestDecoder;
0 2 1 maxInitialLineLength I
0 2 2 maxHeaderSize I
0 2 3 maxChunkSize I
0 2 4 validateHeaders Z
0 2 5 initialBufferSize I
MethodParameters:
Name Flags
maxInitialLineLength
maxHeaderSize
maxChunkSize
validateHeaders
initialBufferSize
protected io.netty.handler.codec.http.HttpMessage createMessage(java.lang.String[]);
descriptor: ([Ljava/lang/String;)Lio/netty/handler/codec/http/HttpMessage;
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: new io.netty.handler.codec.http.DefaultHttpRequest
dup
1: aload 1
iconst_2
aaload
invokestatic io.netty.handler.codec.http.HttpVersion.valueOf:(Ljava/lang/String;)Lio/netty/handler/codec/http/HttpVersion;
2: aload 1
iconst_0
aaload
invokestatic io.netty.handler.codec.http.HttpMethod.valueOf:(Ljava/lang/String;)Lio/netty/handler/codec/http/HttpMethod;
aload 1
iconst_1
aaload
aload 0
getfield io.netty.handler.codec.http.HttpRequestDecoder.validateHeaders:Z
3: invokespecial io.netty.handler.codec.http.DefaultHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Z)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/codec/http/HttpRequestDecoder;
0 4 1 initialLine [Ljava/lang/String;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
initialLine
protected io.netty.handler.codec.http.HttpMessage createInvalidMessage();
descriptor: ()Lio/netty/handler/codec/http/HttpMessage;
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=1, args_size=1
start local 0 0: new io.netty.handler.codec.http.DefaultFullHttpRequest
dup
getstatic io.netty.handler.codec.http.HttpVersion.HTTP_1_0:Lio/netty/handler/codec/http/HttpVersion;
getstatic io.netty.handler.codec.http.HttpMethod.GET:Lio/netty/handler/codec/http/HttpMethod;
ldc "/bad-request"
aload 0
getfield io.netty.handler.codec.http.HttpRequestDecoder.validateHeaders:Z
invokespecial io.netty.handler.codec.http.DefaultFullHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Z)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/HttpRequestDecoder;
protected boolean isDecodingRequest();
descriptor: ()Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/HttpRequestDecoder;
}
SourceFile: "HttpRequestDecoder.java"