Uses of Interface
io.netty5.handler.codec.ProtocolEvent
-
Packages that use ProtocolEvent Package Description io.netty5.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty5.handler.ssl -
-
Uses of ProtocolEvent in io.netty5.handler.codec.http.websocketx
Classes in io.netty5.handler.codec.http.websocketx that implement ProtocolEvent Modifier and Type Class Description class
WebSocketClientHandshakeCompletionEvent
A websocket handshake was completed on the client-side.class
WebSocketHandshakeCompletionEvent
ProtocolEvent
that indicate the completion of a websocket handshake.class
WebSocketServerHandshakeCompletionEvent
A websocket handshake was completed on the server-side. -
Uses of ProtocolEvent in io.netty5.handler.ssl
Classes in io.netty5.handler.ssl that implement ProtocolEvent 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
SslCompletionEvent
AProtocolEvent
for a completed SSL related event.class
SslHandshakeCompletionEvent
Event that is fired once the SSL handshake is complete, which may be because it was successful or there was an error.
-