class org.apache.hc.client.http.impl.async.AbstractMinimalHttpAsyncClientBase$1 extends java.lang.Object implements org.apache.hc.core.concurrent.FutureCallback { final org.apache.hc.core.concurrent.ComplexFuture val$future; final org.apache.hc.client.http.impl.async.AbstractMinimalHttpAsyncClientBase this$0; void (org.apache.hc.client.http.impl.async.AbstractMinimalHttpAsyncClientBase, org.apache.hc.core.concurrent.ComplexFuture) { org.apache.hc.client.http.impl.async.AbstractMinimalHttpAsyncClientBase v; org.apache.hc.core.concurrent.ComplexFuture v; org.apache.hc.client.http.impl.async.AbstractMinimalHttpAsyncClientBase$1 v; v := @this: org.apache.hc.client.http.impl.async.AbstractMinimalHttpAsyncClientBase$1; v := @parameter: org.apache.hc.client.http.impl.async.AbstractMinimalHttpAsyncClientBase; v := @parameter: org.apache.hc.core.concurrent.ComplexFuture; v. = v; v. = v; specialinvoke v.()>(); return; } public void completed(java.lang.Object) { java.lang.Object v; org.apache.hc.core.concurrent.ComplexFuture v; org.apache.hc.client.http.impl.async.AbstractMinimalHttpAsyncClientBase$1 v; v := @this: org.apache.hc.client.http.impl.async.AbstractMinimalHttpAsyncClientBase$1; v := @parameter: java.lang.Object; v = v.; virtualinvoke v.(v); return; } public void failed(java.lang.Exception) { org.apache.hc.core.concurrent.ComplexFuture v; java.lang.Exception v; org.apache.hc.client.http.impl.async.AbstractMinimalHttpAsyncClientBase$1 v; v := @this: org.apache.hc.client.http.impl.async.AbstractMinimalHttpAsyncClientBase$1; v := @parameter: java.lang.Exception; v = v.; virtualinvoke v.(v); return; } public void cancelled() { org.apache.hc.core.concurrent.ComplexFuture v; org.apache.hc.client.http.impl.async.AbstractMinimalHttpAsyncClientBase$1 v; v := @this: org.apache.hc.client.http.impl.async.AbstractMinimalHttpAsyncClientBase$1; v = v.; virtualinvoke v.(); return; } }