public class SctpMessageCompletionHandler
extends io.netty.channel.ChannelInboundMessageHandlerAdapter<io.netty.channel.socket.SctpMessage>
| Constructor and Description |
|---|
SctpMessageCompletionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireAssembledMessage(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.socket.SctpMessage assembledMsg) |
void |
messageReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.socket.SctpMessage msg) |
beginMessageReceived, endMessageReceived, inboundBufferUpdated, isSupported, newInboundBufferafterAdd, afterRemove, beforeAdd, beforeRemove, channelActive, channelInactive, channelRegistered, channelUnregistered, exceptionCaught, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void messageReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.socket.SctpMessage msg)
throws Exception
messageReceived in class io.netty.channel.ChannelInboundMessageHandlerAdapter<io.netty.channel.socket.SctpMessage>Exceptionprotected void fireAssembledMessage(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.socket.SctpMessage assembledMsg)
Copyright © 2008-2012 The Netty Project. All Rights Reserved.