public final enum class okhttp.internal.http.ErrorCode extends java.lang.Enum
{
public static final enum okhttp.internal.http.ErrorCode NO_ERROR;
public static final enum okhttp.internal.http.ErrorCode PROTOCOL_ERROR;
public static final enum okhttp.internal.http.ErrorCode INTERNAL_ERROR;
public static final enum okhttp.internal.http.ErrorCode FLOW_CONTROL_ERROR;
public static final enum okhttp.internal.http.ErrorCode REFUSED_STREAM;
public static final enum okhttp.internal.http.ErrorCode CANCEL;
public static final enum okhttp.internal.http.ErrorCode COMPRESSION_ERROR;
public static final enum okhttp.internal.http.ErrorCode CONNECT_ERROR;
public static final enum okhttp.internal.http.ErrorCode ENHANCE_YOUR_CALM;
public static final enum okhttp.internal.http.ErrorCode INADEQUATE_SECURITY;
public static final enum okhttp.internal.http.ErrorCode HTTP_1_1_REQUIRED;
public final int httpCode;
private static final okhttp.internal.http.ErrorCode[] $VALUES;
public static okhttp.internal.http.ErrorCode[] values()
{
java.lang.Object v;
okhttp.internal.http.ErrorCode[] v;
v = <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static okhttp.internal.http.ErrorCode 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 "Lokhttp3/internal/http2/ErrorCode;", v);
return v;
}
private void <init>(java.lang.String, int, int)
{
int v, v;
java.lang.String v;
okhttp.internal.http.ErrorCode v;
v := @this: okhttp.internal.http.ErrorCode;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v.<okhttp.internal.http.ErrorCode: int httpCode> = v;
return;
}
public static okhttp.internal.http.ErrorCode fromHttp2(int)
{
int v, v, v, v;
okhttp.internal.http.ErrorCode v;
okhttp.internal.http.ErrorCode[] v;
v := @parameter: int;
v = staticinvoke <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode[] values()>();
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = v.<okhttp.internal.http.ErrorCode: int httpCode>;
if v != v goto label;
return v;
label:
v = v + 1;
goto label;
label:
return null;
}
private static okhttp.internal.http.ErrorCode[] $values()
{
okhttp.internal.http.ErrorCode v, v, v, v, v, v, v, v, v, v, v;
okhttp.internal.http.ErrorCode[] v;
v = newarray (okhttp.internal.http.ErrorCode)[11];
v = <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode NO_ERROR>;
v[0] = v;
v = <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode PROTOCOL_ERROR>;
v[1] = v;
v = <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode INTERNAL_ERROR>;
v[2] = v;
v = <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode FLOW_CONTROL_ERROR>;
v[3] = v;
v = <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode REFUSED_STREAM>;
v[4] = v;
v = <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode CANCEL>;
v[5] = v;
v = <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode COMPRESSION_ERROR>;
v[6] = v;
v = <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode CONNECT_ERROR>;
v[7] = v;
v = <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode ENHANCE_YOUR_CALM>;
v[8] = v;
v = <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode INADEQUATE_SECURITY>;
v[9] = v;
v = <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode HTTP_1_1_REQUIRED>;
v[10] = v;
return v;
}
static void <clinit>()
{
okhttp.internal.http.ErrorCode v, v, v, v, v, v, v, v, v, v, v;
okhttp.internal.http.ErrorCode[] v;
v = new okhttp.internal.http.ErrorCode;
specialinvoke v.<okhttp.internal.http.ErrorCode: void <init>(java.lang.String,int,int)>("NO_ERROR", 0, 0);
<okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode NO_ERROR> = v;
v = new okhttp.internal.http.ErrorCode;
specialinvoke v.<okhttp.internal.http.ErrorCode: void <init>(java.lang.String,int,int)>("PROTOCOL_ERROR", 1, 1);
<okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode PROTOCOL_ERROR> = v;
v = new okhttp.internal.http.ErrorCode;
specialinvoke v.<okhttp.internal.http.ErrorCode: void <init>(java.lang.String,int,int)>("INTERNAL_ERROR", 2, 2);
<okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode INTERNAL_ERROR> = v;
v = new okhttp.internal.http.ErrorCode;
specialinvoke v.<okhttp.internal.http.ErrorCode: void <init>(java.lang.String,int,int)>("FLOW_CONTROL_ERROR", 3, 3);
<okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode FLOW_CONTROL_ERROR> = v;
v = new okhttp.internal.http.ErrorCode;
specialinvoke v.<okhttp.internal.http.ErrorCode: void <init>(java.lang.String,int,int)>("REFUSED_STREAM", 4, 7);
<okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode REFUSED_STREAM> = v;
v = new okhttp.internal.http.ErrorCode;
specialinvoke v.<okhttp.internal.http.ErrorCode: void <init>(java.lang.String,int,int)>("CANCEL", 5, 8);
<okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode CANCEL> = v;
v = new okhttp.internal.http.ErrorCode;
specialinvoke v.<okhttp.internal.http.ErrorCode: void <init>(java.lang.String,int,int)>("COMPRESSION_ERROR", 6, 9);
<okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode COMPRESSION_ERROR> = v;
v = new okhttp.internal.http.ErrorCode;
specialinvoke v.<okhttp.internal.http.ErrorCode: void <init>(java.lang.String,int,int)>("CONNECT_ERROR", 7, 10);
<okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode CONNECT_ERROR> = v;
v = new okhttp.internal.http.ErrorCode;
specialinvoke v.<okhttp.internal.http.ErrorCode: void <init>(java.lang.String,int,int)>("ENHANCE_YOUR_CALM", 8, 11);
<okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode ENHANCE_YOUR_CALM> = v;
v = new okhttp.internal.http.ErrorCode;
specialinvoke v.<okhttp.internal.http.ErrorCode: void <init>(java.lang.String,int,int)>("INADEQUATE_SECURITY", 9, 12);
<okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode INADEQUATE_SECURITY> = v;
v = new okhttp.internal.http.ErrorCode;
specialinvoke v.<okhttp.internal.http.ErrorCode: void <init>(java.lang.String,int,int)>("HTTP_1_1_REQUIRED", 10, 13);
<okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode HTTP_1_1_REQUIRED> = v;
v = staticinvoke <okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode[] $values()>();
<okhttp.internal.http.ErrorCode: okhttp.internal.http.ErrorCode[] $VALUES> = v;
return;
}
}