final enum class io.netty.handler.codec.http.HttpObjectDecoder$State extends java.lang.Enum
{
public static final enum io.netty.handler.codec.http.HttpObjectDecoder$State SKIP_CONTROL_CHARS;
public static final enum io.netty.handler.codec.http.HttpObjectDecoder$State READ_INITIAL;
public static final enum io.netty.handler.codec.http.HttpObjectDecoder$State READ_HEADER;
public static final enum io.netty.handler.codec.http.HttpObjectDecoder$State READ_VARIABLE_LENGTH_CONTENT;
public static final enum io.netty.handler.codec.http.HttpObjectDecoder$State READ_FIXED_LENGTH_CONTENT;
public static final enum io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNK_SIZE;
public static final enum io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNKED_CONTENT;
public static final enum io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNK_DELIMITER;
public static final enum io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNK_FOOTER;
public static final enum io.netty.handler.codec.http.HttpObjectDecoder$State BAD_MESSAGE;
public static final enum io.netty.handler.codec.http.HttpObjectDecoder$State UPGRADED;
private static final io.netty.handler.codec.http.HttpObjectDecoder$State[] $VALUES;
public static io.netty.handler.codec.http.HttpObjectDecoder$State[] values()
{
java.lang.Object v;
io.netty.handler.codec.http.HttpObjectDecoder$State[] v;
v = <io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static io.netty.handler.codec.http.HttpObjectDecoder$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/http/HttpObjectDecoder$State;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
io.netty.handler.codec.http.HttpObjectDecoder$State v;
v := @this: io.netty.handler.codec.http.HttpObjectDecoder$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.http.HttpObjectDecoder$State[] $values()
{
io.netty.handler.codec.http.HttpObjectDecoder$State v, v, v, v, v, v, v, v, v, v, v;
io.netty.handler.codec.http.HttpObjectDecoder$State[] v;
v = newarray (io.netty.handler.codec.http.HttpObjectDecoder$State)[11];
v = <io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State SKIP_CONTROL_CHARS>;
v[0] = v;
v = <io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_INITIAL>;
v[1] = v;
v = <io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_HEADER>;
v[2] = v;
v = <io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_VARIABLE_LENGTH_CONTENT>;
v[3] = v;
v = <io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_FIXED_LENGTH_CONTENT>;
v[4] = v;
v = <io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNK_SIZE>;
v[5] = v;
v = <io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNKED_CONTENT>;
v[6] = v;
v = <io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNK_DELIMITER>;
v[7] = v;
v = <io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNK_FOOTER>;
v[8] = v;
v = <io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State BAD_MESSAGE>;
v[9] = v;
v = <io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State UPGRADED>;
v[10] = v;
return v;
}
static void <clinit>()
{
io.netty.handler.codec.http.HttpObjectDecoder$State v, v, v, v, v, v, v, v, v, v, v;
io.netty.handler.codec.http.HttpObjectDecoder$State[] v;
v = new io.netty.handler.codec.http.HttpObjectDecoder$State;
specialinvoke v.<io.netty.handler.codec.http.HttpObjectDecoder$State: void <init>(java.lang.String,int)>("SKIP_CONTROL_CHARS", 0);
<io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State SKIP_CONTROL_CHARS> = v;
v = new io.netty.handler.codec.http.HttpObjectDecoder$State;
specialinvoke v.<io.netty.handler.codec.http.HttpObjectDecoder$State: void <init>(java.lang.String,int)>("READ_INITIAL", 1);
<io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_INITIAL> = v;
v = new io.netty.handler.codec.http.HttpObjectDecoder$State;
specialinvoke v.<io.netty.handler.codec.http.HttpObjectDecoder$State: void <init>(java.lang.String,int)>("READ_HEADER", 2);
<io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_HEADER> = v;
v = new io.netty.handler.codec.http.HttpObjectDecoder$State;
specialinvoke v.<io.netty.handler.codec.http.HttpObjectDecoder$State: void <init>(java.lang.String,int)>("READ_VARIABLE_LENGTH_CONTENT", 3);
<io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_VARIABLE_LENGTH_CONTENT> = v;
v = new io.netty.handler.codec.http.HttpObjectDecoder$State;
specialinvoke v.<io.netty.handler.codec.http.HttpObjectDecoder$State: void <init>(java.lang.String,int)>("READ_FIXED_LENGTH_CONTENT", 4);
<io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_FIXED_LENGTH_CONTENT> = v;
v = new io.netty.handler.codec.http.HttpObjectDecoder$State;
specialinvoke v.<io.netty.handler.codec.http.HttpObjectDecoder$State: void <init>(java.lang.String,int)>("READ_CHUNK_SIZE", 5);
<io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNK_SIZE> = v;
v = new io.netty.handler.codec.http.HttpObjectDecoder$State;
specialinvoke v.<io.netty.handler.codec.http.HttpObjectDecoder$State: void <init>(java.lang.String,int)>("READ_CHUNKED_CONTENT", 6);
<io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNKED_CONTENT> = v;
v = new io.netty.handler.codec.http.HttpObjectDecoder$State;
specialinvoke v.<io.netty.handler.codec.http.HttpObjectDecoder$State: void <init>(java.lang.String,int)>("READ_CHUNK_DELIMITER", 7);
<io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNK_DELIMITER> = v;
v = new io.netty.handler.codec.http.HttpObjectDecoder$State;
specialinvoke v.<io.netty.handler.codec.http.HttpObjectDecoder$State: void <init>(java.lang.String,int)>("READ_CHUNK_FOOTER", 8);
<io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State READ_CHUNK_FOOTER> = v;
v = new io.netty.handler.codec.http.HttpObjectDecoder$State;
specialinvoke v.<io.netty.handler.codec.http.HttpObjectDecoder$State: void <init>(java.lang.String,int)>("BAD_MESSAGE", 9);
<io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State BAD_MESSAGE> = v;
v = new io.netty.handler.codec.http.HttpObjectDecoder$State;
specialinvoke v.<io.netty.handler.codec.http.HttpObjectDecoder$State: void <init>(java.lang.String,int)>("UPGRADED", 10);
<io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State UPGRADED> = v;
v = staticinvoke <io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State[] $values()>();
<io.netty.handler.codec.http.HttpObjectDecoder$State: io.netty.handler.codec.http.HttpObjectDecoder$State[] $VALUES> = v;
return;
}
}