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 RequestConfigConfigurableHttpRequest.requestConfigprivate RequestConfigSimpleRequestBuilder.requestConfigMethods 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 TypeMethodDescriptionvoidConfigurableHttpRequest.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 RequestConfigRequestConfig.clone()Configurable.getConfig()Returns actual request configuration.Methods in org.apache.hc.client5.http.config with parameters of type RequestConfigModifier and TypeMethodDescriptionstatic RequestConfig.BuilderRequestConfig.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 RequestConfigInternalAbstractHttpAsyncClient.defaultConfigprivate RequestConfigH2AsyncClientBuilder.defaultRequestConfigprivate RequestConfigHttpAsyncClientBuilder.defaultRequestConfigMethods in org.apache.hc.client5.http.impl.async with parameters of type RequestConfigModifier and TypeMethodDescriptionfinal H2AsyncClientBuilderH2AsyncClientBuilder.setDefaultRequestConfig(RequestConfig config) Assigns defaultRequestConfiginstance which will be used for request execution if not explicitly set in the client execution context.final HttpAsyncClientBuilderHttpAsyncClientBuilder.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.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 RequestConfigInternalHttpClient.defaultConfigprivate RequestConfigHttpClientBuilder.defaultRequestConfigprivate final RequestConfigProxyClient.requestConfigMethods 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 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.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