public class SctpOutboundByteStreamHandler
extends io.netty.channel.ChannelOutboundByteHandlerAdapter
ByteBuf to SctpMessage and send it through a specific stream
with given protocol identifier.| Constructor and Description |
|---|
SctpOutboundByteStreamHandler(int streamIdentifier,
int protocolIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.ChannelFuture future) |
afterAdd, afterRemove, beforeAdd, beforeRemove, bind, close, connect, deregister, disconnect, exceptionCaught, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SctpOutboundByteStreamHandler(int streamIdentifier,
int protocolIdentifier)
streamIdentifier - stream number, this should be >=0 or <= max stream number of the association.protocolIdentifier - supported application protocol id.Copyright © 2008-2012 The Netty Project. All Rights Reserved.