public abstract class SctpMessageToMessageDecoder extends MessageToMessageDecoder<SctpMessage>
ChannelHandler.Sharable, ChannelHandler.Skip| Constructor and Description |
|---|
SctpMessageToMessageDecoder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptInboundMessage(Object msg)
Returns
true if the given message should be handled. |
channelRead, decodebind, channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, close, connect, deregister, disconnect, exceptionCaught, flush, handlerAdded, handlerRemoved, isSharable, read, userEventTriggered, writepublic boolean acceptInboundMessage(Object msg) throws Exception
MessageToMessageDecodertrue if the given message should be handled. If false it will be passed to the next
ChannelHandler in the ChannelPipeline.acceptInboundMessage in class MessageToMessageDecoder<SctpMessage>ExceptionCopyright © 2008–2015 The Netty Project. All rights reserved.