Uses of Class
io.netty5.handler.codec.http.websocketx.WebSocketHandshakeException
-
Packages that use WebSocketHandshakeException Package Description io.netty5.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of WebSocketHandshakeException in io.netty5.handler.codec.http.websocketx
Subclasses of WebSocketHandshakeException in io.netty5.handler.codec.http.websocketx Modifier and Type Class Description class
WebSocketClientHandshakeException
Client exception during handshaking process.class
WebSocketHandshakeTimeoutException
WebSocketHandshakeException
that is used when a handshake failed due a configured timeout.class
WebSocketServerHandshakeException
Server exception during handshaking process.
-