public class io.netty.handler.codec.http.HttpResponseDecoder 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.HttpResponseDecoder
super_class: io.netty.handler.codec.http.HttpObjectDecoder
{
private static final io.netty.handler.codec.http.HttpResponseStatus UNKNOWN_STATUS;
descriptor: Lio/netty/handler/codec/http/HttpResponseStatus;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new io.netty.handler.codec.http.HttpResponseStatus
dup
sipush 999
ldc "Unknown"
invokespecial io.netty.handler.codec.http.HttpResponseStatus.<init>:(ILjava/lang/String;)V
putstatic io.netty.handler.codec.http.HttpResponseDecoder.UNKNOWN_STATUS:Lio/netty/handler/codec/http/HttpResponseStatus;
return
LocalVariableTable:
Start End Slot Name Signature
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/HttpResponseDecoder;
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/HttpResponseDecoder;
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/HttpResponseDecoder;
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/HttpResponseDecoder;
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.DefaultHttpResponse
dup
1: aload 1
iconst_0
aaload
invokestatic io.netty.handler.codec.http.HttpVersion.valueOf:(Ljava/lang/String;)Lio/netty/handler/codec/http/HttpVersion;
2: aload 1
iconst_1
aaload
invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
aload 1
iconst_2
aaload
invokestatic io.netty.handler.codec.http.HttpResponseStatus.valueOf:(ILjava/lang/String;)Lio/netty/handler/codec/http/HttpResponseStatus;
aload 0
getfield io.netty.handler.codec.http.HttpResponseDecoder.validateHeaders:Z
3: invokespecial io.netty.handler.codec.http.DefaultHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Z)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/codec/http/HttpResponseDecoder;
0 4 1 initialLine [Ljava/lang/String;
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=5, locals=1, args_size=1
start local 0 0: new io.netty.handler.codec.http.DefaultFullHttpResponse
dup
getstatic io.netty.handler.codec.http.HttpVersion.HTTP_1_0:Lio/netty/handler/codec/http/HttpVersion;
getstatic io.netty.handler.codec.http.HttpResponseDecoder.UNKNOWN_STATUS:Lio/netty/handler/codec/http/HttpResponseStatus;
aload 0
getfield io.netty.handler.codec.http.HttpResponseDecoder.validateHeaders:Z
invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Z)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/HttpResponseDecoder;
protected boolean isDecodingRequest();
descriptor: ()Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/HttpResponseDecoder;
}
SourceFile: "HttpResponseDecoder.java"