Package | Description |
---|---|
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
io.netty.handler.codec.http.websocketx.extensions |
Encoder, decoder, handshakers to handle
WebSocket Extensions.
|
Class and Description |
---|
BinaryWebSocketFrame
Web Socket frame containing binary data.
|
CloseWebSocketFrame
Web Socket Frame for closing the connection.
|
ContinuationWebSocketFrame
Web Socket continuation frame containing continuation text or binary data.
|
PingWebSocketFrame
Web Socket frame containing binary data.
|
PongWebSocketFrame
Web Socket frame containing binary data.
|
TextWebSocketFrame
Web Socket text frame.
|
WebSocket08FrameDecoder
Decodes a web socket frame from wire protocol version 8 format.
|
WebSocket08FrameEncoder
Encodes a web socket frame into wire protocol version 8 format.
|
WebSocketClientHandshaker
Base class for web socket client handshake implementations
|
WebSocketClientHandshaker00
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-
00
A very large portion of this code was taken from the Netty 3.2 HTTP example.
|
WebSocketClientHandshaker07
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-
10
|
WebSocketClientHandshaker08
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-
10
|
WebSocketClientHandshaker13
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-
17
|
WebSocketClientProtocolHandler.ClientHandshakeStateEvent
Events that are fired to notify about handshake status
|
WebSocketCloseStatus
WebSocket status codes specified in RFC-6455.
|
WebSocketDecoderConfig
Frames decoder configuration.
|
WebSocketDecoderConfig.Builder |
WebSocketFrame
Base class for web socket frames.
|
WebSocketFrameDecoder
Marker interface which all WebSocketFrame decoders need to implement.
|
WebSocketFrameEncoder
Marker interface which all WebSocketFrame encoders need to implement.
|
WebSocketScheme
Defines the common schemes used for the WebSocket protocol as defined by
rfc6455.
|
WebSocketServerHandshaker
Base class for server side web socket opening and closing handshakes
|
WebSocketServerProtocolHandler.ServerHandshakeStateEvent
Events that are fired to notify about handshake status
|
WebSocketVersion
Versions of the web socket specification.
|
Class and Description |
---|
WebSocketFrame
Base class for web socket frames.
|
Copyright © 2008–2019 The Netty Project. All rights reserved.