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
Subclasses with type arguments of type SctpMessage in io.netty.handler.codec.sctpModifier and TypeClassDescriptionclassA ChannelHandler which receivesSctpMessages which belong to a application protocol form a specific SCTP Stream and decode it asByteBuf.classMessageToMessageDecoderwhich will take care of handle fragmentedSctpMessages, so only completeSctpMessages will be forwarded to the nextChannelInboundHandler.classMethods 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)