public final class io.netty.handler.codec.http.HttpServerCodec extends io.netty.channel.CombinedChannelDuplexHandler<io.netty.handler.codec.http.HttpRequestDecoder, io.netty.handler.codec.http.HttpResponseEncoder> implements io.netty.handler.codec.http.HttpServerUpgradeHandler$SourceCodec
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.http.HttpServerCodec
super_class: io.netty.channel.CombinedChannelDuplexHandler
{
private final java.util.Queue<io.netty.handler.codec.http.HttpMethod> queue;
descriptor: Ljava/util/Queue;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Queue<Lio/netty/handler/codec/http/HttpMethod;>;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
sipush 4096
sipush 8192
sipush 8192
invokespecial io.netty.handler.codec.http.HttpServerCodec.<init>:(III)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/HttpServerCodec;
public void <init>(int, int, int);
descriptor: (III)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial io.netty.channel.CombinedChannelDuplexHandler.<init>:()V
1: aload 0
new java.util.ArrayDeque
dup
invokespecial java.util.ArrayDeque.<init>:()V
putfield io.netty.handler.codec.http.HttpServerCodec.queue:Ljava/util/Queue;
2: aload 0
new io.netty.handler.codec.http.HttpServerCodec$HttpServerRequestDecoder
dup
aload 0
iload 1
iload 2
iload 3
invokespecial io.netty.handler.codec.http.HttpServerCodec$HttpServerRequestDecoder.<init>:(Lio/netty/handler/codec/http/HttpServerCodec;III)V
3: new io.netty.handler.codec.http.HttpServerCodec$HttpServerResponseEncoder
dup
aload 0
invokespecial io.netty.handler.codec.http.HttpServerCodec$HttpServerResponseEncoder.<init>:(Lio/netty/handler/codec/http/HttpServerCodec;)V
4: invokevirtual io.netty.handler.codec.http.HttpServerCodec.init:(Lio/netty/channel/ChannelInboundHandler;Lio/netty/channel/ChannelOutboundHandler;)V
5: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/handler/codec/http/HttpServerCodec;
0 6 1 maxInitialLineLength I
0 6 2 maxHeaderSize I
0 6 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=8, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial io.netty.channel.CombinedChannelDuplexHandler.<init>:()V
1: aload 0
new java.util.ArrayDeque
dup
invokespecial java.util.ArrayDeque.<init>:()V
putfield io.netty.handler.codec.http.HttpServerCodec.queue:Ljava/util/Queue;
2: aload 0
new io.netty.handler.codec.http.HttpServerCodec$HttpServerRequestDecoder
dup
aload 0
iload 1
iload 2
iload 3
iload 4
invokespecial io.netty.handler.codec.http.HttpServerCodec$HttpServerRequestDecoder.<init>:(Lio/netty/handler/codec/http/HttpServerCodec;IIIZ)V
3: new io.netty.handler.codec.http.HttpServerCodec$HttpServerResponseEncoder
dup
aload 0
invokespecial io.netty.handler.codec.http.HttpServerCodec$HttpServerResponseEncoder.<init>:(Lio/netty/handler/codec/http/HttpServerCodec;)V
4: invokevirtual io.netty.handler.codec.http.HttpServerCodec.init:(Lio/netty/channel/ChannelInboundHandler;Lio/netty/channel/ChannelOutboundHandler;)V
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/handler/codec/http/HttpServerCodec;
0 6 1 maxInitialLineLength I
0 6 2 maxHeaderSize I
0 6 3 maxChunkSize I
0 6 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=9, 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
invokespecial io.netty.channel.CombinedChannelDuplexHandler.<init>:()V
1: aload 0
new java.util.ArrayDeque
dup
invokespecial java.util.ArrayDeque.<init>:()V
putfield io.netty.handler.codec.http.HttpServerCodec.queue:Ljava/util/Queue;
2: aload 0
3: new io.netty.handler.codec.http.HttpServerCodec$HttpServerRequestDecoder
dup
aload 0
iload 1
iload 2
iload 3
4: iload 4
iload 5
5: invokespecial io.netty.handler.codec.http.HttpServerCodec$HttpServerRequestDecoder.<init>:(Lio/netty/handler/codec/http/HttpServerCodec;IIIZI)V
6: new io.netty.handler.codec.http.HttpServerCodec$HttpServerResponseEncoder
dup
aload 0
invokespecial io.netty.handler.codec.http.HttpServerCodec$HttpServerResponseEncoder.<init>:(Lio/netty/handler/codec/http/HttpServerCodec;)V
7: invokevirtual io.netty.handler.codec.http.HttpServerCodec.init:(Lio/netty/channel/ChannelInboundHandler;Lio/netty/channel/ChannelOutboundHandler;)V
8: 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 9 0 this Lio/netty/handler/codec/http/HttpServerCodec;
0 9 1 maxInitialLineLength I
0 9 2 maxHeaderSize I
0 9 3 maxChunkSize I
0 9 4 validateHeaders Z
0 9 5 initialBufferSize I
MethodParameters:
Name Flags
maxInitialLineLength
maxHeaderSize
maxChunkSize
validateHeaders
initialBufferSize
public void upgradeFrom(io.netty.channel.ChannelHandlerContext);
descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
aload 0
invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/HttpServerCodec;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
MethodParameters:
Name Flags
ctx
}
Signature: Lio/netty/channel/CombinedChannelDuplexHandler<Lio/netty/handler/codec/http/HttpRequestDecoder;Lio/netty/handler/codec/http/HttpResponseEncoder;>;Lio/netty/handler/codec/http/HttpServerUpgradeHandler$SourceCodec;
SourceFile: "HttpServerCodec.java"
NestMembers:
io.netty.handler.codec.http.HttpServerCodec$HttpServerRequestDecoder io.netty.handler.codec.http.HttpServerCodec$HttpServerResponseEncoder
InnerClasses:
private final HttpServerRequestDecoder = io.netty.handler.codec.http.HttpServerCodec$HttpServerRequestDecoder of io.netty.handler.codec.http.HttpServerCodec
private final HttpServerResponseEncoder = io.netty.handler.codec.http.HttpServerCodec$HttpServerResponseEncoder of io.netty.handler.codec.http.HttpServerCodec
public abstract SourceCodec = io.netty.handler.codec.http.HttpServerUpgradeHandler$SourceCodec of io.netty.handler.codec.http.HttpServerUpgradeHandler