Modifier and Type | Method and 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.
|
Copyright © 2009, 2016, Oracle and/or its affiliates. All rights reserved.