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 RequestConfigConfigurableHttpRequest. requestConfigprivate RequestConfigSimpleRequestBuilder. requestConfigMethods in org.apache.hc.client5.http.async.methods that return RequestConfig Modifier and Type Method Description RequestConfigConfigurableHttpRequest. getConfig()RequestConfigSimpleRequestBuilder. getRequestConfig()Methods in org.apache.hc.client5.http.async.methods with parameters of type RequestConfig Modifier and Type Method Description voidConfigurableHttpRequest. setConfig(RequestConfig requestConfig)SimpleRequestBuilderSimpleRequestBuilder. 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 RequestConfigHttpUriRequestBase. requestConfigMethods in org.apache.hc.client5.http.classic.methods that return RequestConfig Modifier and Type Method Description RequestConfigHttpUriRequestBase. getConfig()Methods in org.apache.hc.client5.http.classic.methods with parameters of type RequestConfig Modifier and Type Method Description voidHttpUriRequestBase. 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 RequestConfigRequestConfig. DEFAULTMethods in org.apache.hc.client5.http.config that return RequestConfig Modifier and Type Method Description RequestConfigRequestConfig.Builder. build()protected RequestConfigRequestConfig. clone()RequestConfigConfigurable. 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.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 RequestConfig Modifier and Type Field Description private RequestConfigInternalAbstractHttpAsyncClient. defaultConfigprivate RequestConfigH2AsyncClientBuilder. defaultRequestConfigprivate RequestConfigHttpAsyncClientBuilder. defaultRequestConfigMethods in org.apache.hc.client5.http.impl.async with parameters of type RequestConfig Modifier and Type Method Description H2AsyncClientBuilderH2AsyncClientBuilder. setDefaultRequestConfig(RequestConfig config)Assigns defaultRequestConfiginstance which will be used for request execution if not explicitly set in the client execution context.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 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 RequestConfigInternalHttpClient. defaultConfigprivate RequestConfigHttpClientBuilder. defaultRequestConfigprivate RequestConfigProxyClient. requestConfigMethods in org.apache.hc.client5.http.impl.classic that return RequestConfig Modifier and Type Method Description RequestConfigInternalHttpClient. getConfig()Methods in org.apache.hc.client5.http.impl.classic with parameters of type RequestConfig Modifier and Type Method Description 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 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 RequestConfigHttpClientContext. getRequestConfig()Methods in org.apache.hc.client5.http.protocol with parameters of type RequestConfig Modifier and Type Method Description voidHttpClientContext. setRequestConfig(RequestConfig config)
-