@ChannelHandler.Sharable public abstract class RtspObjectEncoder<H extends HttpMessage> extends HttpObjectEncoder<H>
FullHttpMessage into
a ByteBuf.ChannelHandler.Sharable| Modifier | Constructor and Description |
|---|---|
protected |
RtspObjectEncoder()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptOutboundMessage(Object msg)
Returns
true if the given message should be handled. |
encode, encodeAscii, encodeHeaders, encodeInitialLinewritebind, close, connect, deregister, disconnect, flush, readexceptionCaught, handlerAdded, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexceptionCaught, handlerAdded, handlerRemovedpublic boolean acceptOutboundMessage(Object msg) throws Exception
MessageToMessageEncodertrue if the given message should be handled. If false it will be passed to the next
ChannelOutboundHandler in the ChannelPipeline.acceptOutboundMessage in class HttpObjectEncoder<H extends HttpMessage>ExceptionCopyright © 2008–2015 The Netty Project. All rights reserved.