JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.hc.core5.http.io.ssl
SSLSessionVerifier
Contents
Description
Method Summary
Method Details
verify(HttpHost, SSLSession)
Hide sidebar
Show sidebar
Interface SSLSessionVerifier
public interface
SSLSessionVerifier
Callback interface that can be used to customize TLS/SSL session verification.
Since:
5.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
verify
(
HttpHost
endpoint,
SSLSession
sslSession)
Method Details
verify
void
verify
(
HttpHost
endpoint,
SSLSession
sslSession)
throws
SSLException
Throws:
SSLException