软件包 org.jboss.netty.handler.codec.http.websocket

Encoder, decoder and their related message types for Web Socket data frames.

请参见:
          描述


接口摘要
WebSocketFrame A Web Socket frame that represents either text or binary data.
 

类摘要
DefaultWebSocketFrame The default WebSocketFrame implementation.
WebSocketFrameDecoder Decodes ChannelBuffers into WebSocketFrames.
WebSocketFrameEncoder Encodes a WebSocketFrame into a ChannelBuffer.
 

软件包 org.jboss.netty.handler.codec.http.websocket 的描述

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. *