Uses of Class
com.sun.nio.sctp.Association
Packages that use Association
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.
NIO-based SCTP Channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based SCTP channel API implementation - recommended for
a small number of connections (< 1000).
-
Uses of Association in com.sun.nio.sctp
Methods in com.sun.nio.sctp that return AssociationModifier and TypeMethodDescriptionNotification.association()abstract AssociationSctpChannel.association()Methods in com.sun.nio.sctp with parameters of type AssociationModifier and TypeMethodDescriptionstatic MessageInfoMessageInfo.createOutgoing(Association association, SocketAddress address, int streamNumber) -
Uses of Association in io.netty.channel.sctp
Methods in io.netty.channel.sctp that return AssociationModifier and TypeMethodDescriptionSctpChannel.association()Returns the underlying SCTP association. -
Uses of Association in io.netty.channel.sctp.nio
Methods in io.netty.channel.sctp.nio that return Association -
Uses of Association in io.netty.channel.sctp.oio
Methods in io.netty.channel.sctp.oio that return Association