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.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2009, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b158-1