Package io.netty.handler.codec.rtsp
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.UseRtspEncoderinstead.Encodes an RTSP message represented inFullHttpMessageinto aByteBuf.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRtspObjectEncoder()Deprecated.Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanacceptOutboundMessage(Object msg)Deprecated.-
Methods inherited from class io.netty.handler.codec.http.HttpObjectEncoder
encode, encodeAscii, encodeHeaders, encodeInitialLine, isContentAlwaysEmpty, sanitizeHeadersBeforeEncode, write
-
Methods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter
bind, close, connect, deregister, disconnect, flush, read
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
-
-
-
-
Method Detail
-
acceptOutboundMessage
public boolean acceptOutboundMessage(Object msg) throws Exception
Deprecated.- Overrides:
acceptOutboundMessagein classHttpObjectEncoder<H extends HttpMessage>- Throws:
Exception
-
-