Class SslCompletionEvent

java.lang.Object
io.netty.handler.ssl.SslCompletionEvent
Direct Known Subclasses:
SniCompletionEvent, SslCloseCompletionEvent, SslHandshakeCompletionEvent

public abstract class SslCompletionEvent extends Object
  • Field Details

  • Constructor Details

    • SslCompletionEvent

      SslCompletionEvent()
    • SslCompletionEvent

      SslCompletionEvent(Throwable cause)
  • Method Details

    • isSuccess

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

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

      public String toString()
      Overrides:
      toString in class Object