Uses of Class
io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
-
Packages that use WebSocketProtocolHandler Package Description io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of WebSocketProtocolHandler in io.netty.handler.codec.http.websocketx
Subclasses of WebSocketProtocolHandler in io.netty.handler.codec.http.websocketx Modifier and Type Class Description class
WebSocketClientProtocolHandler
This handler does all the heavy lifting for you to run a websocket client.class
WebSocketServerProtocolHandler
This handler does all the heavy lifting for you to run a websocket server.
-