Example usage for org.apache.http.protocol HttpRequestExecutor subclass-usage

List of usage examples for org.apache.http.protocol HttpRequestExecutor subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.protocol HttpRequestExecutor subclass-usage.

Usage

From source file org.deviceconnect.message.basic.protocol.ConnectionRequestExecutor.java

/**
 * .
 * @author NTT DOCOMO, INC.
 */
public class ConnectionRequestExecutor extends HttpRequestExecutor {

From source file com.ninjas.movietime.conf.vendor.metrics.InstrumentedHttpRequestExecutor.java

/**
 * @author ayassinov on 28/07/2014.
 */
public class InstrumentedHttpRequestExecutor extends HttpRequestExecutor {
    private final MetricRegistry registry;
    private final HttpClientMetricNameStrategy metricNameStrategy;

From source file com.amazonaws.http.protocol.SdkHttpRequestExecutor.java

/**
 * Used to capture the http send-request and receive-response latency metrics
 * of the http client library, with no retries involved.
 */
public class SdkHttpRequestExecutor extends HttpRequestExecutor {
    @Override

From source file com.joyent.manta.http.MantaHttpRequestExecutor.java

/**
 * Extended implementation of {@link HttpRequestExecutor} with Manta specific
 * extensions for logging and exception handling.
 *
 * @author <a href="https://github.com/dekobon">Elijah Zupancic</a>
 * @since 3.1.7

From source file com.ksc.http.protocol.SdkHttpRequestExecutor.java

/**
 * Used to capture the http send-request and receive-response latency metrics
 * of the http client library, with no retries involved.
 */
public class SdkHttpRequestExecutor extends HttpRequestExecutor {
    @Override

From source file ch.cyberduck.core.http.LoggingHttpRequestExecutor.java

import org.apache.http.protocol.HttpRequestExecutor;

import java.io.IOException;

public class LoggingHttpRequestExecutor extends HttpRequestExecutor {

From source file org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.java

/**
 * Sub-class of HttpRequestExecutor which tracks metrics interesting to solr
 * Inspired and partially copied from dropwizard httpclient library
 */
public class InstrumentedHttpRequestExecutor extends HttpRequestExecutor implements SolrMetricProducer {
    public static final HttpClientMetricNameStrategy QUERYLESS_URL_AND_METHOD = (scope, request) -> {