Example usage for org.apache.http.client HttpClient interface-usage

List of usage examples for org.apache.http.client HttpClient interface-usage

Introduction

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

Usage

From source file com.shwy.bestjoy.utils.AndroidHttpClient.java

/**
 * <p>Subclass of the Apache {@link DefaultHttpClient} that is configured with
 * reasonable default settings and registered schemes for Android, and
 * also lets the user add {@link HttpRequestInterceptor} classes.
 * Don't create this directly, use the {@link #newInstance} factory method.</p>
 * <p/>

From source file com.applicake.beanstalkclient.utils.AndroidHttpClient.java

/**
 * Subclass of the Apache {@link DefaultHttpClient} that is configured with
 * reasonable default settings and registered schemes for Android, and also lets
 * the user add {@link HttpRequestInterceptor} classes. Don't create this
 * directly, use the {@link #newInstance} factory method.
 * 

From source file net.shirayu.android.WlanLogin.MyHttpClient.java

public class MyHttpClient implements HttpClient, CredentialsProvider, HttpResponseInterceptor {
    private DefaultHttpClient client = null;
    private String username = null;
    private String password = null;
    private boolean stop_auth = false;

From source file org.apache.sling.hapi.client.impl.AbstractHtmlClientImpl.java

public abstract class AbstractHtmlClientImpl implements HttpClient, HtmlClient {
    protected static final Logger LOG = LoggerFactory.getLogger(AbstractHtmlClientImpl.class);
    protected CloseableHttpClient client;
    protected URI baseUrl;

    public AbstractHtmlClientImpl(CloseableHttpClient client, String baseUrl) throws URISyntaxException {

From source file mobi.jenkinsci.ci.client.JenkinsFormAuthHttpClient.java

public class JenkinsFormAuthHttpClient implements HttpClient {
    private static final Logger log = Logger.getLogger(JenkinsFormAuthHttpClient.class);
    private final HttpContext sessionContext;
    private final HttpClient httpClient;

    private static final HashMap<String, SsoHandler> ssoHandlers = new HashMap<String, SsoHandler>();

From source file org.sonatype.nexus.repository.httpclient.internal.BlockingHttpClient.java

/**
 * Wraps an {@link HttpClient} with manual and automatic blocking functionality.
 *
 * @since 3.0
 */
public class BlockingHttpClient extends FilteredHttpClientSupport implements HttpClient, Closeable {

From source file fast.simple.download.http.DownloadHttpClient.java

/**
 * Subclass of the Apache {@link DefaultHttpClient} that is configured with
 * reasonable default settings and registered schemes for Android, and also lets
 * the user add {@link HttpRequestInterceptor} classes. Don't create this
 * directly, use the {@link #newInstance} factory method.
 * 

From source file com.eventcentric.helper.AndroidHttpClient.java

/**
 * Subclass of the Apache {@link DefaultHttpClient} that is configured with
 * reasonable default settings and registered schemes for Android, and
 * also lets the user add {@link HttpRequestInterceptor} classes.
 * Don't create this directly, use the {@link #newInstance} factory method.
 *

From source file org.apache.sling.testing.clients.AbstractSlingClient.java

/**
 * The abstract base client for all implementing integration test clients.
 */
@Immutable
public class AbstractSlingClient implements HttpClient {

From source file org.devtcg.five.util.streaming.FailfastHttpClient.java

/**
 * Subclass of the Apache {@link DefaultHttpClient} that is configured with
 * reasonable default settings and registered schemes for Android, and
 * also lets the user add {@link HttpRequestInterceptor} classes.
 * Don't create this directly, use the {@link #newInstance} factory method.
 *