Uses of Interface
org.apache.hc.core5.http.io.ssl.SSLSessionVerifier
Packages that use SSLSessionVerifier
Package
Description
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 SSLSessionVerifierModifier and TypeFieldDescriptionprivate final SSLSessionVerifier
HttpRequester.sslSessionVerifier
private SSLSessionVerifier
RequesterBootstrap.sslSessionVerifier
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type SSLSessionVerifierModifier and TypeMethodDescriptionfinal RequesterBootstrap
RequesterBootstrap.setSslSessionVerifier
(SSLSessionVerifier sslSessionVerifier) AssignsSSLSessionVerifier
instance.Constructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type SSLSessionVerifierModifierConstructorDescriptionHttpRequester
(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) UseRequesterBootstrap
to create instances of this class.