public class ResponseHeaderHandlingHttpClient
extends org.apache.http.impl.client.DefaultHttpClient
Content-Length and Transfer-Encoding headers
to be present on the response.RequestContent.RequestContent(boolean)| Constructor and Description |
|---|
ResponseHeaderHandlingHttpClient() |
ResponseHeaderHandlingHttpClient(org.apache.http.conn.ClientConnectionManager conman) |
ResponseHeaderHandlingHttpClient(org.apache.http.conn.ClientConnectionManager conman,
org.apache.http.params.HttpParams params) |
ResponseHeaderHandlingHttpClient(org.apache.http.params.HttpParams params) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.protocol.BasicHttpProcessor |
createHttpProcessor()
Override just to set RequestContent(true)
|
createHttpParams, setDefaultHttpParamsaddRequestInterceptor, addRequestInterceptor, addResponseInterceptor, addResponseInterceptor, clearRequestInterceptors, clearResponseInterceptors, createAuthSchemeRegistry, createClientConnectionManager, createClientRequestDirector, 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 ResponseHeaderHandlingHttpClient()
public ResponseHeaderHandlingHttpClient(org.apache.http.conn.ClientConnectionManager conman,
org.apache.http.params.HttpParams params)
public ResponseHeaderHandlingHttpClient(org.apache.http.conn.ClientConnectionManager conman)
public ResponseHeaderHandlingHttpClient(org.apache.http.params.HttpParams params)
Copyright © 2018 Jasig. All Rights Reserved.