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 booleanSctpInboundByteStreamHandler.acceptInboundMessage(SctpMessage msg) protected voidSctpInboundByteStreamHandler.decode(ChannelHandlerContext ctx, SctpMessage msg, List<Object> out) protected voidSctpMessageCompletionHandler.decode(ChannelHandlerContext ctx, SctpMessage msg, List<Object> out)