Class SslCompletionEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Throwable cause  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable cause()
      Return the Throwable if isSuccess() returns false and so the completion failed.
      boolean isSuccess()
      Return true if the completion was successful
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • cause

        private final java.lang.Throwable cause
    • Constructor Detail

      • SslCompletionEvent

        SslCompletionEvent()
      • SslCompletionEvent

        SslCompletionEvent​(java.lang.Throwable cause)
    • Method Detail

      • isSuccess

        public final boolean isSuccess()
        Return true if the completion was successful
      • cause

        public final java.lang.Throwable cause()
        Return the Throwable if isSuccess() returns false and so the completion failed.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object