com.twitter.finagle.ssl.client
Verifies the established SSLSession.
Verifies the established SSLSession.
true if the session is verified, false if not.
Throwing an exception is ok, and will be treated similarly to a response of false.
SslClientSessionVerifier represents an opportunity for a user or system to perform additional client-side verification checks against an address, configuration, or session. The
applymethod of the verifier is called when anSSLSessionhas been established.