Class SslCloseCompletionEvent


  • public final class SslCloseCompletionEvent
    extends SslCompletionEvent
    Event that is fired once the close_notify was received or if an failure happens before it was received.
    • Constructor Detail

      • SslCloseCompletionEvent

        public SslCloseCompletionEvent​(Throwable cause)
        Creates a new event that indicates an close_notify was not received because of an previous error. Use SUCCESS to indicate a success.