- java.lang.Object
-
- io.netty5.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 Throwablecause()booleanisSuccess()Returntrueif the completion was successfulStringtoString()
-