Class RtspObjectEncoder<H extends HttpMessage>

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelOutboundHandlerAdapter
io.netty.handler.codec.MessageToMessageEncoder<Object>
io.netty.handler.codec.http.HttpObjectEncoder<H>
io.netty.handler.codec.rtsp.RtspObjectEncoder<H>
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelOutboundHandler

@Sharable @Deprecated public abstract class RtspObjectEncoder<H extends HttpMessage> extends HttpObjectEncoder<H>
Deprecated.
Use RtspEncoder instead.
Encodes an RTSP message represented in FullHttpMessage into a ByteBuf.