Uses of Class
com.sun.nio.sctp.MessageInfo
Packages that use MessageInfo
Package
Description
This package is only included to let SCTP also compile on non-unix operation systems.
Abstract SCTP socket interfaces which extend the core channel API.
-
Uses of MessageInfo in com.sun.nio.sctp
Methods in com.sun.nio.sctp that return MessageInfoModifier and TypeMethodDescriptionstatic MessageInfo
MessageInfo.createOutgoing
(Association association, SocketAddress address, int streamNumber) abstract MessageInfo
MessageInfo.payloadProtocolID
(int ppid) abstract <T> MessageInfo
SctpChannel.receive
(ByteBuffer dst, T attachment, NotificationHandler<T> handler) abstract MessageInfo
MessageInfo.streamNumber
(int streamNumber) abstract MessageInfo
MessageInfo.unordered
(boolean b) Methods in com.sun.nio.sctp with parameters of type MessageInfoModifier and TypeMethodDescriptionabstract int
SctpChannel.send
(ByteBuffer src, MessageInfo messageInfo) -
Uses of MessageInfo in io.netty.channel.sctp
Fields in io.netty.channel.sctp declared as MessageInfoMethods in io.netty.channel.sctp that return MessageInfoModifier and TypeMethodDescriptionSctpMessage.messageInfo()
Return theMessageInfo
for inbound messages ornull
for outbound messages.Constructors in io.netty.channel.sctp with parameters of type MessageInfoModifierConstructorDescriptionSctpMessage
(MessageInfo msgInfo, ByteBuf payloadBuffer) Essential data that is being carried within SCTP Data Chunk