Uses of Class
io.netty.channel.sctp.SctpMessage
-
Packages that use SctpMessage 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. -
-
Uses of SctpMessage in io.netty.channel.sctp
Methods in io.netty.channel.sctp that return SctpMessage Modifier and Type Method Description SctpMessageSctpMessage. copy()SctpMessageSctpMessage. duplicate()SctpMessageSctpMessage. replace(ByteBuf content)SctpMessageSctpMessage. retain()SctpMessageSctpMessage. retain(int increment)SctpMessageSctpMessage. retainedDuplicate()SctpMessageSctpMessage. touch()SctpMessageSctpMessage. touch(java.lang.Object hint) -
Uses of SctpMessage in io.netty.handler.codec.sctp
Methods in io.netty.handler.codec.sctp with parameters of type SctpMessage Modifier and Type Method Description protected booleanSctpInboundByteStreamHandler. acceptInboundMessage(SctpMessage msg)protected voidSctpInboundByteStreamHandler. decode(ChannelHandlerContext ctx, SctpMessage msg, java.util.List<java.lang.Object> out)protected voidSctpMessageCompletionHandler. decode(ChannelHandlerContext ctx, SctpMessage msg, java.util.List<java.lang.Object> out)
-