List of usage examples for org.apache.http.nio.protocol HttpAsyncResponseConsumer interface-usage
From source file rx.apache.http.consumers.ResponseDelegate.java
/** * Delegate methods for getting access to protected methods. */ abstract interface ResponseDelegate extends HttpAsyncResponseConsumer<HttpResponse> { public void _onResponseReceived(HttpResponse response) throws HttpException, IOException;
From source file org.apache.cxf.transport.http.asyncclient.CXFHttpAsyncResponseConsumer.java
public class CXFHttpAsyncResponseConsumer implements HttpAsyncResponseConsumer<Boolean> { private final SharedInputBuffer buf; private final AsyncWrappedOutputStream outstream; private final CXFResponseCallback responseCallback;