|
|||||||||
上一个软件包 下一个软件包 | 框架 无框架 |
请参见:
描述
接口摘要 | |
---|---|
WebSocketFrame | A Web Socket frame that represents either text or binary data. |
类摘要 | |
---|---|
DefaultWebSocketFrame | The default WebSocketFrame implementation. |
WebSocketFrameDecoder | Decodes ChannelBuffer s into WebSocketFrame s. |
WebSocketFrameEncoder | Encodes a WebSocketFrame into a ChannelBuffer . |
Encoder, decoder and their related message types for Web Socket data frames.
For the detailed instruction on adding add Web Socket support to your HTTP
server, take a look into the WebSocketServer example located in the
org.jboss.netty.example.http.websocket
package.
*
|
|||||||||
上一个软件包 下一个软件包 | 框架 无框架 |