public final enum class io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State extends java.lang.Enum
{
public static final enum io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State INIT;
public static final enum io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State SUCCESS;
public static final enum io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State FAILURE;
private static final io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State[] $VALUES;
public static io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State[] values()
{
java.lang.Object v;
io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State[] v;
v = <io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State: io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lio/netty/handler/codec/socksx/v5/Socks5PasswordAuthResponseDecoder$State;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State v;
v := @this: io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State[] $values()
{
io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State v, v, v;
io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State[] v;
v = newarray (io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State)[3];
v = <io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State: io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State INIT>;
v[0] = v;
v = <io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State: io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State SUCCESS>;
v[1] = v;
v = <io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State: io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State FAILURE>;
v[2] = v;
return v;
}
static void <clinit>()
{
io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State v, v, v;
io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State[] v;
v = new io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State;
specialinvoke v.<io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State: void <init>(java.lang.String,int)>("INIT", 0);
<io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State: io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State INIT> = v;
v = new io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State;
specialinvoke v.<io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State: void <init>(java.lang.String,int)>("SUCCESS", 1);
<io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State: io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State SUCCESS> = v;
v = new io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State;
specialinvoke v.<io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State: void <init>(java.lang.String,int)>("FAILURE", 2);
<io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State: io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State FAILURE> = v;
v = staticinvoke <io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State: io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State[] $values()>();
<io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State: io.netty.handler.codec.socksx.v.Socks5PasswordAuthResponseDecoder$State[] $VALUES> = v;
return;
}
}