Class SslCompletionEvent
java.lang.Object
io.netty.handler.ssl.SslCompletionEvent
- Direct Known Subclasses:
SniCompletionEvent, SslCloseCompletionEvent, SslHandshakeCompletionEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cause
-
-
Constructor Details
-
SslCompletionEvent
SslCompletionEvent() -
SslCompletionEvent
SslCompletionEvent(Throwable cause)
-
-
Method Details
-
isSuccess
public final boolean isSuccess()Returntrueif the completion was successful -
cause
-
toString
-