@ChannelHandler.Sharable public abstract class RtspObjectEncoder<H extends HttpMessage> extends HttpObjectEncoder<H>
FullHttpMessage into
a ByteBuf.| Modifier | Constructor and Description |
|---|---|
protected |
RtspObjectEncoder()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptOutboundMessage(Object msg) |
encode, encodeHeaders, encodeInitialLinebind, channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerAdded, handlerRemoved, isSharable, read, userEventTriggeredpublic boolean acceptOutboundMessage(Object msg) throws Exception
acceptOutboundMessage in class HttpObjectEncoder<H extends HttpMessage>ExceptionCopyright © 2008–2015 The Netty Project. All rights reserved.