Uses of Class
io.netty.handler.ssl.SslCompletionEvent
-
Packages that use SslCompletionEvent Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine -
-
Uses of SslCompletionEvent in io.netty.handler.ssl
Subclasses of SslCompletionEvent in io.netty.handler.ssl Modifier and Type Class Description classSniCompletionEventEvent that is fired once we did a selection of aSslContextbased on theSNI hostname, which may be because it was successful or there was an error.classSslCloseCompletionEventEvent that is fired once the close_notify was received or if an failure happens before it was received.classSslHandshakeCompletionEventEvent that is fired once the SSL handshake is complete, which may be because it was successful or there was an error.
-