Example usage for org.apache.http.impl.client CloseableHttpClient subclass-usage

List of usage examples for org.apache.http.impl.client CloseableHttpClient subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.impl.client CloseableHttpClient subclass-usage.

Usage

From source file com.esri.geoportal.commons.http.BotsHttpClient.java

import org.apache.http.protocol.HttpContext;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
 * Bots http client.

From source file com.seleritycorp.common.base.http.client.FileHttpClient.java

/**
 * HttpClient that handles local files.
 */
@SuppressWarnings("deprecation")
@Singleton
public class FileHttpClient extends CloseableHttpClient {

From source file co.paralleluniverse.fibers.httpclient.FiberHttpClient.java

public class FiberHttpClient extends CloseableHttpClient {
    private final Log log = LogFactory.getLog(getClass());
    private final CloseableHttpAsyncClient client;
    private final HttpRequestRetryHandler httpRequestRetryHandler;

    private DefaultConnectingIOReactor ioreactor;

From source file com.polydeucesys.eslogging.testutils.MockCloseableHttpClient.java

/**
 * Borrowed/adapted from the Jest Test classes to allow checking at the top level what is getting 
 * pushed down to the server
 * @author Dogukan Sonmez, extracted by Kevin McLellan
 *
 */

From source file org.apache.http.impl.client.InternalHttpClient.java

/**
 * Internal class.
 *
 * @since 4.3
 */
@ThreadSafe

From source file org.apache.http.impl.client.AbstractHttpClient.java

/**
 * Base class for {@link org.apache.http.client.HttpClient} implementations.
 * This class acts as a facade to a number of special purpose handler or
 * strategy implementations responsible for handling of a particular aspect
 * of the HTTP protocol such as redirect or authentication handling or
 * making decision about connection persistence and keep alive duration.