Uses of Interface
org.apache.hc.core5.http.io.ssl.SSLSessionVerifier
-
Packages that use SSLSessionVerifier Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap. -
-
Uses of SSLSessionVerifier in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as SSLSessionVerifier Modifier and Type Field Description private SSLSessionVerifier
HttpRequester. sslSessionVerifier
private SSLSessionVerifier
RequesterBootstrap. sslSessionVerifier
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type SSLSessionVerifier Modifier and Type Method Description RequesterBootstrap
RequesterBootstrap. setSslSessionVerifier(SSLSessionVerifier sslSessionVerifier)
AssignsSSLSessionVerifier
instance.Constructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type SSLSessionVerifier Constructor Description HttpRequester(HttpRequestExecutor requestExecutor, HttpProcessor httpProcessor, ManagedConnPool<HttpHost,HttpClientConnection> connPool, SocketConfig socketConfig, HttpConnectionFactory<? extends HttpClientConnection> connectFactory, javax.net.ssl.SSLSocketFactory sslSocketFactory, Callback<javax.net.ssl.SSLParameters> sslSetupHandler, SSLSessionVerifier sslSessionVerifier, Resolver<HttpHost,java.net.InetSocketAddress> addressResolver)
UseRequesterBootstrap
to create instances of this class.
-