Package io.netty.handler.ssl
Class SslCompletionEvent
- java.lang.Object
-
- io.netty.handler.ssl.SslCompletionEvent
-
- Direct Known Subclasses:
SniCompletionEvent,SslCloseCompletionEvent,SslHandshakeCompletionEvent
public abstract class SslCompletionEvent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Throwablecause
-
Constructor Summary
Constructors Constructor Description SslCompletionEvent()SslCompletionEvent(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwablecause()booleanisSuccess()Returntrueif the completion was successfuljava.lang.StringtoString()
-