| Package | Description | 
|---|---|
| org.apache.hc.core5.http.impl.bootstrap | HTTP/1.1 requester and server bootstrap. | 
| Modifier and Type | Method and Description | 
|---|---|
| RequesterBootstrap | RequesterBootstrap. setSslSessionVerifier(SSLSessionVerifier sslSessionVerifier)Sets  SSLSessionVerifierinstance. | 
| Constructor and Description | 
|---|
| HttpRequester(HttpRequestExecutor requestExecutor,
             HttpProcessor httpProcessor,
             ManagedConnPool<HttpHost,HttpClientConnection> connPool,
             SocketConfig socketConfig,
             HttpConnectionFactory<? extends HttpClientConnection> connectFactory,
             SSLSocketFactory sslSocketFactory,
             Callback<SSLParameters> sslSetupHandler,
             SSLSessionVerifier sslSessionVerifier,
             Resolver<HttpHost,InetSocketAddress> addressResolver)Use  RequesterBootstrapto create instances of this class. | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.