All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.atci.AtciConstants

public interface AtciConstants
AtciConstants interface defines constant value for ATCI


Variable Index

 o ATCI_REQUEST
The value representing that an ATCI message is a response.
 o ATCI_RESPONSE
The value representing that an ATCI message is a response.
 o AUTHENTICATION_MANNER_DIGEST
 o AUTHENTICATION_MANNER_SIGNATURE
 o BAD_GATEWAY
Status code representing that the recipient, while acting as a gateway or proxy, recieved an invalid response from upstream server.
 o BAD_REQUEST
Status code representing that the recipient was unable to understand the request message due to malformed syntax.
 o DISPATCH
 o FETCH
 o FORBIDDEN
Status code representing that although the recipient understood the request message, it is refused to fulfill it.
 o ILLEGAL_REQUEST
 o INTERNAL_ERROR
Status code representing that the recipient encountered an unexpected condition which prevented it from fullfiling the request.
 o MAX_REQUEST_TYPE
 o MESSAGE
 o MOVED
Status code representing that the requested resource is no longer at the recipient.
 o NO_AUTHENTICATION_MANNER
 o NOT_FOUND
Status code representing that the recipient could not find the requested resource.
 o NOT_IMPLEMENTED
Status code representing that the recipient does not support the functionality required to fulfill the request.
 o OKAY
Status code representing that the request has succeeded.
 o PING
 o REPLY
 o REQUEST_TYPE_BASE
 o RETRACT
 o SERVICE_UNAVAILABLE
Status code representing that the recipient is currently unable to handle the request due to a temporary overloading of the recipient.

Variables

 o REQUEST_TYPE_BASE
 public static final int REQUEST_TYPE_BASE
 o DISPATCH
 public static final int DISPATCH
 o RETRACT
 public static final int RETRACT
 o FETCH
 public static final int FETCH
 o PING
 public static final int PING
 o MESSAGE
 public static final int MESSAGE
 o REPLY
 public static final int REPLY
 o ILLEGAL_REQUEST
 public static final int ILLEGAL_REQUEST
 o MAX_REQUEST_TYPE
 public static final int MAX_REQUEST_TYPE
 o NO_AUTHENTICATION_MANNER
 public static final int NO_AUTHENTICATION_MANNER
 o AUTHENTICATION_MANNER_DIGEST
 public static final int AUTHENTICATION_MANNER_DIGEST
 o AUTHENTICATION_MANNER_SIGNATURE
 public static final int AUTHENTICATION_MANNER_SIGNATURE
 o ATCI_REQUEST
 public static final int ATCI_REQUEST
The value representing that an ATCI message is a response.

 o ATCI_RESPONSE
 public static final int ATCI_RESPONSE
The value representing that an ATCI message is a response.

 o OKAY
 public static final int OKAY
Status code representing that the request has succeeded.

 o MOVED
 public static final int MOVED
Status code representing that the requested resource is no longer at the recipient.

 o BAD_REQUEST
 public static final int BAD_REQUEST
Status code representing that the recipient was unable to understand the request message due to malformed syntax.

 o FORBIDDEN
 public static final int FORBIDDEN
Status code representing that although the recipient understood the request message, it is refused to fulfill it.

 o NOT_FOUND
 public static final int NOT_FOUND
Status code representing that the recipient could not find the requested resource.

 o INTERNAL_ERROR
 public static final int INTERNAL_ERROR
Status code representing that the recipient encountered an unexpected condition which prevented it from fullfiling the request.

 o NOT_IMPLEMENTED
 public static final int NOT_IMPLEMENTED
Status code representing that the recipient does not support the functionality required to fulfill the request.

 o BAD_GATEWAY
 public static final int BAD_GATEWAY
Status code representing that the recipient, while acting as a gateway or proxy, recieved an invalid response from upstream server.

 o SERVICE_UNAVAILABLE
 public static final 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