|
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.ShutdownNotification
public abstract class ShutdownNotification
Notification emitted when a peers shutdowns an the association.
When a peer sends a SHUTDOWN, the SCTP stack delivers this notification to inform the application that it should cease sending data.
| Constructor Summary | |
|---|---|
protected |
ShutdownNotification()
Initializes a new instance of this class. |
| Method Summary | |
|---|---|
abstract Association |
association()
Returns the association that this notification is applicable to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ShutdownNotification()
| Method Detail |
|---|
public abstract Association association()
association in interface Notification
|
JavaTM SCTP API DRAFT ea-b10 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||