Uses of Class
io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
-
Packages that use WebSocketHandshakeException Package Description io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of WebSocketHandshakeException in io.netty.handler.codec.http.websocketx
Subclasses of WebSocketHandshakeException in io.netty.handler.codec.http.websocketx Modifier and Type Class Description class
WebSocketClientHandshakeException
Client exception during handshaking process.class
WebSocketServerHandshakeException
Server exception during handshaking process.Methods in io.netty.handler.codec.http.websocketx that return WebSocketHandshakeException Modifier and Type Method Description protected WebSocketHandshakeException
WebSocketProtocolHandler. buildHandshakeException(java.lang.String message)
Returns aWebSocketHandshakeException
that depends on which client or server pipeline this handler belongs.
-