public class org.apache.hc.client.http.impl.Operations$CompletedFuture extends java.lang.Object implements java.util.concurrent.Future
{
private final java.lang.Object result;
public void <init>(java.lang.Object)
{
java.lang.Object v;
org.apache.hc.client.http.impl.Operations$CompletedFuture v;
v := @this: org.apache.hc.client.http.impl.Operations$CompletedFuture;
v := @parameter: java.lang.Object;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.hc.client.http.impl.Operations$CompletedFuture: java.lang.Object result> = v;
return;
}
public java.lang.Object get() throws java.lang.InterruptedException, java.util.concurrent.ExecutionException
{
java.lang.Object v;
org.apache.hc.client.http.impl.Operations$CompletedFuture v;
v := @this: org.apache.hc.client.http.impl.Operations$CompletedFuture;
v = v.<org.apache.hc.client.http.impl.Operations$CompletedFuture: java.lang.Object result>;
return v;
}
public java.lang.Object get(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException, java.util.concurrent.ExecutionException, java.util.concurrent.TimeoutException
{
java.util.concurrent.TimeUnit v;
org.apache.hc.client.http.impl.Operations$CompletedFuture v;
java.lang.Object v;
long v;
v := @this: org.apache.hc.client.http.impl.Operations$CompletedFuture;
v := @parameter: long;
v := @parameter: java.util.concurrent.TimeUnit;
v = v.<org.apache.hc.client.http.impl.Operations$CompletedFuture: java.lang.Object result>;
return v;
}
public boolean cancel(boolean)
{
org.apache.hc.client.http.impl.Operations$CompletedFuture v;
boolean v;
v := @this: org.apache.hc.client.http.impl.Operations$CompletedFuture;
v := @parameter: boolean;
return 0;
}
public boolean isCancelled()
{
org.apache.hc.client.http.impl.Operations$CompletedFuture v;
v := @this: org.apache.hc.client.http.impl.Operations$CompletedFuture;
return 0;
}
public boolean isDone()
{
org.apache.hc.client.http.impl.Operations$CompletedFuture v;
v := @this: org.apache.hc.client.http.impl.Operations$CompletedFuture;
return 1;
}
}