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 SSLSessionVerifierHttpRequester.sslSessionVerifierprivate SSLSessionVerifierRequesterBootstrap.sslSessionVerifierMethods in org.apache.hc.core5.http.impl.bootstrap with parameters of type SSLSessionVerifierModifier and TypeMethodDescriptionfinal RequesterBootstrapRequesterBootstrap.setSslSessionVerifier(SSLSessionVerifier sslSessionVerifier) AssignsSSLSessionVerifierinstance.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) UseRequesterBootstrapto create instances of this class.