Example usage for org.apache.http.conn HttpClientConnectionManager interface-usage

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

Introduction

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

Usage

From source file org.commonjava.aprox.client.core.helper.CloseBlockingConnectionManager.java

public class CloseBlockingConnectionManager implements HttpClientConnectionManager {

    private final Logger logger = LoggerFactory.getLogger(getClass());

    private final HttpClientConnectionManager connectionManager;

From source file org.commonjava.indy.client.core.helper.CloseBlockingConnectionManager.java

public class CloseBlockingConnectionManager implements HttpClientConnectionManager {

    private final Logger logger = LoggerFactory.getLogger(getClass());

    private final HttpClientConnectionManager connectionManager;

From source file org.commonjava.util.jhttpc.INTERNAL.conn.CloseBlockingConnectionManager.java

public class CloseBlockingConnectionManager implements HttpClientConnectionManager, Closeable {

    private final Logger logger = LoggerFactory.getLogger(getClass());

    private final SiteConnectionConfig config;

From source file gobblin.writer.http.DelegatingHttpClientConnectionManager.java

/**
 * Helper class to decorate HttpClientConnectionManager instances.
 */
public class DelegatingHttpClientConnectionManager implements HttpClientConnectionManager {
    protected final HttpClientConnectionManager fallbackConnManager;

From source file org.apache.gobblin.writer.http.DelegatingHttpClientConnectionManager.java

/**
 * Helper class to decorate HttpClientConnectionManager instances.
 */
public class DelegatingHttpClientConnectionManager implements HttpClientConnectionManager {
    protected final HttpClientConnectionManager fallbackConnManager;

From source file org.esigate.test.conn.MockConnectionManager.java

public class MockConnectionManager implements HttpClientConnectionManager {
    private final AtomicBoolean open = new AtomicBoolean(false);
    private IResponseHandler responseHandler;
    private HttpRequest sentRequest;
    private long sleep = 0L;

From source file org.geoserver.wms.map.MockHttpClientConnectionManager.java

/**
 * Mock connection manager, to emulate remote connections and get mocked data from them.
 *
 * @author maurobartolomeoli@gmail.com
 */
public class MockHttpClientConnectionManager implements HttpClientConnectionManager {

From source file com.serphacker.serposcope.scraper.http.extensions.CloseableBasicHttpClientConnectionManager.java

/**
 * A connection manager for a single connection. This connection manager maintains only one active
 * connection. Even though this class is fully thread-safe it ought to be used by one execution
 * thread only, as only one thread a time can lease the connection at a time.
 * <p>
 * This connection manager will make an effort to reuse the connection for subsequent requests

From source file org.apache.http.impl.conn.BasicHttpClientConnectionManager.java

/**
 * A connection manager for a single connection. This connection manager maintains only one active
 * connection. Even though this class is fully thread-safe it ought to be used by one execution
 * thread only, as only one thread a time can lease the connection at a time.
 * <p/>
 * This connection manager will make an effort to reuse the connection for subsequent requests

From source file org.apache.http.impl.conn.PoolingHttpClientConnectionManager.java

/**
 * <tt>ClientConnectionPoolManager</tt> maintains a pool of
 * {@link HttpClientConnection}s and is able to service connection requests
 * from multiple execution threads. Connections are pooled on a per route
 * basis. A request for a route which already the manager has persistent
 * connections for available in the pool will be services by leasing