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

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

Introduction

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

Usage

From source file org.apache.http.impl.nio.client.DefaultAsyncRequestDirector.java

@Deprecated
class DefaultAsyncRequestDirector<T> implements HttpAsyncRequestExecutionHandler<T> {

    private static final AtomicLong COUNTER = new AtomicLong(1);

    private final Log log;