Package org.conscrypt

Class 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 Detail

      • HandshakeListener

        public HandshakeListener()
    • Method Detail

      • onHandshakeFinished

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