| Package | Description |
|---|---|
| io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
| 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
|
| WebSocketClientProtocolHandler.ClientHandshakeStateEvent
Events that are fired to notify about handshake status
|
| 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.
|
| 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.
|
Copyright © 2008–2015 The Netty Project. All rights reserved.