Example usage for org.apache.http.impl.nio.conn AsyncSchemeRegistryFactory createDefault

List of usage examples for org.apache.http.impl.nio.conn AsyncSchemeRegistryFactory createDefault

Introduction

In this page you can find the example usage for org.apache.http.impl.nio.conn AsyncSchemeRegistryFactory createDefault.

Prototype

public static AsyncSchemeRegistry createDefault() 

Source Link

Usage

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

public PoolingClientAsyncConnectionManager(final ConnectingIOReactor ioreactor) throws IOReactorException {
    this(ioreactor, AsyncSchemeRegistryFactory.createDefault());
}