Package org.conscrypt
Class HandshakeListener
java.lang.Object
org.conscrypt.HandshakeListener
Similar in concept to
HandshakeCompletedListener, but used for listening directly
to the engine. Allows the caller to be notified immediately upon completion of the TLS handshake.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidCalled by the engine when the TLS handshake has completed.
-
Constructor Details
-
HandshakeListener
public HandshakeListener()
-
-
Method Details
-
onHandshakeFinished
Called by the engine when the TLS handshake has completed.- Throws:
SSLException
-