Example usage for org.apache.http.impl.nio.conn DefaultClientAsyncConnectionFactory DefaultClientAsyncConnectionFactory

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

Introduction

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

Prototype

public DefaultClientAsyncConnectionFactory() 

Source Link

Usage

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

protected ClientAsyncConnectionFactory createClientAsyncConnectionFactory() {
    return new DefaultClientAsyncConnectionFactory();
}