public final class io.netty.handler.codec.socks.UnknownSocksRequest extends io.netty.handler.codec.socks.SocksRequest
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.socks.UnknownSocksRequest
super_class: io.netty.handler.codec.socks.SocksRequest
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic io.netty.handler.codec.socks.SocksRequestType.UNKNOWN:Lio/netty/handler/codec/socks/SocksRequestType;
invokespecial io.netty.handler.codec.socks.SocksRequest.<init>:(Lio/netty/handler/codec/socks/SocksRequestType;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/socks/UnknownSocksRequest;
public void encodeAsByteBuf(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/socks/UnknownSocksRequest;
0 1 1 byteBuf Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
byteBuf
}
SourceFile: "UnknownSocksRequest.java"