Interface ConnectionObserver.SecurityHandshakeObserver

    • Method Detail

      • handshakeFailed

        void handshakeFailed​(java.lang.Throwable cause)
        Callback when the handshake is failed.
        Parameters:
        cause - the cause of handshake failure
      • handshakeComplete

        void handshakeComplete​(javax.net.ssl.SSLSession sslSession)
        Callback when the handshake is complete successfully.
        Parameters:
        sslSession - the SSLSession for this connection