| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.impl.client.CloseableHttpClient
org.apache.http.impl.client.AbstractHttpClient
org.apache.http.impl.client.DefaultHttpClient
org.apache.http.impl.client.SystemDefaultHttpClient
HttpClientBuilder
@Contract(threading=SAFE_CONDITIONAL) @Deprecated public class SystemDefaultHttpClient
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:
CoreProtocolPNames.PROTOCOL_VERSIONCoreProtocolPNames.STRICT_TRANSFER_ENCODINGCoreProtocolPNames.HTTP_ELEMENT_CHARSETCoreProtocolPNames.USE_EXPECT_CONTINUECoreProtocolPNames.WAIT_FOR_CONTINUECoreProtocolPNames.USER_AGENTCoreConnectionPNames.TCP_NODELAYCoreConnectionPNames.SO_TIMEOUTCoreConnectionPNames.SO_LINGERCoreConnectionPNames.SO_REUSEADDRCoreConnectionPNames.SOCKET_BUFFER_SIZECoreConnectionPNames.CONNECTION_TIMEOUTCoreConnectionPNames.MAX_LINE_LENGTHCoreConnectionPNames.MAX_HEADER_COUNTCoreConnectionPNames.STALE_CONNECTION_CHECKConnRoutePNames.FORCED_ROUTEConnRoutePNames.LOCAL_ADDRESSConnRoutePNames.DEFAULT_PROXYCookieSpecPNames.DATE_PATTERNSCookieSpecPNames.SINGLE_COOKIE_HEADERAuthPNames.CREDENTIAL_CHARSETClientPNames.COOKIE_POLICYClientPNames.HANDLE_AUTHENTICATIONClientPNames.HANDLE_REDIRECTSClientPNames.MAX_REDIRECTSClientPNames.ALLOW_CIRCULAR_REDIRECTSClientPNames.VIRTUAL_HOSTClientPNames.DEFAULT_HOSTClientPNames.DEFAULT_HEADERSClientPNames.CONN_MANAGER_TIMEOUT
| 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.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 | 
|---|
public SystemDefaultHttpClient(org.apache.http.params.HttpParams params)
public SystemDefaultHttpClient()
| Method Detail | 
|---|
protected ClientConnectionManager createClientConnectionManager()
createClientConnectionManager in class AbstractHttpClientprotected HttpRoutePlanner createHttpRoutePlanner()
createHttpRoutePlanner in class AbstractHttpClientprotected org.apache.http.ConnectionReuseStrategy createConnectionReuseStrategy()
createConnectionReuseStrategy in class AbstractHttpClient| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||