Uses of Class
org.apache.hc.client5.http.config.RequestConfig
Packages that use RequestConfig
Package
Description
Common HTTP methods and message handlers for the asynchronous I/O model.
Common HTTP methods and message handlers for the classic I/O model.
HTTP client configuration APIs.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
-
Uses of RequestConfig in org.apache.hc.client5.http.async.methods
Fields in org.apache.hc.client5.http.async.methods declared as RequestConfigModifier and TypeFieldDescriptionprivate RequestConfig
ConfigurableHttpRequest.requestConfig
private RequestConfig
SimpleRequestBuilder.requestConfig
Methods in org.apache.hc.client5.http.async.methods that return RequestConfigModifier and TypeMethodDescriptionConfigurableHttpRequest.getConfig()
SimpleRequestBuilder.getRequestConfig()
Methods in org.apache.hc.client5.http.async.methods with parameters of type RequestConfigModifier and TypeMethodDescriptionvoid
ConfigurableHttpRequest.setConfig
(RequestConfig requestConfig) SimpleRequestBuilder.setRequestConfig
(RequestConfig requestConfig) -
Uses of RequestConfig in org.apache.hc.client5.http.classic.methods
Fields in org.apache.hc.client5.http.classic.methods declared as RequestConfigMethods in org.apache.hc.client5.http.classic.methods that return RequestConfigMethods in org.apache.hc.client5.http.classic.methods with parameters of type RequestConfig -
Uses of RequestConfig in org.apache.hc.client5.http.config
Fields in org.apache.hc.client5.http.config declared as RequestConfigMethods in org.apache.hc.client5.http.config that return RequestConfigModifier and TypeMethodDescriptionRequestConfig.Builder.build()
protected RequestConfig
RequestConfig.clone()
Configurable.getConfig()
Returns actual request configuration.Methods in org.apache.hc.client5.http.config with parameters of type RequestConfigModifier and TypeMethodDescriptionstatic RequestConfig.Builder
RequestConfig.copy
(RequestConfig config) -
Uses of RequestConfig in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as RequestConfigModifier and TypeFieldDescriptionprivate final RequestConfig
InternalAbstractHttpAsyncClient.defaultConfig
private RequestConfig
H2AsyncClientBuilder.defaultRequestConfig
private RequestConfig
HttpAsyncClientBuilder.defaultRequestConfig
Methods in org.apache.hc.client5.http.impl.async with parameters of type RequestConfigModifier and TypeMethodDescriptionfinal H2AsyncClientBuilder
H2AsyncClientBuilder.setDefaultRequestConfig
(RequestConfig config) Assigns defaultRequestConfig
instance which will be used for request execution if not explicitly set in the client execution context.final HttpAsyncClientBuilder
HttpAsyncClientBuilder.setDefaultRequestConfig
(RequestConfig config) Assigns defaultRequestConfig
instance which will be used for request execution if not explicitly set in the client execution context.Constructors in org.apache.hc.client5.http.impl.async with parameters of type RequestConfigModifierConstructorDescription(package private)
InternalAbstractHttpAsyncClient
(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncPushConsumerRegistry pushConsumerRegistry, ThreadFactory threadFactory, AsyncExecChainElement execChain, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) (package private)
InternalH2AsyncClient
(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, ThreadFactory threadFactory, InternalH2ConnPool connPool, HttpRoutePlanner routePlanner, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) (package private)
InternalHttpAsyncClient
(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, ThreadFactory threadFactory, AsyncClientConnectionManager manager, HttpRoutePlanner routePlanner, TlsConfig tlsConfig, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) -
Uses of RequestConfig in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as RequestConfigModifier and TypeFieldDescriptionprivate final RequestConfig
InternalHttpClient.defaultConfig
private RequestConfig
HttpClientBuilder.defaultRequestConfig
private final RequestConfig
ProxyClient.requestConfig
Methods in org.apache.hc.client5.http.impl.classic that return RequestConfigMethods in org.apache.hc.client5.http.impl.classic with parameters of type RequestConfigModifier and TypeMethodDescriptionfinal HttpClientBuilder
HttpClientBuilder.setDefaultRequestConfig
(RequestConfig config) Assigns defaultRequestConfig
instance which will be used for request execution if not explicitly set in the client execution context.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type RequestConfigModifierConstructorDescriptionInternalHttpClient
(HttpClientConnectionManager connManager, org.apache.hc.core5.http.impl.io.HttpRequestExecutor requestExecutor, ExecChainElement execChain, HttpRoutePlanner routePlanner, org.apache.hc.core5.http.config.Lookup<CookieSpecFactory> cookieSpecRegistry, org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry, CookieStore cookieStore, CredentialsProvider credentialsProvider, RequestConfig defaultConfig, List<Closeable> closeables) ProxyClient
(RequestConfig requestConfig) ProxyClient
(org.apache.hc.core5.http.io.HttpConnectionFactory<ManagedHttpClientConnection> connFactory, org.apache.hc.core5.http.config.Http1Config h1Config, org.apache.hc.core5.http.config.CharCodingConfig charCodingConfig, RequestConfig requestConfig) -
Uses of RequestConfig in org.apache.hc.client5.http.protocol
Methods in org.apache.hc.client5.http.protocol that return RequestConfigMethods in org.apache.hc.client5.http.protocol with parameters of type RequestConfig