com.dtolabs.client.utils
Class Constants

java.lang.Object
  extended by com.dtolabs.client.utils.Constants

public class Constants
extends java.lang.Object

Constants for client-server communication


Field Summary
static java.lang.String X_RUNDECK_ACTION_UNAUTHORIZED_HEADER
          HTTP header for unauthorized message
static java.lang.String X_RUNDECK_RESULT_HEADER
          HTTP Header for result string
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

X_RUNDECK_RESULT_HEADER

public static final java.lang.String X_RUNDECK_RESULT_HEADER
HTTP Header for result string

See Also:
Constant Field Values

X_RUNDECK_ACTION_UNAUTHORIZED_HEADER

public static final java.lang.String X_RUNDECK_ACTION_UNAUTHORIZED_HEADER
HTTP header for unauthorized message

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()