Uses of Class
org.apache.http.client.config.RequestConfig
-
Packages that use RequestConfig Package Description org.apache.http.client.config Client configuration APIs.org.apache.http.client.methods Standard HTTP method implementations.org.apache.http.client.params Deprecated.org.apache.http.client.protocol Client specific HTTP protocol handlers.org.apache.http.impl.client Default HTTP client implementation. -
-
Uses of RequestConfig in org.apache.http.client.config
Fields in org.apache.http.client.config declared as RequestConfig Modifier and Type Field Description static RequestConfigRequestConfig. DEFAULTMethods in org.apache.http.client.config that return RequestConfig Modifier and Type Method Description RequestConfigRequestConfig.Builder. build()protected RequestConfigRequestConfig. clone()Methods in org.apache.http.client.config with parameters of type RequestConfig Modifier and Type Method Description static RequestConfig.BuilderRequestConfig. copy(RequestConfig config) -
Uses of RequestConfig in org.apache.http.client.methods
Fields in org.apache.http.client.methods declared as RequestConfig Modifier and Type Field Description private RequestConfigHttpRequestBase. configprivate RequestConfigRequestBuilder. configMethods in org.apache.http.client.methods that return RequestConfig Modifier and Type Method Description RequestConfigConfigurable. getConfig()Returns actual request configuration.RequestConfigHttpRequestBase. getConfig()RequestConfigRequestBuilder. getConfig()Methods in org.apache.http.client.methods with parameters of type RequestConfig Modifier and Type Method Description voidHttpRequestBase. setConfig(RequestConfig config)RequestBuilderRequestBuilder. setConfig(RequestConfig config) -
Uses of RequestConfig in org.apache.http.client.params
Methods in org.apache.http.client.params that return RequestConfig Modifier and Type Method Description static RequestConfigHttpClientParamConfig. getRequestConfig(org.apache.http.params.HttpParams params)Deprecated.static RequestConfigHttpClientParamConfig. getRequestConfig(org.apache.http.params.HttpParams params, RequestConfig defaultConfig)Deprecated.Methods in org.apache.http.client.params with parameters of type RequestConfig Modifier and Type Method Description static RequestConfigHttpClientParamConfig. getRequestConfig(org.apache.http.params.HttpParams params, RequestConfig defaultConfig)Deprecated. -
Uses of RequestConfig in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that return RequestConfig Modifier and Type Method Description RequestConfigHttpClientContext. getRequestConfig()Methods in org.apache.http.client.protocol with parameters of type RequestConfig Modifier and Type Method Description voidHttpClientContext. setRequestConfig(RequestConfig config) -
Uses of RequestConfig in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as RequestConfig Modifier and Type Field Description private RequestConfigInternalHttpClient. defaultConfigprivate RequestConfigHttpClientBuilder. defaultRequestConfigprivate RequestConfigProxyClient. requestConfigMethods in org.apache.http.impl.client that return RequestConfig Modifier and Type Method Description RequestConfigInternalHttpClient. getConfig()Methods in org.apache.http.impl.client with parameters of type RequestConfig Modifier and Type Method Description (package private) abstract java.util.Collection<java.lang.String>AuthenticationStrategyImpl. getPreferredAuthSchemes(RequestConfig config)(package private) java.util.Collection<java.lang.String>ProxyAuthenticationStrategy. getPreferredAuthSchemes(RequestConfig config)(package private) java.util.Collection<java.lang.String>TargetAuthenticationStrategy. getPreferredAuthSchemes(RequestConfig config)HttpClientBuilderHttpClientBuilder. setDefaultRequestConfig(RequestConfig config)Assigns defaultRequestConfiginstance which will be used for request execution if not explicitly set in the client execution context.Constructors in org.apache.http.impl.client with parameters of type RequestConfig Constructor Description InternalHttpClient(ClientExecChain execChain, HttpClientConnectionManager connManager, HttpRoutePlanner routePlanner, org.apache.http.config.Lookup<CookieSpecProvider> cookieSpecRegistry, org.apache.http.config.Lookup<AuthSchemeProvider> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, java.util.List<java.io.Closeable> closeables)ProxyClient(RequestConfig requestConfig)ProxyClient(HttpConnectionFactory<HttpRoute,ManagedHttpClientConnection> connFactory, org.apache.http.config.ConnectionConfig connectionConfig, RequestConfig requestConfig)
-