class org.apache.hc.client.http.impl.async.AsyncConnectExec$1 extends java.lang.Object implements org.apache.hc.core.concurrent.FutureCallback { final org.apache.hc.client.http.async.AsyncExecChain val$chain; final org.apache.hc.core.http.HttpRequest val$request; final org.apache.hc.core.http.nio.AsyncEntityProducer val$entityProducer; final org.apache.hc.client.http.async.AsyncExecChain$Scope val$scope; final org.apache.hc.client.http.async.AsyncExecCallback val$asyncExecCallback; final org.apache.hc.client.http.impl.async.AsyncConnectExec$State val$state; final org.apache.hc.client.http.impl.async.AsyncConnectExec this$0; void (org.apache.hc.client.http.impl.async.AsyncConnectExec, org.apache.hc.client.http.async.AsyncExecChain, org.apache.hc.core.http.HttpRequest, org.apache.hc.core.http.nio.AsyncEntityProducer, org.apache.hc.client.http.async.AsyncExecChain$Scope, org.apache.hc.client.http.async.AsyncExecCallback, org.apache.hc.client.http.impl.async.AsyncConnectExec$State) { org.apache.hc.client.http.impl.async.AsyncConnectExec$State v; org.apache.hc.client.http.async.AsyncExecChain$Scope v; org.apache.hc.core.http.HttpRequest v; org.apache.hc.core.http.nio.AsyncEntityProducer v; org.apache.hc.client.http.async.AsyncExecChain v; org.apache.hc.client.http.impl.async.AsyncConnectExec$1 v; org.apache.hc.client.http.impl.async.AsyncConnectExec v; org.apache.hc.client.http.async.AsyncExecCallback v; v := @this: org.apache.hc.client.http.impl.async.AsyncConnectExec$1; v := @parameter: org.apache.hc.client.http.impl.async.AsyncConnectExec; v := @parameter: org.apache.hc.client.http.async.AsyncExecChain; v := @parameter: org.apache.hc.core.http.HttpRequest; v := @parameter: org.apache.hc.core.http.nio.AsyncEntityProducer; v := @parameter: org.apache.hc.client.http.async.AsyncExecChain$Scope; v := @parameter: org.apache.hc.client.http.async.AsyncExecCallback; v := @parameter: org.apache.hc.client.http.impl.async.AsyncConnectExec$State; v. = v; v. = v; v. = v; v. = v; v. = v; v. = v; v. = v; specialinvoke v.()>(); return; } public void completed(org.apache.hc.client.http.async.AsyncExecRuntime) { org.apache.hc.client.http.async.AsyncExecRuntime v; org.apache.hc.client.http.impl.async.AsyncConnectExec$1 v; org.apache.hc.client.http.async.AsyncExecCallback v, v, v; boolean v; org.apache.hc.client.http.impl.async.AsyncConnectExec$State v; org.apache.hc.client.http.async.AsyncExecChain$Scope v, v; java.lang.Exception v; org.apache.hc.core.http.HttpRequest v, v; org.apache.hc.core.http.nio.AsyncEntityProducer v, v; org.apache.hc.client.http.async.AsyncExecChain v, v; org.apache.hc.client.http.impl.async.AsyncConnectExec v; v := @this: org.apache.hc.client.http.impl.async.AsyncConnectExec$1; v := @parameter: org.apache.hc.client.http.async.AsyncExecRuntime; v = interfaceinvoke v.(); if v == 0 goto label; label: v = v.; v = v.; v = v.; v = v.; v = v.; interfaceinvoke v.(v, v, v, v); label: goto label; label: v := @caughtexception; v = v.; interfaceinvoke v.(v); goto label; label: v = v.; v = v.; v = v.; v = v.; v = v.; v = v.; v = v.; specialinvoke v.(v, v, v, v, v, v); label: return; catch org.apache.hc.core.http.HttpException from label to label with label; catch java.io.IOException from label to label with label; } public void failed(java.lang.Exception) { org.apache.hc.client.http.impl.async.AsyncConnectExec$1 v; java.lang.Exception v; org.apache.hc.client.http.async.AsyncExecCallback v; v := @this: org.apache.hc.client.http.impl.async.AsyncConnectExec$1; v := @parameter: java.lang.Exception; v = v.; interfaceinvoke v.(v); return; } public void cancelled() { org.apache.hc.client.http.impl.async.AsyncConnectExec$1 v; java.io.InterruptedIOException v; org.apache.hc.client.http.async.AsyncExecCallback v; v := @this: org.apache.hc.client.http.impl.async.AsyncConnectExec$1; v = v.; v = new java.io.InterruptedIOException; specialinvoke v.()>(); interfaceinvoke v.(v); return; } }