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.
|
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, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b149-1