Class SslHandshakeCompletionEvent


  • public final class SslHandshakeCompletionEvent
    extends SslCompletionEvent
    Event that is fired once the SSL handshake is complete, which may be because it was successful or there was an error.
    • Constructor Detail

      • SslHandshakeCompletionEvent

        public SslHandshakeCompletionEvent​(java.lang.Throwable cause)
        Creates a new event that indicates an unsuccessful handshake. Use SUCCESS to indicate a successful handshake.