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

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

Introduction

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

Usage

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

/**
 * Default factory for {@link ManagedNHttpClientConnection} instances.
 *
 * @since 4.0
 */
public class ManagedNHttpClientConnectionFactory implements NHttpConnectionFactory<ManagedNHttpClientConnection> {

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

@Deprecated
public class DefaultClientAsyncConnectionFactory
        implements ClientAsyncConnectionFactory, NHttpConnectionFactory<ManagedNHttpClientConnection> {

    private final Log headerlog = LogFactory.getLog("org.apache.http.headers");
    private final Log wirelog = LogFactory.getLog("org.apache.http.wire");