class org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry extends java.lang.Object
{
final org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position position;
final java.lang.String name;
final org.apache.hc.client.http.async.AsyncExecChainHandler interceptor;
final java.lang.String existing;
private void <init>(org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position, java.lang.String, org.apache.hc.client.http.async.AsyncExecChainHandler, java.lang.String)
{
org.apache.hc.client.http.async.AsyncExecChainHandler v;
org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry v;
java.lang.String v, v;
org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position v;
v := @this: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry;
v := @parameter: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position;
v := @parameter: java.lang.String;
v := @parameter: org.apache.hc.client.http.async.AsyncExecChainHandler;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry: org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry$Position position> = v;
v.<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry: java.lang.String name> = v;
v.<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry: org.apache.hc.client.http.async.AsyncExecChainHandler interceptor> = v;
v.<org.apache.hc.client.http.impl.async.HttpAsyncClientBuilder$ExecInterceptorEntry: java.lang.String existing> = v;
return;
}
}