Uses of Class
io.netty.channel.sctp.SctpMessage
Packages that use SctpMessage
Package
Description
Abstract SCTP socket interfaces which extend the core channel API.
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
-
Uses of SctpMessage in io.netty.channel.sctp
Methods in io.netty.channel.sctp that return SctpMessage -
Uses of SctpMessage in io.netty.handler.codec.sctp
Methods in io.netty.handler.codec.sctp with parameters of type SctpMessageModifier and TypeMethodDescriptionprotected boolean
SctpInboundByteStreamHandler.acceptInboundMessage
(SctpMessage msg) protected void
SctpInboundByteStreamHandler.decode
(ChannelHandlerContext ctx, SctpMessage msg, List<Object> out) protected void
SctpMessageCompletionHandler.decode
(ChannelHandlerContext ctx, SctpMessage msg, List<Object> out)