Example usage for org.apache.http.nio.conn ClientAsyncConnectionManager interface-usage

List of usage examples for org.apache.http.nio.conn ClientAsyncConnectionManager interface-usage

Introduction

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

Usage

From source file org.apache.http.impl.nio.conn.PoolingClientAsyncConnectionManager.java

@Deprecated
public class PoolingClientAsyncConnectionManager
        implements ClientAsyncConnectionManager, ConnPoolControl<HttpRoute> {

    private final Log log = LogFactory.getLog(getClass());