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

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

Introduction

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

Usage

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

/**
 * Abstract {@link org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler} class
 * that implements connection management aspects shared by all HTTP exchange handlers.
 * <p>
 * Instances of this class are expected to be accessed by one thread at a time only.
 * The {@link #cancel()} method can be called concurrently by multiple threads.