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 Summary

      Constructors 
      Constructor Description
      SslCloseCompletionEvent​(java.lang.Throwable cause)
      Creates a new event that indicates an close_notify was not received because of an previous error.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SslCloseCompletionEvent

        public SslCloseCompletionEvent​(java.lang.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.