org.apache.http.impl.client
Class SystemDefaultHttpClient

java.lang.Object
  extended by org.apache.http.impl.client.CloseableHttpClient
      extended by org.apache.http.impl.client.AbstractHttpClient
          extended by org.apache.http.impl.client.DefaultHttpClient
              extended by org.apache.http.impl.client.SystemDefaultHttpClient
All Implemented Interfaces:
Closeable, HttpClient

Deprecated. (4.3) use HttpClientBuilder

@Contract(threading=SAFE_CONDITIONAL)
@Deprecated
public class SystemDefaultHttpClient
extends DefaultHttpClient

An extension of DefaultHttpClient pre-configured using system properties.

The following system properties are taken into account by this class:

The following parameters can be used to customize the behavior of this class:

Since:
4.2

Constructor Summary
SystemDefaultHttpClient()
          Deprecated.  
SystemDefaultHttpClient(org.apache.http.params.HttpParams params)
          Deprecated.  
 
Method Summary
protected  ClientConnectionManager createClientConnectionManager()
          Deprecated.  
protected  org.apache.http.ConnectionReuseStrategy createConnectionReuseStrategy()
          Deprecated.  
protected  HttpRoutePlanner createHttpRoutePlanner()
          Deprecated.  
 
Methods inherited from class org.apache.http.impl.client.DefaultHttpClient
createHttpParams, createHttpProcessor, setDefaultHttpParams
 
Methods inherited from class org.apache.http.impl.client.AbstractHttpClient
addRequestInterceptor, addRequestInterceptor, addResponseInterceptor, addResponseInterceptor, clearRequestInterceptors, clearResponseInterceptors, close, createAuthSchemeRegistry, createClientRequestDirector, createClientRequestDirector, createClientRequestDirector, createConnectionKeepAliveStrategy, createCookieSpecRegistry, createCookieStore, createCredentialsProvider, createHttpContext, createHttpRequestRetryHandler, createProxyAuthenticationHandler, createProxyAuthenticationStrategy, createRedirectHandler, createRequestExecutor, createTargetAuthenticationHandler, createTargetAuthenticationStrategy, createUserTokenHandler, determineParams, doExecute, 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, setUserTokenHandler
 
Methods inherited from class org.apache.http.impl.client.CloseableHttpClient
execute, execute, execute, execute, execute, execute, execute, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemDefaultHttpClient

public SystemDefaultHttpClient(org.apache.http.params.HttpParams params)
Deprecated. 

SystemDefaultHttpClient

public SystemDefaultHttpClient()
Deprecated. 
Method Detail

createClientConnectionManager

protected ClientConnectionManager createClientConnectionManager()
Deprecated. 
Overrides:
createClientConnectionManager in class AbstractHttpClient

createHttpRoutePlanner

protected HttpRoutePlanner createHttpRoutePlanner()
Deprecated. 
Overrides:
createHttpRoutePlanner in class AbstractHttpClient

createConnectionReuseStrategy

protected org.apache.http.ConnectionReuseStrategy createConnectionReuseStrategy()
Deprecated. 
Overrides:
createConnectionReuseStrategy in class AbstractHttpClient


Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.