Uses of Package
io.netty.handler.codec.http.websocketx
Packages that use io.netty.handler.codec.http.websocketx
Package
Description
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Encoder, decoder, handshakers to handle
WebSocket Extensions.
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
-
Classes in io.netty.handler.codec.http.websocketx used by io.netty.handler.codec.http.websocketxClassDescriptionWeb Socket frame containing binary data.Web Socket Frame for closing the connection.Web Socket continuation frame containing continuation text or binary data.An
DecoderException
which is thrown when the receivedWebSocketFrame
data could not be decoded by an inbound handler.Web Socket frame containing binary data.Web Socket frame containing binary data.Web Socket text frame.Checks UTF8 bytes for validityDecodes a web socket frame from wire protocol version 8 format.Encodes a web socket frame into wire protocol version 8 format.Client exception during handshaking process.Base class for web socket client handshake implementationsPerforms client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 17WebSocket server configuration.Events that are fired to notify about handshake statusWebSocket status codes specified in RFC-6455.Frames decoder configuration.Base class for web socket frames.Marker interface which all WebSocketFrame decoders need to implement.Marker interface which all WebSocketFrame encoders need to implement.Exception during handshaking processDefines the common schemes used for the WebSocket protocol as defined by rfc6455.Server exception during handshaking process.Base class for server side web socket opening and closing handshakesWebSocket server configuration.Events that are fired to notify about handshake statusVersions of the web socket specification. -
-