org.soyatec.windowsazure.constants
Class HeaderValues

java.lang.Object
  extended by org.soyatec.windowsazure.constants.HeaderValues

public class HeaderValues
extends java.lang.Object

The class contains the header values.


Field Summary
static java.lang.String Clear
           
static java.lang.String DefaultContentType
          This is the default content-type xStore uses when no content type is specified.
static java.lang.String MatchAny
           
static java.lang.String RangeHeaderFormat
          The Range header value is "bytes=start-end", both start and end can be empty
static java.lang.String Update
           
 
Constructor Summary
HeaderValues()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DefaultContentType

public static final java.lang.String DefaultContentType
This is the default content-type xStore uses when no content type is specified.

See Also:
Constant Field Values

RangeHeaderFormat

public static final java.lang.String RangeHeaderFormat
The Range header value is "bytes=start-end", both start and end can be empty

See Also:
Constant Field Values

MatchAny

public static final java.lang.String MatchAny
See Also:
Constant Field Values

Update

public static final java.lang.String Update
See Also:
Constant Field Values

Clear

public static final java.lang.String Clear
See Also:
Constant Field Values
Constructor Detail

HeaderValues

public HeaderValues()