public interface  org.apache.hc.core.http.nio.AsyncResponseConsumer extends java.lang.Object implements org.apache.hc.core.http.nio.AsyncDataConsumer
{
public abstract void consumeResponse(org.apache.hc.core.http.HttpResponse, org.apache.hc.core.http.EntityDetails, org.apache.hc.core.http.protocol.HttpContext, org.apache.hc.core.concurrent.FutureCallback) throws org.apache.hc.core.http.HttpException, java.io.IOException;
public abstract void informationResponse(org.apache.hc.core.http.HttpResponse, org.apache.hc.core.http.protocol.HttpContext) throws org.apache.hc.core.http.HttpException, java.io.IOException;
public abstract void failed(java.lang.Exception);
}