| 程序包 | 说明 |
|---|---|
| io.netty.example.http.websocketx.client | |
| io.netty.example.http.websocketx.server |
This package contains an example web socket web server.
|
| io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
| 类和说明 |
|---|
| WebSocketClientHandshaker
Base class for web socket client handshake implementations
|
| 类和说明 |
|---|
| WebSocketFrame
Base class for web socket frames
|
| 类和说明 |
|---|
| 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 with assumed UTF-8 encoding
|
| 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.
|