Package org.conscrypt
Class HandshakeListener
- java.lang.Object
-
- org.conscrypt.HandshakeListener
-
public abstract class HandshakeListener extends Object
Similar in concept toHandshakeCompletedListener, but used for listening directly to the engine. Allows the caller to be notified immediately upon completion of the TLS handshake.
-
-
Constructor Summary
Constructors Constructor Description HandshakeListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidonHandshakeFinished()Called by the engine when the TLS handshake has completed.
-
-
-
Method Detail
-
onHandshakeFinished
public abstract void onHandshakeFinished() throws SSLExceptionCalled by the engine when the TLS handshake has completed.- Throws:
SSLException
-
-