Uses of Class
org.apache.http.client.config.RequestConfig

Packages that use RequestConfig
org.apache.http.client.config   
org.apache.http.client.methods Request implementations for the various HTTP methods like GET and POST. 
org.apache.http.client.params Parameters for configuring the default HttpClient implementation. 
org.apache.http.client.protocol Additional request and response interceptors for HTTP state and authentication management. 
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
 

Uses of RequestConfig in org.apache.http.client.config
 

Fields in org.apache.http.client.config declared as RequestConfig
static RequestConfig RequestConfig.DEFAULT
           
 

Methods in org.apache.http.client.config that return RequestConfig
 RequestConfig RequestConfig.Builder.build()
           
protected  RequestConfig RequestConfig.clone()
           
 

Methods in org.apache.http.client.config with parameters of type RequestConfig
static RequestConfig.Builder RequestConfig.copy(RequestConfig config)
           
 

Uses of RequestConfig in org.apache.http.client.methods
 

Methods in org.apache.http.client.methods that return RequestConfig
 RequestConfig HttpRequestBase.getConfig()
           
 RequestConfig RequestBuilder.getConfig()
           
 RequestConfig Configurable.getConfig()
           
 

Methods in org.apache.http.client.methods with parameters of type RequestConfig
 void HttpRequestBase.setConfig(RequestConfig config)
           
 RequestBuilder RequestBuilder.setConfig(RequestConfig config)
           
 

Uses of RequestConfig in org.apache.http.client.params
 

Methods in org.apache.http.client.params that return RequestConfig
static RequestConfig HttpClientParamConfig.getRequestConfig(HttpParams params)
          Deprecated.  
 

Uses of RequestConfig in org.apache.http.client.protocol
 

Methods in org.apache.http.client.protocol that return RequestConfig
 RequestConfig HttpClientContext.getRequestConfig()
           
 

Methods in org.apache.http.client.protocol with parameters of type RequestConfig
 void HttpClientContext.setRequestConfig(RequestConfig config)
           
 

Uses of RequestConfig in org.apache.http.impl.client
 

Methods in org.apache.http.impl.client with parameters of type RequestConfig
 HttpClientBuilder HttpClientBuilder.setDefaultRequestConfig(RequestConfig config)
           
 

Constructors in org.apache.http.impl.client with parameters of type RequestConfig
ProxyClient(HttpConnectionFactory<ManagedHttpClientConnection> connFactory, org.apache.http.config.ConnectionConfig connectionConfig, RequestConfig requestConfig)
           
ProxyClient(RequestConfig requestConfig)
           
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.