Uses of Class
com.sun.nio.sctp.Association
-
Packages that use Association Package Description com.sun.nio.sctp This package is only included to let SCTP also compile on non-unix operation systems.io.netty.channel.sctp Abstract SCTP socket interfaces which extend the core channel API.io.netty.channel.sctp.nio NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.sctp.oio 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 Association Modifier and Type Method Description AssociationNotification. association()abstract AssociationSctpChannel. association()Methods in com.sun.nio.sctp with parameters of type Association Modifier and Type Method Description static MessageInfoMessageInfo. createOutgoing(Association association, java.net.SocketAddress address, int streamNumber) -
Uses of Association in io.netty.channel.sctp
Methods in io.netty.channel.sctp that return Association Modifier and Type Method Description AssociationSctpChannel. 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 Modifier and Type Method Description AssociationNioSctpChannel. association() -
Uses of Association in io.netty.channel.sctp.oio
Methods in io.netty.channel.sctp.oio that return Association Modifier and Type Method Description AssociationOioSctpChannel. association()Deprecated.
-