| 程序包 | 说明 |
|---|---|
| org.jboss.netty.example.http.websocketx.client |
This is an example web service client.
|
| org.jboss.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
|
| 类和说明 |
|---|
| CloseWebSocketFrame
Web Socket Frame for closing the connection
|
| WebSocket08FrameDecoder
Decodes a web socket frame from wire protocol version 8 format.
|
| WebSocket08FrameDecoder.State |
| WebSocket08FrameEncoder
Encodes a web socket frame into wire protocol version 8 format.
|
| WebSocketClientHandshaker
Base class for web socket client handshake implementations
|
| WebSocketFrame
Base class for web socket frames
|
| WebSocketFrameType
Type of web socket frames
|
| WebSocketServerHandshaker
Base class for server side web socket opening and closing handshakes
|
| WebSocketVersion
Versions of the web socket specification.
|