Module jdk.sctp

Enum Class HandlerResult

java.lang.Object
java.lang.Enum<HandlerResult>
com.sun.nio.sctp.HandlerResult
All Implemented Interfaces:
Serializable, Comparable<HandlerResult>, Constable

public enum HandlerResult extends Enum<HandlerResult>
Defines notification handler results.

The HandlerResult is used to determine the behavior of the channel after it handles a notification from the SCTP stack. Essentially its value determines if the channel should try to receive another notification or a message before returning.

Since:
1.7