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