Uses of Class
org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Packages that use AsyncRequesterBootstrap
Package
Description
HTTP/1.1 requester and server bootstrap.
-
Uses of AsyncRequesterBootstrap in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap that return AsyncRequesterBootstrapModifier and TypeMethodDescriptionstatic AsyncRequesterBootstrapAsyncRequesterBootstrap.bootstrap()final AsyncRequesterBootstrapAsyncRequesterBootstrap.setCharCodingConfig(CharCodingConfig charCodingConfig) Sets message char coding.final AsyncRequesterBootstrapAsyncRequesterBootstrap.setConnectionReuseStrategy(ConnectionReuseStrategy connStrategy) AssignsConnectionReuseStrategyinstance.final AsyncRequesterBootstrapAsyncRequesterBootstrap.setConnPoolListener(ConnPoolListener<HttpHost> connPoolListener) AssignsConnPoolListenerinstance.final AsyncRequesterBootstrapAsyncRequesterBootstrap.setDefaultMaxPerRoute(int defaultMaxPerRoute) final AsyncRequesterBootstrapAsyncRequesterBootstrap.setExceptionCallback(Callback<Exception> exceptionCallback) final AsyncRequesterBootstrapAsyncRequesterBootstrap.setHttp1Config(Http1Config http1Config) Sets HTTP/1.1 protocol parametersfinal AsyncRequesterBootstrapAsyncRequesterBootstrap.setHttpProcessor(HttpProcessor httpProcessor) AssignsHttpProcessorinstance.final AsyncRequesterBootstrapAsyncRequesterBootstrap.setIOReactorConfig(IOReactorConfig ioReactorConfig) Sets I/O reactor configuration.final AsyncRequesterBootstrapAsyncRequesterBootstrap.setIOSessionDecorator(Decorator<IOSession> ioSessionDecorator) final AsyncRequesterBootstrapAsyncRequesterBootstrap.setIOSessionListener(IOSessionListener sessionListener) AssignsIOSessionListenerinstance.final AsyncRequesterBootstrapAsyncRequesterBootstrap.setMaxTotal(int maxTotal) final AsyncRequesterBootstrapAsyncRequesterBootstrap.setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy) AssignsPoolConcurrencyPolicyinstance.final AsyncRequesterBootstrapAsyncRequesterBootstrap.setPoolReusePolicy(PoolReusePolicy poolReusePolicy) AssignsPoolReusePolicyinstance.final AsyncRequesterBootstrapAsyncRequesterBootstrap.setStreamListener(Http1StreamListener streamListener) AssignsHttp1StreamListenerinstance.final AsyncRequesterBootstrapAsyncRequesterBootstrap.setTimeToLive(Timeout timeToLive) final AsyncRequesterBootstrapAsyncRequesterBootstrap.setTlsHandshakeTimeout(Timeout handshakeTimeout) final AsyncRequesterBootstrapAsyncRequesterBootstrap.setTlsStrategy(TlsStrategy tlsStrategy) AssignsTlsStrategyinstance.