public abstract class SctpMessageToMessageDecoder extends MessageToMessageDecoder<SctpMessage>
ChannelHandler.Sharable| Constructor and Description | 
|---|
| SctpMessageToMessageDecoder() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | acceptInboundMessage(Object msg)Returns  trueif the given message should be handled. | 
channelRead, channelReadComplete, decodechannelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlerAdded, handlerRemovedpublic boolean acceptInboundMessage(Object msg) throws Exception
MessageToMessageDecodertrue if the given message should be handled. If false it will be passed to the next
 ChannelInboundHandler in the ChannelPipeline.acceptInboundMessage in class MessageToMessageDecoder<SctpMessage>ExceptionCopyright © 2008–2025 The Netty Project. All rights reserved.