Example usage for org.apache.http.impl.nio.client AbstractClientExchangeHandler subclass-usage

List of usage examples for org.apache.http.impl.nio.client AbstractClientExchangeHandler subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.impl.nio.client AbstractClientExchangeHandler subclass-usage.

Usage

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

/**
 * Default implementation of {@link org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler}.
 * <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.
 */

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

/**
 * Default implementation of {@link org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler}.
 * <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.
 */

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

/**
 * {@link org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler} implementation
 * that supports HTTP message pipelining.
 * <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.