public class SctpInboundByteStreamHandler
extends io.netty.channel.ChannelInboundMessageHandlerAdapter<io.netty.channel.socket.SctpMessage>
SctpMessage belongs to a application protocol form a specific SCTP Stream
and decode it as ByteBuf.| Constructor and Description |
|---|
SctpInboundByteStreamHandler(int protocolIdentifier,
int streamIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isDecodable(io.netty.channel.socket.SctpMessage msg) |
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 SctpInboundByteStreamHandler(int protocolIdentifier,
int streamIdentifier)
streamIdentifier - accepted stream number, this should be >=0 or <= max stream number of the association.protocolIdentifier - supported application protocol.Copyright © 2008-2012 The Netty Project. All Rights Reserved.