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 MessageInfoMessageInfo.createOutgoing(Association association, SocketAddress address, int streamNumber) abstract MessageInfoMessageInfo.payloadProtocolID(int ppid) abstract <T> MessageInfoSctpChannel.receive(ByteBuffer dst, T attachment, NotificationHandler<T> handler) abstract MessageInfoMessageInfo.streamNumber(int streamNumber) abstract MessageInfoMessageInfo.unordered(boolean b) Methods in com.sun.nio.sctp with parameters of type MessageInfoModifier and TypeMethodDescriptionabstract intSctpChannel.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 theMessageInfofor inbound messages ornullfor 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