Package org.apache.hc.core5.http.io.ssl
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, javax.net.ssl.SSLSession sslSession)
-
-
-
Method Detail
-
verify
void verify(HttpHost endpoint, javax.net.ssl.SSLSession sslSession) throws javax.net.ssl.SSLException
- Throws:
javax.net.ssl.SSLException
-
-