public class SctpOutboundByteStreamHandler
extends io.netty.handler.codec.MessageToMessageEncoder<io.netty.buffer.ByteBuf>
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 |
|---|---|
protected void |
encode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf msg,
List<Object> out) |
acceptOutboundMessage, writebind, close, connect, deregister, disconnect, flush, readexceptionCaught, handlerAdded, handlerRemoved, isSharableCopyright © 2008–2013 The Netty Project. All rights reserved.