Interface SSLSessionVerifier


public interface SSLSessionVerifier
Callback interface that can be used to customize TLS/SSL session verification.
Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    verify(HttpHost endpoint, SSLSession sslSession)