Uses of Class
com.sun.nio.sctp.SctpMultiChannel
Package | Description |
---|---|
com.sun.nio.sctp |
A Java API for Stream Control Transport Protocol.
|
-
Uses of SctpMultiChannel in com.sun.nio.sctp
Methods in com.sun.nio.sctp that return SctpMultiChannel Modifier and Type Method Description SctpMultiChannel
SctpMultiChannel. bind(SocketAddress local)
Binds the channel's socket to a local address and configures the socket to listen for connections.abstract SctpMultiChannel
SctpMultiChannel. bind(SocketAddress local, int backlog)
Binds the channel's socket to a local address and configures the socket to listen for connections.abstract SctpMultiChannel
SctpMultiChannel. bindAddress(InetAddress address)
Adds the given address to the bound addresses for the channel's socket.static SctpMultiChannel
SctpMultiChannel. open()
Opens an SCTP multi channel.abstract <T> SctpMultiChannel
SctpMultiChannel. setOption(SctpSocketOption<T> name, T value, Association association)
Sets the value of a socket option.abstract SctpMultiChannel
SctpMultiChannel. shutdown(Association association)
Shutdown an association without closing the channel.abstract SctpMultiChannel
SctpMultiChannel. unbindAddress(InetAddress address)
Removes the given address from the bound addresses for the channel's socket.