|
JavaTM SCTP API DRAFT ea-b10 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.sun.nio.sctp.SendFailedNotification
public abstract class SendFailedNotification
Notification emitted when a send failed notification has been received.
A send failed notification indicates that a message cannot be delivered.
Typically this is because the association has been shutdown with unsent data
in the socket output buffer, or in the case of a SctpMultiChannel
the association failed to setup.
| Constructor Summary | |
|---|---|
protected |
SendFailedNotification()
Initializes a new instance of this class. |
| Method Summary | |
|---|---|
abstract SocketAddress |
address()
Returns the address. |
abstract Association |
association()
Returns the association that this notification is applicable to. |
abstract ByteBuffer |
buffer()
Returns the data that was to be sent. |
abstract int |
errorCode()
Returns the error code. |
abstract int |
streamNumber()
Returns the stream number that the messge was to be sent on. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SendFailedNotification()
| Method Detail |
|---|
public abstract Association association()
association in interface Notificationnull if
there is no association, that is, the notification follows a
AssociationChangeNotification.AssocChangeEvent.CANT_STARTpublic abstract SocketAddress address()
public abstract ByteBuffer buffer()
0 and its
limit will be set to the end of the data.public abstract int errorCode()
The errorCode gives the reason why the send failed, and if set, will be a SCTP protocol error code as defined in RFC2960 section 3.3.10
public abstract int streamNumber()
|
JavaTM SCTP API DRAFT ea-b10 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||