SctpServerChannel |
SctpServerChannel.bind(SocketAddress local) |
abstract SctpServerChannel |
SctpServerChannel.bind(SocketAddress local,
int backlog) |
SctpServerChannel |
SctpServerChanneOverUDP.bind(SocketAddress local,
int backlog) |
abstract SctpServerChannel |
SctpServerChannel.bindAddress(InetAddress address) |
SctpServerChannel |
SctpServerChanneOverUDP.bindAddress(InetAddress address) |
static SctpServerChannel |
SctpServerChannel.open() |
abstract <T> SctpServerChannel |
SctpServerChannel.setOption(SctpSocketOption<T> name,
T value) |
<T> SctpServerChannel |
SctpServerChanneOverUDP.setOption(SctpSocketOption<T> name,
T value) |
abstract SctpServerChannel |
SctpServerChannel.unbindAddress(InetAddress address) |
SctpServerChannel |
SctpServerChanneOverUDP.unbindAddress(InetAddress address) |