Uses of Class
io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
Packages that use WebSocketProtocolHandler
Package
Description
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.websocketxModifier and TypeClassDescriptionclass
This handler does all the heavy lifting for you to run a websocket client.class
This handler does all the heavy lifting for you to run a websocket server.