public final class org.apache.hc.client.http.impl.Operations extends java.lang.Object
{
private static final org.apache.hc.core.concurrent.Cancellable NOOP_CANCELLABLE;
public void <init>()
{
org.apache.hc.client.http.impl.Operations v;
v := @this: org.apache.hc.client.http.impl.Operations;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static org.apache.hc.core.concurrent.Cancellable nonCancellable()
{
org.apache.hc.core.concurrent.Cancellable v;
v = <org.apache.hc.client.http.impl.Operations: org.apache.hc.core.concurrent.Cancellable NOOP_CANCELLABLE>;
return v;
}
public static org.apache.hc.core.concurrent.Cancellable cancellable(java.util.concurrent.Future)
{
java.util.concurrent.Future v;
org.apache.hc.core.concurrent.Cancellable v;
org.apache.hc.client.http.impl.Operations$2 v;
boolean v;
v := @parameter: java.util.concurrent.Future;
if v != null goto label;
v = <org.apache.hc.client.http.impl.Operations: org.apache.hc.core.concurrent.Cancellable NOOP_CANCELLABLE>;
return v;
label:
v = v instanceof org.apache.hc.core.concurrent.Cancellable;
if v == 0 goto label;
return v;
label:
v = new org.apache.hc.client.http.impl.Operations$2;
specialinvoke v.<org.apache.hc.client.http.impl.Operations$2: void <init>(java.util.concurrent.Future)>(v);
return v;
}
static void <clinit>()
{
org.apache.hc.client.http.impl.Operations$1 v;
v = new org.apache.hc.client.http.impl.Operations$1;
specialinvoke v.<org.apache.hc.client.http.impl.Operations$1: void <init>()>();
<org.apache.hc.client.http.impl.Operations: org.apache.hc.core.concurrent.Cancellable NOOP_CANCELLABLE> = v;
return;
}
}