Package: org.conscrypt

HandshakeListener

public abstract class HandshakeListener
Similar in concept to javax.net.ssl.HandshakeCompletedListener , but used for listening directly to the engine. Allows the caller to be notified immediately upon completion of the TLS handshake.

Constructors

public HandshakeListener()

Public Methods

onHandshakeFinished

public abstract void onHandshakeFinished() throws javax.net.ssl.SSLException
Called by the engine when the TLS handshake has completed.