@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 and Description |
---|---|
protected |
ShutdownNotification()
Initializes a new instance of this class.
|
Modifier and Type | Method and 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, 2016, Oracle and/or its affiliates. All rights reserved.