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, writebind, close, connect, deregister, disconnect, flush, readensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharablepublic boolean acceptOutboundMessage(Object msg) throws Exception
acceptOutboundMessage in class HttpObjectEncoder<HttpMessage>Exceptionprotected void encodeInitialLine(io.netty.buffer.ByteBuf buf,
HttpMessage message)
throws Exception
encodeInitialLine in class HttpObjectEncoder<HttpMessage>ExceptionCopyright © 2008–2024 The Netty Project. All rights reserved.