public final class io.netty.handler.codec.socks.SocksAuthResponse extends io.netty.handler.codec.socks.SocksResponse
{
private static final io.netty.handler.codec.socks.SocksSubnegotiationVersion SUBNEGOTIATION_VERSION;
private final io.netty.handler.codec.socks.SocksAuthStatus authStatus;
public void <init>(io.netty.handler.codec.socks.SocksAuthStatus)
{
io.netty.handler.codec.socks.SocksAuthStatus v;
java.lang.Object v;
io.netty.handler.codec.socks.SocksAuthResponse v;
io.netty.handler.codec.socks.SocksResponseType v;
v := @this: io.netty.handler.codec.socks.SocksAuthResponse;
v := @parameter: io.netty.handler.codec.socks.SocksAuthStatus;
v = <io.netty.handler.codec.socks.SocksResponseType: io.netty.handler.codec.socks.SocksResponseType AUTH>;
specialinvoke v.<io.netty.handler.codec.socks.SocksResponse: void <init>(io.netty.handler.codec.socks.SocksResponseType)>(v);
v = staticinvoke <io.netty.util.internal.ObjectUtil: java.lang.Object checkNotNull(java.lang.Object,java.lang.String)>(v, "authStatus");
v.<io.netty.handler.codec.socks.SocksAuthResponse: io.netty.handler.codec.socks.SocksAuthStatus authStatus> = v;
return;
}
public io.netty.handler.codec.socks.SocksAuthStatus authStatus()
{
io.netty.handler.codec.socks.SocksAuthStatus v;
io.netty.handler.codec.socks.SocksAuthResponse v;
v := @this: io.netty.handler.codec.socks.SocksAuthResponse;
v = v.<io.netty.handler.codec.socks.SocksAuthResponse: io.netty.handler.codec.socks.SocksAuthStatus authStatus>;
return v;
}
public void encodeAsByteBuf(io.netty.buffer.ByteBuf)
{
byte v, v;
io.netty.buffer.ByteBuf v;
io.netty.handler.codec.socks.SocksAuthStatus v;
io.netty.handler.codec.socks.SocksSubnegotiationVersion v;
io.netty.handler.codec.socks.SocksAuthResponse v;
v := @this: io.netty.handler.codec.socks.SocksAuthResponse;
v := @parameter: io.netty.buffer.ByteBuf;
v = <io.netty.handler.codec.socks.SocksAuthResponse: io.netty.handler.codec.socks.SocksSubnegotiationVersion SUBNEGOTIATION_VERSION>;
v = virtualinvoke v.<io.netty.handler.codec.socks.SocksSubnegotiationVersion: byte byteValue()>();
virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf writeByte(int)>(v);
v = v.<io.netty.handler.codec.socks.SocksAuthResponse: io.netty.handler.codec.socks.SocksAuthStatus authStatus>;
v = virtualinvoke v.<io.netty.handler.codec.socks.SocksAuthStatus: byte byteValue()>();
virtualinvoke v.<io.netty.buffer.ByteBuf: io.netty.buffer.ByteBuf writeByte(int)>(v);
return;
}
static void <clinit>()
{
io.netty.handler.codec.socks.SocksSubnegotiationVersion v;
v = <io.netty.handler.codec.socks.SocksSubnegotiationVersion: io.netty.handler.codec.socks.SocksSubnegotiationVersion AUTH_PASSWORD>;
<io.netty.handler.codec.socks.SocksAuthResponse: io.netty.handler.codec.socks.SocksSubnegotiationVersion SUBNEGOTIATION_VERSION> = v;
return;
}
}