Package org.jboss.netty.handler.codec.http.websocket

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

See:
          Description


Interface Summary
WebSocketFrame A Web Socket frame that represents either text or binary data.
 

Class Summary
DefaultWebSocketFrame The default WebSocketFrame implementation.
WebSocketFrameDecoder Decodes ChannelBuffers into WebSocketFrames.
WebSocketFrameEncoder Encodes a WebSocketFrame into a ChannelBuffer.
 

Package org.jboss.netty.handler.codec.http.websocket Description

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



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.