public class SctpMessageCompletionHandler extends io.netty.handler.codec.MessageToMessageDecoder<SctpMessage>
MessageToMessageDecoder which will take care of handle fragmented SctpMessages, so
only complete SctpMessages will be forwarded to the next
ChannelInboundHandler.| Constructor and Description |
|---|
SctpMessageCompletionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
SctpMessage msg,
List<Object> out) |
void |
handlerRemoved(io.netty.channel.ChannelHandlerContext ctx) |
acceptInboundMessage, channelRead, channelReadCompletechannelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, isSharableprotected void decode(io.netty.channel.ChannelHandlerContext ctx,
SctpMessage msg,
List<Object> out)
throws Exception
decode in class io.netty.handler.codec.MessageToMessageDecoder<SctpMessage>ExceptionCopyright © 2008–2025 The Netty Project. All rights reserved.