public class io.netty.handler.codec.http.HttpMethod extends java.lang.Object implements java.lang.Comparable
{
public static final io.netty.handler.codec.http.HttpMethod OPTIONS;
public static final io.netty.handler.codec.http.HttpMethod GET;
public static final io.netty.handler.codec.http.HttpMethod HEAD;
public static final io.netty.handler.codec.http.HttpMethod POST;
public static final io.netty.handler.codec.http.HttpMethod PUT;
public static final io.netty.handler.codec.http.HttpMethod PATCH;
public static final io.netty.handler.codec.http.HttpMethod DELETE;
public static final io.netty.handler.codec.http.HttpMethod TRACE;
public static final io.netty.handler.codec.http.HttpMethod CONNECT;
private static final io.netty.handler.codec.http.HttpMethod$EnumNameMap methodMap;
private final io.netty.util.AsciiString name;
public static io.netty.handler.codec.http.HttpMethod valueOf(java.lang.String)
{
io.netty.handler.codec.http.HttpMethod$EnumNameMap v;
io.netty.handler.codec.http.HttpMethod v, v, v, v, v;
java.lang.Object v;
java.lang.String v, v, v;
v := @parameter: java.lang.String;
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod GET>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String name()>();
if v != v goto label;
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod GET>;
return v;
label:
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod POST>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String name()>();
if v != v goto label;
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod POST>;
return v;
label:
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod$EnumNameMap methodMap>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod$EnumNameMap: java.lang.Object get(java.lang.String)>(v);
if v == null goto label;
v = v;
goto label;
label:
v = new io.netty.handler.codec.http.HttpMethod;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod: void <init>(java.lang.String)>(v);
label:
return v;
}
public void <init>(java.lang.String)
{
io.netty.handler.codec.http.HttpMethod v;
io.netty.util.AsciiString v;
char v;
java.lang.IllegalArgumentException v;
int v, v;
java.lang.String v, v;
boolean v, v;
v := @this: io.netty.handler.codec.http.HttpMethod;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Object: void <init>()>();
v = staticinvoke <io.netty.util.internal.ObjectUtil: java.lang.String checkNonEmptyAfterTrim(java.lang.String,java.lang.String)>(v, "name");
v = 0;
label:
v = virtualinvoke v.<java.lang.String: int length()>();
if v >= v goto label;
v = virtualinvoke v.<java.lang.String: char charAt(int)>(v);
v = staticinvoke <java.lang.Character: boolean isISOControl(char)>(v);
if v != 0 goto label;
v = staticinvoke <java.lang.Character: boolean isWhitespace(char)>(v);
if v == 0 goto label;
label:
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("invalid character in name");
throw v;
label:
v = v + 1;
goto label;
label:
v = staticinvoke <io.netty.util.AsciiString: io.netty.util.AsciiString cached(java.lang.String)>(v);
v.<io.netty.handler.codec.http.HttpMethod: io.netty.util.AsciiString name> = v;
return;
}
public java.lang.String name()
{
io.netty.handler.codec.http.HttpMethod v;
io.netty.util.AsciiString v;
java.lang.String v;
v := @this: io.netty.handler.codec.http.HttpMethod;
v = v.<io.netty.handler.codec.http.HttpMethod: io.netty.util.AsciiString name>;
v = virtualinvoke v.<io.netty.util.AsciiString: java.lang.String toString()>();
return v;
}
public io.netty.util.AsciiString asciiName()
{
io.netty.handler.codec.http.HttpMethod v;
io.netty.util.AsciiString v;
v := @this: io.netty.handler.codec.http.HttpMethod;
v = v.<io.netty.handler.codec.http.HttpMethod: io.netty.util.AsciiString name>;
return v;
}
public int hashCode()
{
int v;
io.netty.handler.codec.http.HttpMethod v;
java.lang.String v;
v := @this: io.netty.handler.codec.http.HttpMethod;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String name()>();
v = virtualinvoke v.<java.lang.String: int hashCode()>();
return v;
}
public boolean equals(java.lang.Object)
{
io.netty.handler.codec.http.HttpMethod v;
java.lang.Object v;
java.lang.String v, v;
boolean v, v;
v := @this: io.netty.handler.codec.http.HttpMethod;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
v = v instanceof io.netty.handler.codec.http.HttpMethod;
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String name()>();
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String name()>();
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
return v;
}
public java.lang.String toString()
{
io.netty.handler.codec.http.HttpMethod v;
io.netty.util.AsciiString v;
java.lang.String v;
v := @this: io.netty.handler.codec.http.HttpMethod;
v = v.<io.netty.handler.codec.http.HttpMethod: io.netty.util.AsciiString name>;
v = virtualinvoke v.<io.netty.util.AsciiString: java.lang.String toString()>();
return v;
}
public int compareTo(io.netty.handler.codec.http.HttpMethod)
{
int v;
io.netty.handler.codec.http.HttpMethod v, v;
java.lang.String v, v;
v := @this: io.netty.handler.codec.http.HttpMethod;
v := @parameter: io.netty.handler.codec.http.HttpMethod;
if v != v goto label;
return 0;
label:
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String name()>();
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String name()>();
v = virtualinvoke v.<java.lang.String: int compareTo(java.lang.String)>(v);
return v;
}
static void <clinit>()
{
io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node[] v;
java.lang.String v, v, v, v, v, v, v, v, v;
io.netty.handler.codec.http.HttpMethod$EnumNameMap v;
io.netty.handler.codec.http.HttpMethod v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node v, v, v, v, v, v, v, v, v;
v = new io.netty.handler.codec.http.HttpMethod;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod: void <init>(java.lang.String)>("OPTIONS");
<io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod OPTIONS> = v;
v = new io.netty.handler.codec.http.HttpMethod;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod: void <init>(java.lang.String)>("GET");
<io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod GET> = v;
v = new io.netty.handler.codec.http.HttpMethod;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod: void <init>(java.lang.String)>("HEAD");
<io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod HEAD> = v;
v = new io.netty.handler.codec.http.HttpMethod;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod: void <init>(java.lang.String)>("POST");
<io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod POST> = v;
v = new io.netty.handler.codec.http.HttpMethod;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod: void <init>(java.lang.String)>("PUT");
<io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod PUT> = v;
v = new io.netty.handler.codec.http.HttpMethod;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod: void <init>(java.lang.String)>("PATCH");
<io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod PATCH> = v;
v = new io.netty.handler.codec.http.HttpMethod;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod: void <init>(java.lang.String)>("DELETE");
<io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod DELETE> = v;
v = new io.netty.handler.codec.http.HttpMethod;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod: void <init>(java.lang.String)>("TRACE");
<io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod TRACE> = v;
v = new io.netty.handler.codec.http.HttpMethod;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod: void <init>(java.lang.String)>("CONNECT");
<io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod CONNECT> = v;
v = new io.netty.handler.codec.http.HttpMethod$EnumNameMap;
v = newarray (io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node)[9];
v = new io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node;
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod OPTIONS>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String toString()>();
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod OPTIONS>;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node: void <init>(java.lang.String,java.lang.Object)>(v, v);
v[0] = v;
v = new io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node;
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod GET>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String toString()>();
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod GET>;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node: void <init>(java.lang.String,java.lang.Object)>(v, v);
v[1] = v;
v = new io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node;
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod HEAD>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String toString()>();
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod HEAD>;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node: void <init>(java.lang.String,java.lang.Object)>(v, v);
v[2] = v;
v = new io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node;
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod POST>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String toString()>();
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod POST>;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node: void <init>(java.lang.String,java.lang.Object)>(v, v);
v[3] = v;
v = new io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node;
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod PUT>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String toString()>();
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod PUT>;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node: void <init>(java.lang.String,java.lang.Object)>(v, v);
v[4] = v;
v = new io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node;
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod PATCH>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String toString()>();
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod PATCH>;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node: void <init>(java.lang.String,java.lang.Object)>(v, v);
v[5] = v;
v = new io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node;
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod DELETE>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String toString()>();
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod DELETE>;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node: void <init>(java.lang.String,java.lang.Object)>(v, v);
v[6] = v;
v = new io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node;
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod TRACE>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String toString()>();
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod TRACE>;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node: void <init>(java.lang.String,java.lang.Object)>(v, v);
v[7] = v;
v = new io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node;
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod CONNECT>;
v = virtualinvoke v.<io.netty.handler.codec.http.HttpMethod: java.lang.String toString()>();
v = <io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod CONNECT>;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node: void <init>(java.lang.String,java.lang.Object)>(v, v);
v[8] = v;
specialinvoke v.<io.netty.handler.codec.http.HttpMethod$EnumNameMap: void <init>(io.netty.handler.codec.http.HttpMethod$EnumNameMap$Node[])>(v);
<io.netty.handler.codec.http.HttpMethod: io.netty.handler.codec.http.HttpMethod$EnumNameMap methodMap> = v;
return;
}
}