public final class io.netty.handler.codec.socks.SocksAuthResponse extends io.netty.handler.codec.socks.SocksResponse
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.socks.SocksAuthResponse
super_class: io.netty.handler.codec.socks.SocksResponse
{
private static final io.netty.handler.codec.socks.SocksSubnegotiationVersion SUBNEGOTIATION_VERSION;
descriptor: Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final io.netty.handler.codec.socks.SocksAuthStatus authStatus;
descriptor: Lio/netty/handler/codec/socks/SocksAuthStatus;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic io.netty.handler.codec.socks.SocksSubnegotiationVersion.AUTH_PASSWORD:Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
putstatic io.netty.handler.codec.socks.SocksAuthResponse.SUBNEGOTIATION_VERSION:Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(io.netty.handler.codec.socks.SocksAuthStatus);
descriptor: (Lio/netty/handler/codec/socks/SocksAuthStatus;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic io.netty.handler.codec.socks.SocksResponseType.AUTH:Lio/netty/handler/codec/socks/SocksResponseType;
invokespecial io.netty.handler.codec.socks.SocksResponse.<init>:(Lio/netty/handler/codec/socks/SocksResponseType;)V
1: aload 1
ifnonnull 3
2: new java.lang.NullPointerException
dup
ldc "authStatus"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: io.netty.handler.codec.socks.SocksAuthResponse io.netty.handler.codec.socks.SocksAuthStatus
StackMap stack:
aload 0
aload 1
putfield io.netty.handler.codec.socks.SocksAuthResponse.authStatus:Lio/netty/handler/codec/socks/SocksAuthStatus;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/codec/socks/SocksAuthResponse;
0 5 1 authStatus Lio/netty/handler/codec/socks/SocksAuthStatus;
MethodParameters:
Name Flags
authStatus
public io.netty.handler.codec.socks.SocksAuthStatus authStatus();
descriptor: ()Lio/netty/handler/codec/socks/SocksAuthStatus;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.socks.SocksAuthResponse.authStatus:Lio/netty/handler/codec/socks/SocksAuthStatus;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/socks/SocksAuthResponse;
public void encodeAsByteBuf(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
getstatic io.netty.handler.codec.socks.SocksAuthResponse.SUBNEGOTIATION_VERSION:Lio/netty/handler/codec/socks/SocksSubnegotiationVersion;
invokevirtual io.netty.handler.codec.socks.SocksSubnegotiationVersion.byteValue:()B
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
1: aload 1
aload 0
getfield io.netty.handler.codec.socks.SocksAuthResponse.authStatus:Lio/netty/handler/codec/socks/SocksAuthStatus;
invokevirtual io.netty.handler.codec.socks.SocksAuthStatus.byteValue:()B
invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
pop
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/socks/SocksAuthResponse;
0 3 1 byteBuf Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
byteBuf
}
SourceFile: "SocksAuthResponse.java"