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 
      Modifier Constructor Description
      private SslCloseCompletionEvent()
      Creates a new event that indicates a successful receiving of close_notify.
        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

        private SslCloseCompletionEvent()
        Creates a new event that indicates a successful receiving of close_notify.
      • 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.