public class io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder extends io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
super_class: io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
{
public void <init>(boolean, boolean, int);
descriptor: (ZZI)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_0
invokespecial io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder.<init>:(ZZIZ)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/websocketx/WebSocket13FrameDecoder;
0 2 1 expectMaskedFrames Z
0 2 2 allowExtensions Z
0 2 3 maxFramePayloadLength I
MethodParameters:
Name Flags
expectMaskedFrames
allowExtensions
maxFramePayloadLength
public void <init>(boolean, boolean, int, boolean);
descriptor: (ZZIZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, 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
iload 4
invokespecial io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.<init>:(ZZIZ)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/websocketx/WebSocket13FrameDecoder;
0 2 1 expectMaskedFrames Z
0 2 2 allowExtensions Z
0 2 3 maxFramePayloadLength I
0 2 4 allowMaskMismatch Z
MethodParameters:
Name Flags
expectMaskedFrames
allowExtensions
maxFramePayloadLength
allowMaskMismatch
}
SourceFile: "WebSocket13FrameDecoder.java"