Package io.netty5.handler.codec.rtsp
Class RtspEncoder
- java.lang.Object
-
- io.netty5.channel.ChannelHandlerAdapter
-
- io.netty5.handler.codec.MessageToMessageEncoder<Object>
-
- io.netty5.handler.codec.http.HttpObjectEncoder<HttpMessage>
-
- io.netty5.handler.codec.rtsp.RtspEncoder
-
- All Implemented Interfaces:
io.netty5.channel.ChannelHandler
public class RtspEncoder extends HttpObjectEncoder<HttpMessage>
-
-
Constructor Summary
Constructors Constructor Description RtspEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacceptOutboundMessage(Object msg)protected voidencodeInitialLine(io.netty5.buffer.api.Buffer buf, HttpMessage message)-
Methods inherited from class io.netty5.handler.codec.http.HttpObjectEncoder
crlfBuffer, encode, encodeHeaders, isContentAlwaysEmpty, sanitizeHeadersBeforeEncode, zeroCrlfCrlfBuffer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.netty5.channel.ChannelHandler
bind, channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerAdded, handlerRemoved, read, register, userEventTriggered
-
-
-
-
Method Detail
-
acceptOutboundMessage
public boolean acceptOutboundMessage(Object msg) throws Exception
- Overrides:
acceptOutboundMessagein classHttpObjectEncoder<HttpMessage>- Throws:
Exception
-
encodeInitialLine
protected void encodeInitialLine(io.netty5.buffer.api.Buffer buf, HttpMessage message) throws Exception- Specified by:
encodeInitialLinein classHttpObjectEncoder<HttpMessage>- Throws:
Exception
-
-