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.
Modifier and Type | Field and Description |
---|---|
public static final HandlerResult | CONTINUE
Try to receive another message or notification. |
public static final HandlerResult | RETURN
Return without trying to receive any more data. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static HandlerResult | |
public static HandlerResult[] |
CONTINUE | back to summary |
---|---|
public static final HandlerResult CONTINUE Try to receive another message or notification. |
RETURN | back to summary |
---|---|
public static final HandlerResult RETURN Return without trying to receive any more data. |
HandlerResult | back to summary |
---|---|
private HandlerResult() |
valueOf | back to summary |
---|---|
public static HandlerResult valueOf(String name) |
values | back to summary |
---|---|
public static HandlerResult[] values() |