@ChannelHandler.Sharable public class WebSocketFrameEncoder extends OneToOneEncoder
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.
ChannelHandler.Sharable| Constructor and Description |
|---|
WebSocketFrameEncoder() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
encode(ChannelHandlerContext ctx,
Channel channel,
Object msg)
Transforms the specified message into another message and return the
transformed message.
|
handleDownstreamprotected Object encode(ChannelHandlerContext ctx, Channel channel, Object msg) throws Exception
OneToOneEncodernull, unlike
you can in OneToOneDecoder.decode(ChannelHandlerContext, Channel, Object);
you must return something, at least ChannelBuffers.EMPTY_BUFFER.encode in class OneToOneEncoderExceptionCopyright © 2008-2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.