public interface  org.apache.hc.core.http.nio.AsyncClientExchangeHandler extends java.lang.Object implements org.apache.hc.core.http.nio.AsyncDataExchangeHandler
{
public abstract void produceRequest(org.apache.hc.core.http.nio.RequestChannel, org.apache.hc.core.http.protocol.HttpContext) throws org.apache.hc.core.http.HttpException, java.io.IOException;
public abstract void consumeResponse(org.apache.hc.core.http.HttpResponse, org.apache.hc.core.http.EntityDetails, org.apache.hc.core.http.protocol.HttpContext) throws org.apache.hc.core.http.HttpException, java.io.IOException;
public abstract void consumeInformation(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 cancel();
}