Example usage for org.apache.http.nio.protocol HttpAsyncResponseConsumer interface-usage

List of usage examples for org.apache.http.nio.protocol HttpAsyncResponseConsumer interface-usage

Introduction

In this page you can find the example usage for org.apache.http.nio.protocol HttpAsyncResponseConsumer interface-usage.

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;