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 SctpMessage
SctpMessage. copy()
SctpMessage
SctpMessage. duplicate()
SctpMessage
SctpMessage. replace(ByteBuf content)
SctpMessage
SctpMessage. retain()
SctpMessage
SctpMessage. retain(int increment)
SctpMessage
SctpMessage. retainedDuplicate()
SctpMessage
SctpMessage. touch()
SctpMessage
SctpMessage. 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 boolean
SctpInboundByteStreamHandler. acceptInboundMessage(SctpMessage msg)
protected void
SctpInboundByteStreamHandler. decode(ChannelHandlerContext ctx, SctpMessage msg, java.util.List<java.lang.Object> out)
protected void
SctpMessageCompletionHandler. decode(ChannelHandlerContext ctx, SctpMessage msg, java.util.List<java.lang.Object> out)
-