public class org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus extends java.lang.Object implements java.lang.Comparable
{
public static final org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus SUCCESS;
public static final org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus REJECTED_OR_FAILED;
public static final org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus IDENTD_UNREACHABLE;
public static final org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus IDENTD_AUTH_FAILURE;
private final byte byteValue;
private final java.lang.String name;
private java.lang.String text;
public static org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus valueOf(byte)
{
byte v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus v, v, v, v, v;
v := @parameter: byte;
tableswitch(v)
{
case 90: goto label;
case 91: goto label;
case 92: goto label;
case 93: goto label;
default: goto label;
};
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus SUCCESS>;
return v;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus REJECTED_OR_FAILED>;
return v;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus IDENTD_UNREACHABLE>;
return v;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus IDENTD_AUTH_FAILURE>;
return v;
label:
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: void <init>(int)>(v);
return v;
}
public void <init>(int)
{
int v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
v := @parameter: int;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: void <init>(int,java.lang.String)>(v, "UNKNOWN");
return;
}
public void <init>(int, java.lang.String)
{
int v;
java.lang.Object v;
java.lang.String v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
v := @parameter: int;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Object: void <init>()>();
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.internal.ObjectUtil: java.lang.Object checkNotNull(java.lang.Object,java.lang.String)>(v, "name");
v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: java.lang.String name> = v;
v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: byte byteValue> = v;
return;
}
public byte byteValue()
{
byte v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
v = v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: byte byteValue>;
return v;
}
public boolean isSuccess()
{
byte v;
boolean v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
v = v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: byte byteValue>;
if v != 90 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public int hashCode()
{
byte v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
v = v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: byte byteValue>;
return v;
}
public boolean equals(java.lang.Object)
{
byte v, v;
java.lang.Object v;
boolean v, v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
v := @parameter: java.lang.Object;
v = v instanceof org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
if v != 0 goto label;
return 0;
label:
v = v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: byte byteValue>;
v = v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: byte byteValue>;
if v != v goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public int compareTo(org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus)
{
byte v, v;
int v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus v, v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
v := @parameter: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
v = v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: byte byteValue>;
v = v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: byte byteValue>;
v = v - v;
return v;
}
public java.lang.String toString()
{
short v;
byte v;
java.lang.String v, v, v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
v = v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: java.lang.String text>;
if v != null goto label;
v = v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: java.lang.String name>;
v = v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: byte byteValue>;
v = v & 255;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,short)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u0001(\u)");
v = v;
v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: java.lang.String text> = v;
label:
return v;
}
static void <clinit>()
{
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus v, v, v, v;
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: void <init>(int,java.lang.String)>(90, "SUCCESS");
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus SUCCESS> = v;
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: void <init>(int,java.lang.String)>(91, "REJECTED_OR_FAILED");
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus REJECTED_OR_FAILED> = v;
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: void <init>(int,java.lang.String)>(92, "IDENTD_UNREACHABLE");
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus IDENTD_UNREACHABLE> = v;
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: void <init>(int,java.lang.String)>(93, "IDENTD_AUTH_FAILURE");
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.socksx.v.Socks4CommandStatus IDENTD_AUTH_FAILURE> = v;
return;
}
}