Class SslCompletionEvent

    • 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
    • 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