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