Modifier and Type | Method and Description |
---|---|
abstract Association |
MessageInfo.association()
Returns the association that the message was received on, if the message
has been received, otherwise the association that the message is to be
sent on.
|
Association |
Notification.association()
Returns the association that this notification is applicable to.
|
abstract Association |
SctpChannel.association()
Returns the association on this channel's socket.
|
abstract Association |
ShutdownNotification.association()
Returns the association that this notification is applicable to.
|
abstract Association |
PeerAddressChangeNotification.association()
Returns the association that this notification is applicable to.
|
abstract Association |
AssociationChangeNotification.association()
Returns the association that this notification is applicable to.
|
abstract Association |
SendFailedNotification.association()
Returns the association that this notification is applicable to.
|
Modifier and Type | Method and Description |
---|---|
abstract Set<Association> |
SctpMultiChannel.associations()
Returns the open associations on this channel's socket.
|
Modifier and Type | Method and Description |
---|---|
abstract SctpChannel |
SctpMultiChannel.branch(Association association)
Branches off an association.
|
static MessageInfo |
MessageInfo.createOutgoing(Association association,
SocketAddress address,
int streamNumber)
Creates a
MessageInfo instance suitable for use when
sending a message to a given association. |
abstract <T> T |
SctpMultiChannel.getOption(SctpSocketOption<T> name,
Association association)
Returns the value of a socket option.
|
abstract Set<SocketAddress> |
SctpMultiChannel.getRemoteAddresses(Association association)
Returns all of the remote addresses to which the given association on
this channel's socket is connected.
|
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.
|
Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved.