public class RtspEncoder extends HttpObjectEncoder<HttpMessage>
Constructor and Description |
---|
RtspEncoder() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptOutboundMessage(Object msg) |
protected void |
encodeInitialLine(io.netty.buffer.ByteBuf buf,
HttpMessage message) |
encode, encodeAscii, encodeHeaders, isContentAlwaysEmpty, sanitizeHeadersBeforeEncode, write
bind, close, connect, deregister, disconnect, flush, read
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
public boolean acceptOutboundMessage(Object msg) throws Exception
acceptOutboundMessage
in class HttpObjectEncoder<HttpMessage>
Exception
protected void encodeInitialLine(io.netty.buffer.ByteBuf buf, HttpMessage message) throws Exception
encodeInitialLine
in class HttpObjectEncoder<HttpMessage>
Exception
Copyright © 2008–2023 The Netty Project. All rights reserved.