Interface SessionVerifier
- All Known Implementing Classes:
NoopSessionVerifier$
public interface SessionVerifier
Allows hooking in extra verification before finishing the SSL handshake.
INTERNAL API
-
Method Summary
Modifier and TypeMethodDescriptionscala.Option<Throwable>verifyClientSession(String hostname, SSLSession session) scala.Option<Throwable>verifyServerSession(String hostname, SSLSession session)
-
Method Details
-
verifyClientSession
-
verifyServerSession
-