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 Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
cause()
boolean
isSuccess()
Returntrue
if the completion was successfulString
toString()
-