Package org.conscrypt

Class HandshakeListener

java.lang.Object
org.conscrypt.HandshakeListener

public abstract class HandshakeListener extends Object
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 Details

    • HandshakeListener

      public HandshakeListener()
  • Method Details

    • onHandshakeFinished

      public abstract void onHandshakeFinished() throws SSLException
      Called by the engine when the TLS handshake has completed.
      Throws:
      SSLException