src/jdk.sctp/share/classes/com/sun/nio/sctp/HandlerResult.java
changeset 59205 afcc8af048e6
parent 47216 71c04702a3d5
equal deleted inserted replaced
59204:7b10581e9632 59205:afcc8af048e6
    27 /**
    27 /**
    28  * Defines notification handler results.
    28  * Defines notification handler results.
    29  *
    29  *
    30  * <P> The {@code HandlerResult} is used to determine the behavior of the
    30  * <P> The {@code HandlerResult} is used to determine the behavior of the
    31  * channel after it handles a notification from the SCTP stack. Essentially its
    31  * channel after it handles a notification from the SCTP stack. Essentially its
    32  * value determines if the channel should try to receive another notificaiton or
    32  * value determines if the channel should try to receive another notification or
    33  * a message before returning.
    33  * a message before returning.
    34  *
    34  *
    35  * @since 1.7
    35  * @since 1.7
    36  */
    36  */
    37 public enum HandlerResult {
    37 public enum HandlerResult {