@ChannelHandler.Sharable public abstract class RtspMessageEncoder extends HttpMessageEncoder
HttpMessage into
a ByteBuf.| Modifier | Constructor and Description |
|---|---|
protected |
RtspMessageEncoder()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.buffer.ByteBuf out) |
encodeInitialLine, isEncodablenewOutboundBufferafterAdd, afterRemove, beforeAdd, beforeRemove, bind, close, connect, deregister, disconnect, exceptionCaught, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void encode(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.buffer.ByteBuf out)
throws Exception
encode in class HttpMessageEncoderExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.