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