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 classWebSocketClientHandshakeCompletionEventA websocket handshake was completed on the client-side.classWebSocketHandshakeCompletionEventProtocolEventthat indicate the completion of a websocket handshake.classWebSocketServerHandshakeCompletionEventA 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 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 theclose_notifywas received or if a failure happens before it was received.classSslCompletionEventAProtocolEventfor a completed SSL related event.classSslHandshakeCompletionEventEvent that is fired once the SSL handshake is complete, which may be because it was successful or there was an error.
-