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.
*
Interface | Description |
---|---|
WebSocketFrame | Deprecated
Use org.jboss.netty.handler.codec.http.websocketx instead.
|
Class | Description |
---|---|
DefaultWebSocketFrame | Deprecated
Use org.jboss.netty.handler.codec.http.websocketx instead.
|
WebSocketFrameDecoder | Deprecated
Use org.jboss.netty.handler.codec.http.websocketx instead.
|
WebSocketFrameEncoder | Deprecated
Use org.jboss.netty.handler.codec.http.websocketx instead.
|
Copyright © 2008-2014 The Netty Project. All Rights Reserved.