final enum class org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position extends java.lang.Enum
{
public static final enum org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position BEFORE;
public static final enum org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position AFTER;
public static final enum org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position REPLACE;
public static final enum org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position FIRST;
public static final enum org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position LAST;
private static final org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position[] $VALUES;
public static org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position[] values()
{
java.lang.Object v;
org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position[] v;
v = <org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position 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 "Lorg/apache/hc/client5/http/impl/async/HttpAsyncClientBuilder$ExecInterceptorEntry$Position;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position v;
v := @this: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position[] $values()
{
org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position[] v;
org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position v, v, v, v, v;
v = newarray (org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position)[5];
v = <org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position BEFORE>;
v[0] = v;
v = <org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position AFTER>;
v[1] = v;
v = <org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position REPLACE>;
v[2] = v;
v = <org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position FIRST>;
v[3] = v;
v = <org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position LAST>;
v[4] = v;
return v;
}
static void <clinit>()
{
org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position[] v;
org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position v, v, v, v, v;
v = new org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position;
specialinvoke v.<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: void <init>(java.lang.String,int)>("BEFORE", 0);
<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position BEFORE> = v;
v = new org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position;
specialinvoke v.<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: void <init>(java.lang.String,int)>("AFTER", 1);
<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position AFTER> = v;
v = new org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position;
specialinvoke v.<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: void <init>(java.lang.String,int)>("REPLACE", 2);
<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position REPLACE> = v;
v = new org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position;
specialinvoke v.<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: void <init>(java.lang.String,int)>("FIRST", 3);
<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position FIRST> = v;
v = new org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position;
specialinvoke v.<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: void <init>(java.lang.String,int)>("LAST", 4);
<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position LAST> = v;
v = staticinvoke <org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position[] $values()>();
<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position[] $VALUES> = v;
return;
}
}