public final class io.netty.handler.codec.spdy.SpdyHttpCodec extends io.netty.channel.CombinedChannelDuplexHandler<io.netty.handler.codec.spdy.SpdyHttpDecoder, io.netty.handler.codec.spdy.SpdyHttpEncoder>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.spdy.SpdyHttpCodec
super_class: io.netty.channel.CombinedChannelDuplexHandler
{
public void <init>(io.netty.handler.codec.spdy.SpdyVersion, int);
descriptor: (Lio/netty/handler/codec/spdy/SpdyVersion;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
new io.netty.handler.codec.spdy.SpdyHttpDecoder
dup
aload 1
iload 2
invokespecial io.netty.handler.codec.spdy.SpdyHttpDecoder.<init>:(Lio/netty/handler/codec/spdy/SpdyVersion;I)V
new io.netty.handler.codec.spdy.SpdyHttpEncoder
dup
aload 1
invokespecial io.netty.handler.codec.spdy.SpdyHttpEncoder.<init>:(Lio/netty/handler/codec/spdy/SpdyVersion;)V
invokespecial io.netty.channel.CombinedChannelDuplexHandler.<init>:(Lio/netty/channel/ChannelInboundHandler;Lio/netty/channel/ChannelOutboundHandler;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/spdy/SpdyHttpCodec;
0 2 1 version Lio/netty/handler/codec/spdy/SpdyVersion;
0 2 2 maxContentLength I
MethodParameters:
Name Flags
version
maxContentLength
public void <init>(io.netty.handler.codec.spdy.SpdyVersion, int, boolean);
descriptor: (Lio/netty/handler/codec/spdy/SpdyVersion;IZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
new io.netty.handler.codec.spdy.SpdyHttpDecoder
dup
aload 1
iload 2
iload 3
invokespecial io.netty.handler.codec.spdy.SpdyHttpDecoder.<init>:(Lio/netty/handler/codec/spdy/SpdyVersion;IZ)V
new io.netty.handler.codec.spdy.SpdyHttpEncoder
dup
aload 1
invokespecial io.netty.handler.codec.spdy.SpdyHttpEncoder.<init>:(Lio/netty/handler/codec/spdy/SpdyVersion;)V
invokespecial io.netty.channel.CombinedChannelDuplexHandler.<init>:(Lio/netty/channel/ChannelInboundHandler;Lio/netty/channel/ChannelOutboundHandler;)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/spdy/SpdyHttpCodec;
0 2 1 version Lio/netty/handler/codec/spdy/SpdyVersion;
0 2 2 maxContentLength I
0 2 3 validateHttpHeaders Z
MethodParameters:
Name Flags
version
maxContentLength
validateHttpHeaders
}
Signature: Lio/netty/channel/CombinedChannelDuplexHandler<Lio/netty/handler/codec/spdy/SpdyHttpDecoder;Lio/netty/handler/codec/spdy/SpdyHttpEncoder;>;
SourceFile: "SpdyHttpCodec.java"