public final class org.apache.hc.core.http.nio.entity.NoopEntityConsumer extends java.lang.Object implements org.apache.hc.core.http.nio.AsyncEntityConsumer
{
private volatile org.apache.hc.core.concurrent.FutureCallback resultCallback;
public void <init>()
{
org.apache.hc.core.http.nio.entity.NoopEntityConsumer v;
v := @this: org.apache.hc.core.http.nio.entity.NoopEntityConsumer;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void streamStart(org.apache.hc.core.http.EntityDetails, org.apache.hc.core.concurrent.FutureCallback) throws java.io.IOException, org.apache.hc.core.http.HttpException
{
org.apache.hc.core.concurrent.FutureCallback v;
org.apache.hc.core.http.nio.entity.NoopEntityConsumer v;
org.apache.hc.core.http.EntityDetails v;
v := @this: org.apache.hc.core.http.nio.entity.NoopEntityConsumer;
v := @parameter: org.apache.hc.core.http.EntityDetails;
v := @parameter: org.apache.hc.core.concurrent.FutureCallback;
v.<org.apache.hc.core.http.nio.entity.NoopEntityConsumer: org.apache.hc.core.concurrent.FutureCallback resultCallback> = v;
return;
}
public void updateCapacity(org.apache.hc.core.http.nio.CapacityChannel) throws java.io.IOException
{
org.apache.hc.core.http.nio.entity.NoopEntityConsumer v;
org.apache.hc.core.http.nio.CapacityChannel v;
v := @this: org.apache.hc.core.http.nio.entity.NoopEntityConsumer;
v := @parameter: org.apache.hc.core.http.nio.CapacityChannel;
interfaceinvoke v.<org.apache.hc.core.http.nio.CapacityChannel: void update(int)>(2147483647);
return;
}
public void consume(java.nio.ByteBuffer) throws java.io.IOException
{
org.apache.hc.core.http.nio.entity.NoopEntityConsumer v;
java.nio.ByteBuffer v;
v := @this: org.apache.hc.core.http.nio.entity.NoopEntityConsumer;
v := @parameter: java.nio.ByteBuffer;
return;
}
public void streamEnd(java.util.List) throws java.io.IOException
{
java.util.List v;
org.apache.hc.core.concurrent.FutureCallback v, v;
org.apache.hc.core.http.nio.entity.NoopEntityConsumer v;
v := @this: org.apache.hc.core.http.nio.entity.NoopEntityConsumer;
v := @parameter: java.util.List;
v = v.<org.apache.hc.core.http.nio.entity.NoopEntityConsumer: org.apache.hc.core.concurrent.FutureCallback resultCallback>;
if v == null goto label;
v = v.<org.apache.hc.core.http.nio.entity.NoopEntityConsumer: org.apache.hc.core.concurrent.FutureCallback resultCallback>;
interfaceinvoke v.<org.apache.hc.core.concurrent.FutureCallback: void completed(java.lang.Object)>(null);
label:
return;
}
public void failed(java.lang.Exception)
{
org.apache.hc.core.concurrent.FutureCallback v, v;
org.apache.hc.core.http.nio.entity.NoopEntityConsumer v;
java.lang.Exception v;
v := @this: org.apache.hc.core.http.nio.entity.NoopEntityConsumer;
v := @parameter: java.lang.Exception;
v = v.<org.apache.hc.core.http.nio.entity.NoopEntityConsumer: org.apache.hc.core.concurrent.FutureCallback resultCallback>;
if v == null goto label;
v = v.<org.apache.hc.core.http.nio.entity.NoopEntityConsumer: org.apache.hc.core.concurrent.FutureCallback resultCallback>;
interfaceinvoke v.<org.apache.hc.core.concurrent.FutureCallback: void failed(java.lang.Exception)>(v);
label:
return;
}
public java.lang.Void getContent()
{
org.apache.hc.core.http.nio.entity.NoopEntityConsumer v;
v := @this: org.apache.hc.core.http.nio.entity.NoopEntityConsumer;
return null;
}
public void releaseResources()
{
org.apache.hc.core.http.nio.entity.NoopEntityConsumer v;
v := @this: org.apache.hc.core.http.nio.entity.NoopEntityConsumer;
return;
}
}