Uses of Class
io.netty5.handler.ssl.SslCompletionEvent
-
Packages that use SslCompletionEvent Package Description io.netty5.handler.ssl -
-
Uses of SslCompletionEvent in io.netty5.handler.ssl
Subclasses of SslCompletionEvent in io.netty5.handler.ssl Modifier and Type Class Description class
SniCompletionEvent
Event that is fired once we did a selection of aSslContext
based on theSNI hostname
, which may be because it was successful or there was an error.class
SslCloseCompletionEvent
Event that is fired once theclose_notify
was received or if a failure happens before it was received.class
SslHandshakeCompletionEvent
Event that is fired once the SSL handshake is complete, which may be because it was successful or there was an error.
-