Class ShutdownNotification

All Implemented Interfaces:
Notification
public abstract class ShutdownNotification
extends Object
implements Notification

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.

Since:
1.7

Constructors

Modifier Constructor Description
protected ShutdownNotification()

Initializes a new instance of this class.

Methods

Modifier and Type Method Description
abstract Association association()

Returns the association that this notification is applicable to.

Methods declared in class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

ShutdownNotification

protected ShutdownNotification()

Initializes a new instance of this class.

Methods

association

public abstract Association association()

Returns the association that this notification is applicable to.

Specified by:
association in interface Notification
Returns:
The association that received the shutdown

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.sctp/com/sun/nio/sctp/ShutdownNotification.html