public class InstrumentedHttpClient
extends org.apache.http.impl.client.DefaultHttpClient
| Constructor and Description |
|---|
InstrumentedHttpClient(com.codahale.metrics.MetricRegistry registry) |
InstrumentedHttpClient(com.codahale.metrics.MetricRegistry registry,
org.apache.http.conn.ClientConnectionManager manager,
org.apache.http.params.HttpParams params,
String name,
HttpClientMetricNameStrategy metricNameStrategy) |
InstrumentedHttpClient(com.codahale.metrics.MetricRegistry registry,
HttpClientMetricNameStrategy metricNameStrategy) |
InstrumentedHttpClient(com.codahale.metrics.MetricRegistry registry,
org.apache.http.params.HttpParams params) |
InstrumentedHttpClient(com.codahale.metrics.MetricRegistry registry,
InstrumentedClientConnManager manager,
org.apache.http.params.HttpParams params,
String name) |
InstrumentedHttpClient(com.codahale.metrics.MetricRegistry registry,
String name,
HttpClientMetricNameStrategy metricNameStrategy) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.client.RequestDirector |
createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
org.apache.http.conn.ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
org.apache.http.conn.ConnectionKeepAliveStrategy kastrat,
org.apache.http.conn.routing.HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
org.apache.http.client.HttpRequestRetryHandler retryHandler,
org.apache.http.client.RedirectStrategy redirectStrategy,
org.apache.http.client.AuthenticationStrategy targetAuthStrategy,
org.apache.http.client.AuthenticationStrategy proxyAuthStrategy,
org.apache.http.client.UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params) |
createHttpParams, createHttpProcessor, setDefaultHttpParamsaddRequestInterceptor, addRequestInterceptor, addResponseInterceptor, addResponseInterceptor, clearRequestInterceptors, clearResponseInterceptors, createAuthSchemeRegistry, createClientConnectionManager, createClientRequestDirector, createClientRequestDirector, createConnectionKeepAliveStrategy, createConnectionReuseStrategy, createCookieSpecRegistry, createCookieStore, createCredentialsProvider, createHttpContext, createHttpRequestRetryHandler, createHttpRoutePlanner, createProxyAuthenticationHandler, createProxyAuthenticationStrategy, createRedirectHandler, createRequestExecutor, createTargetAuthenticationHandler, createTargetAuthenticationStrategy, createUserTokenHandler, determineParams, execute, execute, execute, execute, execute, execute, execute, execute, getAuthSchemes, getBackoffManager, getConnectionBackoffStrategy, getConnectionKeepAliveStrategy, getConnectionManager, getConnectionReuseStrategy, getCookieSpecs, getCookieStore, getCredentialsProvider, getHttpProcessor, getHttpRequestRetryHandler, getParams, getProxyAuthenticationHandler, getProxyAuthenticationStrategy, getRedirectHandler, getRedirectStrategy, getRequestExecutor, getRequestInterceptor, getRequestInterceptorCount, getResponseInterceptor, getResponseInterceptorCount, getRoutePlanner, getTargetAuthenticationHandler, getTargetAuthenticationStrategy, getUserTokenHandler, removeRequestInterceptorByClass, removeResponseInterceptorByClass, setAuthSchemes, setBackoffManager, setConnectionBackoffStrategy, setCookieSpecs, setCookieStore, setCredentialsProvider, setHttpRequestRetryHandler, setKeepAliveStrategy, setParams, setProxyAuthenticationHandler, setProxyAuthenticationStrategy, setRedirectHandler, setRedirectStrategy, setReuseStrategy, setRoutePlanner, setTargetAuthenticationHandler, setTargetAuthenticationStrategy, setUserTokenHandlerpublic InstrumentedHttpClient(com.codahale.metrics.MetricRegistry registry,
org.apache.http.conn.ClientConnectionManager manager,
org.apache.http.params.HttpParams params,
String name,
HttpClientMetricNameStrategy metricNameStrategy)
public InstrumentedHttpClient(com.codahale.metrics.MetricRegistry registry,
InstrumentedClientConnManager manager,
org.apache.http.params.HttpParams params,
String name)
public InstrumentedHttpClient(com.codahale.metrics.MetricRegistry registry,
org.apache.http.params.HttpParams params)
public InstrumentedHttpClient(com.codahale.metrics.MetricRegistry registry)
public InstrumentedHttpClient(com.codahale.metrics.MetricRegistry registry,
HttpClientMetricNameStrategy metricNameStrategy)
public InstrumentedHttpClient(com.codahale.metrics.MetricRegistry registry,
String name,
HttpClientMetricNameStrategy metricNameStrategy)
protected org.apache.http.client.RequestDirector createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
org.apache.http.conn.ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
org.apache.http.conn.ConnectionKeepAliveStrategy kastrat,
org.apache.http.conn.routing.HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
org.apache.http.client.HttpRequestRetryHandler retryHandler,
org.apache.http.client.RedirectStrategy redirectStrategy,
org.apache.http.client.AuthenticationStrategy targetAuthStrategy,
org.apache.http.client.AuthenticationStrategy proxyAuthStrategy,
org.apache.http.client.UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params)
createClientRequestDirector in class org.apache.http.impl.client.AbstractHttpClientCopyright © 2013. All Rights Reserved.