Example usage for org.apache.http.concurrent Cancellable interface-usage

List of usage examples for org.apache.http.concurrent Cancellable interface-usage

Introduction

In this page you can find the example usage for org.apache.http.concurrent Cancellable interface-usage.

Usage

From source file org.apache.http.impl.execchain.ConnectionHolder.java

/**
 * Internal connection holder.
 *
 * @since 4.3
 */
@ThreadSafe

From source file org.callimachusproject.server.helpers.Exchange.java

public class Exchange implements Cancellable {
    final Logger logger = LoggerFactory.getLogger(Exchange.class);
    private Request request;
    private final Queue<Exchange> queue;
    private final Consumer consumer;
    private HttpAsyncExchange exchange;