public class RtspRequestEncoder extends RtspObjectEncoder<HttpRequest>
FullHttpRequest into
a ByteBuf.| Constructor and Description |
|---|
RtspRequestEncoder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptOutboundMessage(Object msg) |
protected void |
encodeInitialLine(io.netty.buffer.ByteBuf buf,
HttpRequest request) |
encode, encodeAsciibind, close, connect, deregister, disconnect, flush, readexceptionCaught, handlerAdded, handlerRemoved, isSharablepublic boolean acceptOutboundMessage(Object msg) throws Exception
acceptOutboundMessage in class RtspObjectEncoder<HttpRequest>Exceptionprotected void encodeInitialLine(io.netty.buffer.ByteBuf buf,
HttpRequest request)
throws Exception
encodeInitialLine in class HttpObjectEncoder<HttpRequest>ExceptionCopyright © 2008–2014 The Netty Project. All rights reserved.