public class RtspResponseEncoder extends RtspObjectEncoder<HttpResponse>
FullHttpResponse into
a ByteBuf.| Constructor and Description |
|---|
RtspResponseEncoder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptOutboundMessage(Object msg) |
protected void |
encodeInitialLine(io.netty.buffer.ByteBuf buf,
HttpResponse response) |
encodebeginFlush, 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 RtspObjectEncoder<HttpResponse>Exceptionprotected void encodeInitialLine(io.netty.buffer.ByteBuf buf,
HttpResponse response)
throws Exception
encodeInitialLine in class HttpObjectEncoder<HttpResponse>ExceptionCopyright © 2008-2013 The Netty Project. All Rights Reserved.