Package | Description |
---|---|
io.netty.channel.sctp |
Abstract SCTP socket interfaces which extend the core channel API.
|
io.netty.handler.codec.sctp |
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
|
Modifier and Type | Method and Description |
---|---|
SctpMessage |
SctpMessage.copy() |
SctpMessage |
SctpMessage.duplicate() |
SctpMessage |
SctpMessage.retain() |
SctpMessage |
SctpMessage.retain(int increment) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SctpInboundByteStreamHandler.acceptInboundMessage(SctpMessage msg) |
protected void |
SctpMessageCompletionHandler.decode(ChannelHandlerContext ctx,
SctpMessage msg,
java.util.List<java.lang.Object> out) |
protected void |
SctpInboundByteStreamHandler.decode(ChannelHandlerContext ctx,
SctpMessage msg,
java.util.List<java.lang.Object> out) |
Copyright © 2008–2018 The Netty Project. All rights reserved.