Interface atci.AtciConstants
All Packages Class Hierarchy This Package Previous Next Index
Interface atci.AtciConstants
- public interface AtciConstants
- extends Object
AtciConstants interface defines constant value for ATCI
-
ATCI_REQUEST
- The value representing that an ATCI message is a response.
-
ATCI_RESPONSE
- The value representing that an ATCI message is a response.
-
BAD_GATEWAY
- Status code representing that the recipient, while acting as a gateway
or proxy, recieved an invalid response from upstream server.
-
BAD_REQUEST
- Status code representing that the recipient was unable to understand the
request message due to malformed syntax.
-
DISPATCH
-
-
FETCH
-
-
FORBIDDEN
- Status code representing that although the recipient understood the
request message, it is refused to fulfill it.
-
ILLEGAL_REQUEST
-
-
INTERNAL_ERROR
- Status code representing that the recipient encountered an unexpected
condition which prevented it from fullfiling the request.
-
MAX_REQUEST_TYPE
-
-
MESSAGE
-
-
MOVED
- Status code representing that the requested resource is no longer at the
recipient.
-
NOT_FOUND
- Status code representing that the recipient could not find the requested
resource.
-
NOT_IMPLEMENTED
- Status code representing that the recipient does not support the
functionality required to fulfill the request.
-
OKAY
- Status code representing that the request has succeeded.
-
PING
-
-
REPLY
-
-
REQUEST_TYPE_BASE
-
-
RETRACT
-
-
SERVICE_UNAVAILABLE
- Status code representing that the recipient is currently unable to
handle the request due to a temporary overloading of the recipient.
REQUEST_TYPE_BASE
public final static int REQUEST_TYPE_BASE
DISPATCH
public final static int DISPATCH
RETRACT
public final static int RETRACT
FETCH
public final static int FETCH
PING
public final static int PING
MESSAGE
public final static int MESSAGE
REPLY
public final static int REPLY
ILLEGAL_REQUEST
public final static int ILLEGAL_REQUEST
MAX_REQUEST_TYPE
public final static int MAX_REQUEST_TYPE
ATCI_REQUEST
public final static int ATCI_REQUEST
- The value representing that an ATCI message is a response.
ATCI_RESPONSE
public final static int ATCI_RESPONSE
- The value representing that an ATCI message is a response.
OKAY
public final static int OKAY
- Status code representing that the request has succeeded.
MOVED
public final static int MOVED
- Status code representing that the requested resource is no longer at the
recipient.
BAD_REQUEST
public final static int BAD_REQUEST
- Status code representing that the recipient was unable to understand the
request message due to malformed syntax.
FORBIDDEN
public final static int FORBIDDEN
- Status code representing that although the recipient understood the
request message, it is refused to fulfill it.
NOT_FOUND
public final static int NOT_FOUND
- Status code representing that the recipient could not find the requested
resource.
INTERNAL_ERROR
public final static int INTERNAL_ERROR
- Status code representing that the recipient encountered an unexpected
condition which prevented it from fullfiling the request.
NOT_IMPLEMENTED
public final static int NOT_IMPLEMENTED
- Status code representing that the recipient does not support the
functionality required to fulfill the request.
BAD_GATEWAY
public final static int BAD_GATEWAY
- Status code representing that the recipient, while acting as a gateway
or proxy, recieved an invalid response from upstream server.
SERVICE_UNAVAILABLE
public final static int SERVICE_UNAVAILABLE
- Status code representing that the recipient is currently unable to
handle the request due to a temporary overloading of the recipient.
All Packages Class Hierarchy This Package Previous Next Index