public class ReplyStatus extends RpcStatus
| Modifier and Type | Field and Description |
|---|---|
static ReplyStatus |
MSG_ACCEPTED
Accepted - reply status specified by RFC 1831
(https://tools.ietf.org/html/rfc1831).
|
static ReplyStatus |
MSG_DENIED
Denied - reply status specified by RFC 1831
(https://tools.ietf.org/html/rfc1831).
|
LOCAL_BINDING_ERROR, NETWORK_ERROR| Modifier and Type | Method and Description |
|---|---|
static ReplyStatus |
fromValue(int value)
Convenience function to get the instance from the int status value.
|
public static final ReplyStatus MSG_ACCEPTED
public static final ReplyStatus MSG_DENIED
public static ReplyStatus fromValue(int value)
value - The int status value.