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

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

Introduction

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

Usage

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

public class PoolingClientConnectionManager implements ClientConnectionManager {

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

    private final HttpSessionPool pool;
    private final SchemeRegistry schemeRegistry;