@ChannelHandler.Sharable public abstract class RtspObjectEncoder<H extends HttpMessage> extends HttpObjectEncoder<H>
FullHttpMessage into
a ByteBuf.| Modifier | Constructor and Description |
|---|---|
protected |
RtspObjectEncoder()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptOutboundMessage(Object msg) |
encode, encodeInitialLinebeginFlush, endFlush, flush, freeOutboundBuffer, isCloseOnFailedFlush, newOutboundBuffer, setCloseOnFailedFlushbind, close, connect, deregister, disconnect, read, sendFileafterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaughtclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic boolean acceptOutboundMessage(Object msg) throws Exception
acceptOutboundMessage in interface io.netty.channel.ChannelHandlerUtil.SingleOutboundMessageHandler<HttpObject>acceptOutboundMessage in class io.netty.channel.ChannelOutboundMessageHandlerAdapter<HttpObject>ExceptionCopyright © 2008-2013 The Netty Project. All Rights Reserved.