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 AsyncRequesterBootstrap
AsyncRequesterBootstrap.bootstrap()
final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setCharCodingConfig
(CharCodingConfig charCodingConfig) Sets message char coding.final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setConnectionReuseStrategy
(ConnectionReuseStrategy connStrategy) AssignsConnectionReuseStrategy
instance.final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setConnPoolListener
(ConnPoolListener<HttpHost> connPoolListener) AssignsConnPoolListener
instance.final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setDefaultMaxPerRoute
(int defaultMaxPerRoute) final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setExceptionCallback
(Callback<Exception> exceptionCallback) final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setHttp1Config
(Http1Config http1Config) Sets HTTP/1.1 protocol parametersfinal AsyncRequesterBootstrap
AsyncRequesterBootstrap.setHttpProcessor
(HttpProcessor httpProcessor) AssignsHttpProcessor
instance.final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setIOReactorConfig
(IOReactorConfig ioReactorConfig) Sets I/O reactor configuration.final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setIOSessionDecorator
(Decorator<IOSession> ioSessionDecorator) final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setIOSessionListener
(IOSessionListener sessionListener) AssignsIOSessionListener
instance.final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setMaxTotal
(int maxTotal) final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setPoolConcurrencyPolicy
(PoolConcurrencyPolicy poolConcurrencyPolicy) AssignsPoolConcurrencyPolicy
instance.final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setPoolReusePolicy
(PoolReusePolicy poolReusePolicy) AssignsPoolReusePolicy
instance.final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setStreamListener
(Http1StreamListener streamListener) AssignsHttp1StreamListener
instance.final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setTimeToLive
(Timeout timeToLive) final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setTlsHandshakeTimeout
(Timeout handshakeTimeout) final AsyncRequesterBootstrap
AsyncRequesterBootstrap.setTlsStrategy
(TlsStrategy tlsStrategy) AssignsTlsStrategy
instance.