| Package | Description |
|---|---|
| org.jboss.netty.example.http.websocketx.autobahn |
This package is intended for use with testing against the Python
AutoBahn test suite.
|
| org.jboss.netty.example.http.websocketx.server |
This package contains an example web socket web server.
|
| org.jboss.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
AutobahnServerHandler.handleWebSocketFrame(ChannelHandlerContext ctx,
WebSocketFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
private void |
WebSocketServerHandler.handleWebSocketFrame(ChannelHandlerContext ctx,
WebSocketFrame frame) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryWebSocketFrame
Web Socket frame containing binary data
|
class |
CloseWebSocketFrame
Web Socket Frame for closing the connection
|
class |
ContinuationWebSocketFrame
Web Socket continuation frame containing continuation text or binary data.
|
class |
PingWebSocketFrame
Web Socket frame containing binary data
|
class |
PongWebSocketFrame
Web Socket frame containing binary data
|
class |
TextWebSocketFrame
Web Socket text frame with assumed UTF-8 encoding
|
| Modifier and Type | Field and Description |
|---|---|
private WebSocketFrame |
WebSocketFrameAggregator.currentFrame |
| Modifier and Type | Method and Description |
|---|---|
private WebSocketFrame |
WebSocket00FrameDecoder.decodeBinaryFrame(byte type,
ChannelBuffer buffer) |
private WebSocketFrame |
WebSocket00FrameDecoder.decodeTextFrame(ChannelBuffer buffer) |