See: Description
| Interface | Description |
|---|---|
| WebSocketFrame |
A Web Socket frame that represents either text or binary data.
|
| Class | Description |
|---|---|
| DefaultWebSocketFrame |
The default
WebSocketFrame implementation. |
| WebSocketFrameDecoder |
Decodes
ChannelBuffers into WebSocketFrames. |
| WebSocketFrameEncoder |
Encodes a
WebSocketFrame into a ChannelBuffer. |
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.
*
Copyright © 2008-2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.