@Exported public abstract class ShutdownNotification extends Object implements Notification
When a peer sends a SHUTDOWN, the SCTP stack delivers this notification to inform the application that it should cease sending data.
| Modifier | Constructor | Description |
|---|---|---|
protected |
ShutdownNotification() |
Initializes a new instance of this class.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract Association |
association() |
Returns the association that this notification is applicable to.
|
protected ShutdownNotification()
public abstract Association association()
association in interface Notification
Copyright © 2009, 2025, Oracle and/or its affiliates. All rights reserved.