Uses of Class
org.apache.hc.client5.http.config.RequestConfig
-
Packages that use RequestConfig Package Description org.apache.hc.client5.http.async.methods Common HTTP methods and message handlers for the asynchronous I/O model.org.apache.hc.client5.http.classic.methods Common HTTP methods and message handlers for the classic I/O model.org.apache.hc.client5.http.config HTTP client configuration APIs.org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport.org.apache.hc.client5.http.impl.classic Classic HTTP client API implementation that supports HTTP/1.1 transport only.org.apache.hc.client5.http.protocol 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 RequestConfig Modifier and Type Field Description private RequestConfig
ConfigurableHttpRequest. requestConfig
private RequestConfig
SimpleRequestBuilder. requestConfig
Methods in org.apache.hc.client5.http.async.methods that return RequestConfig Modifier and Type Method Description RequestConfig
ConfigurableHttpRequest. getConfig()
RequestConfig
SimpleRequestBuilder. getRequestConfig()
Methods in org.apache.hc.client5.http.async.methods with parameters of type RequestConfig Modifier and Type Method Description void
ConfigurableHttpRequest. setConfig(RequestConfig requestConfig)
SimpleRequestBuilder
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 RequestConfig Modifier and Type Field Description private RequestConfig
HttpUriRequestBase. requestConfig
Methods in org.apache.hc.client5.http.classic.methods that return RequestConfig Modifier and Type Method Description RequestConfig
HttpUriRequestBase. getConfig()
Methods in org.apache.hc.client5.http.classic.methods with parameters of type RequestConfig Modifier and Type Method Description void
HttpUriRequestBase. setConfig(RequestConfig requestConfig)
-
Uses of RequestConfig in org.apache.hc.client5.http.config
Fields in org.apache.hc.client5.http.config declared as RequestConfig Modifier and Type Field Description static RequestConfig
RequestConfig. DEFAULT
Methods in org.apache.hc.client5.http.config that return RequestConfig Modifier and Type Method Description RequestConfig
RequestConfig.Builder. build()
protected RequestConfig
RequestConfig. clone()
RequestConfig
Configurable. getConfig()
Returns actual request configuration.Methods in org.apache.hc.client5.http.config with parameters of type RequestConfig Modifier and Type Method Description static 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 RequestConfig Modifier and Type Field Description private RequestConfig
InternalAbstractHttpAsyncClient. defaultConfig
private RequestConfig
H2AsyncClientBuilder. defaultRequestConfig
private RequestConfig
HttpAsyncClientBuilder. defaultRequestConfig
Methods in org.apache.hc.client5.http.impl.async with parameters of type RequestConfig Modifier and Type Method Description H2AsyncClientBuilder
H2AsyncClientBuilder. setDefaultRequestConfig(RequestConfig config)
Assigns defaultRequestConfig
instance which will be used for request execution if not explicitly set in the client execution context.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 RequestConfig Constructor Description InternalAbstractHttpAsyncClient(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncPushConsumerRegistry pushConsumerRegistry, java.util.concurrent.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, java.util.List<java.io.Closeable> closeables)
InternalH2AsyncClient(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, java.util.concurrent.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, java.util.List<java.io.Closeable> closeables)
InternalHttpAsyncClient(org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, AsyncExecChainElement execChain, AsyncPushConsumerRegistry pushConsumerRegistry, java.util.concurrent.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, java.util.List<java.io.Closeable> closeables)
-
Uses of RequestConfig in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as RequestConfig Modifier and Type Field Description private RequestConfig
InternalHttpClient. defaultConfig
private RequestConfig
HttpClientBuilder. defaultRequestConfig
private RequestConfig
ProxyClient. requestConfig
Methods in org.apache.hc.client5.http.impl.classic that return RequestConfig Modifier and Type Method Description RequestConfig
InternalHttpClient. getConfig()
Methods in org.apache.hc.client5.http.impl.classic with parameters of type RequestConfig Modifier and Type Method Description 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 RequestConfig Constructor Description InternalHttpClient(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, java.util.List<java.io.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 RequestConfig Modifier and Type Method Description RequestConfig
HttpClientContext. getRequestConfig()
Methods in org.apache.hc.client5.http.protocol with parameters of type RequestConfig Modifier and Type Method Description void
HttpClientContext. setRequestConfig(RequestConfig config)
-