Uses of Class
io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException
- 
Packages that use WebSocketServerHandshakeException Package Description io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.
- 
- 
Uses of WebSocketServerHandshakeException in io.netty.handler.codec.http.websocketxMethods in io.netty.handler.codec.http.websocketx that return WebSocketServerHandshakeException Modifier and Type Method Description protected WebSocketServerHandshakeExceptionWebSocketServerProtocolHandler. buildHandshakeException(java.lang.String message)
 
-