Modifier and Type | Field and Description |
---|---|
static String |
ACCEPT
The Accept header.
|
static String |
ACCEPT_CHARSET
The Accept header.
|
static String |
AUTHORIZATION
The Authorization header.
|
static String |
BEGIN_RANGE_HEADER_FORMAT
The format string for specifying ranges with only begin offset.
|
static String |
BLOB_APPEND_OFFSET
The format string for specifying the blob append offset.
|
static String |
BLOB_COMMITTED_BLOCK_COUNT
The header that specifies committed block count.
|
static String |
BLOB_SEQUENCE_NUMBER
The header that specifies blob sequence number.
|
static String |
CACHE_CONTROL
The CacheControl header.
|
static String |
CACHE_CONTROL_HEADER
The header that specifies blob caching control.
|
static String |
CLIENT_REQUEST_ID_HEADER
The header that indicates the client request ID.
|
static String |
CONTENT_DISPOSITION
The ContentDisposition header.
|
static String |
CONTENT_ENCODING
The ContentEncoding header.
|
static String |
CONTENT_LANGUAGE
The ContentLangauge header.
|
static String |
CONTENT_LENGTH
The ContentLength header.
|
static String |
CONTENT_MD5
The ContentMD5 header.
|
static String |
CONTENT_RANGE
The ContentRange header.
|
static String |
CONTENT_TYPE
The ContentType header.
|
static String |
COPY_ACTION_ABORT
The value of the copy action header that signifies an abort operation.
|
static String |
COPY_ACTION_HEADER
Header that specifies the copy action.
|
static String |
COPY_COMPLETION_TIME
The header that specifies copy completion time.
|
static String |
COPY_DESTINATION_SNAPSHOT_ID
The header that specifies the snapshot ID of the last successful incremental snapshot.
|
static String |
COPY_ID
The header that specifies copy id.
|
static String |
COPY_PROGRESS
The header that specifies copy progress.
|
static String |
COPY_SOURCE
The header that specifies copy source.
|
static String |
COPY_SOURCE_HEADER
The header for copy source.
|
static String |
COPY_STATUS
The header that specifies copy status.
|
static String |
COPY_STATUS_DESCRIPTION
The header that specifies copy status description.
|
static String |
DATE
The header that specifies the date.
|
static String |
DELETE_SNAPSHOT_HEADER
The header to delete snapshots.
|
static String |
ETAG
The ETag header.
|
static int |
HTTP_UNUSED_306
An unused HTTP code used internally to indicate a non-http related failure when constructing
StorageException objects |
static String |
IF_APPEND_POSITION_EQUAL_HEADER
The blob append position equal header.
|
static String |
IF_MATCH
The IfMatch header.
|
static String |
IF_MAX_SIZE_LESS_THAN_OR_EQUAL
The blob maxsize condition header.
|
static String |
IF_MODIFIED_SINCE
The IfModifiedSince header.
|
static String |
IF_NONE_MATCH
The IfNoneMatch header.
|
static String |
IF_SEQUENCE_NUMBER_EQUAL
The blob sequence number equal condition header.
|
static String |
IF_SEQUENCE_NUMBER_LESS_THAN
The blob sequence number less than condition header.
|
static String |
IF_SEQUENCE_NUMBER_LESS_THAN_OR_EQUAL
The blob sequence number less than or equal condition header.
|
static String |
IF_UNMODIFIED_SINCE
The IfUnmodifiedSince header.
|
static String |
INCLUDE_SNAPSHOTS_VALUE
Specifies snapshots are to be included.
|
static String |
INCREMENTAL_COPY
The header that specifies copy type.
|
static String |
LEASE_ACTION_HEADER
The header that specifies the lease action to perform
|
static String |
LEASE_BREAK_PERIOD_HEADER
The header that specifies the break period of a lease
|
static String |
LEASE_DURATION
The header that specifies lease duration.
|
static String |
LEASE_ID_HEADER
The header that specifies lease ID.
|
static String |
LEASE_STATE
The header that specifies lease state.
|
static String |
LEASE_STATUS
The header that specifies lease status.
|
static String |
LEASE_TIME_HEADER
The header that specifies the remaining lease time
|
static String |
POP_RECEIPT_HEADER
The header that specifies the pop receipt.
|
static String |
PREFIX_FOR_STORAGE_METADATA
The header prefix for metadata.
|
static String |
PREFIX_FOR_STORAGE_PROPERTIES
The header prefix for properties.
|
static String |
PROPOSED_LEASE_ID_HEADER
The header that specifies the proposed lease ID for a leasing operation
|
static String |
RANGE
The Range header.
|
static String |
RANGE_GET_CONTENT_MD5
The header that specifies if the request will populate the ContentMD5 header for range gets.
|
static String |
RANGE_HEADER_FORMAT
The format string for specifying ranges.
|
static String |
REQUEST_ID_HEADER
The header that indicates the request ID.
|
static String |
SERVER
The header field value received that indicates which server was accessed
|
static String |
SERVER_ENCRYPTED
The header that specifies whether a resource is fully encrypted server-side
|
static String |
SERVER_REQUEST_ENCRYPTED
The header that acknowledges data used for a write operation is encrypted server-side
|
static String |
SNAPSHOT_ID_HEADER
The header that specifies the snapshot ID.
|
static String |
SOURCE_IF_MATCH_HEADER
The header for the If-Match condition.
|
static String |
SOURCE_IF_MODIFIED_SINCE_HEADER
The header for the If-Modified-Since condition.
|
static String |
SOURCE_IF_NONE_MATCH_HEADER
The header for the If-None-Match condition.
|
static String |
SOURCE_IF_UNMODIFIED_SINCE_HEADER
The header for the If-Unmodified-Since condition.
|
static String |
SOURCE_LEASE_ID_HEADER
The header for the source lease id.
|
static String |
STORAGE_RANGE_HEADER
The header for data ranges.
|
static String |
STORAGE_VERSION_HEADER
The header for storage version.
|
static String |
TARGET_STORAGE_VERSION
The current storage version header value.
|
static String |
TIME_NEXT_VISIBLE_HEADER
The header that specifies the next visible time for a queue message.
|
static String |
USER_AGENT
The UserAgent header.
|
static String |
USER_AGENT_PREFIX
Specifies the value to use for UserAgent header.
|
static String |
USER_AGENT_VERSION
Specifies the value to use for UserAgent header.
|
static String |
XML_TYPE
The default type for content-type and accept
|
Constructor and Description |
---|
HeaderConstants() |
public static final String ACCEPT
public static final String ACCEPT_CHARSET
public static final String AUTHORIZATION
public static final String BEGIN_RANGE_HEADER_FORMAT
public static final String BLOB_APPEND_OFFSET
public static final String BLOB_COMMITTED_BLOCK_COUNT
public static final String BLOB_SEQUENCE_NUMBER
public static final String CACHE_CONTROL
public static final String CACHE_CONTROL_HEADER
public static final String CLIENT_REQUEST_ID_HEADER
public static final String CONTENT_DISPOSITION
public static final String CONTENT_ENCODING
public static final String CONTENT_LANGUAGE
public static final String CONTENT_LENGTH
public static final String CONTENT_MD5
public static final String CONTENT_RANGE
public static final String CONTENT_TYPE
public static final String COPY_ACTION_ABORT
public static final String COPY_ACTION_HEADER
public static final String COPY_COMPLETION_TIME
public static final String COPY_ID
public static final String COPY_PROGRESS
public static final String COPY_SOURCE
public static final String COPY_SOURCE_HEADER
public static final String COPY_STATUS
public static final String COPY_STATUS_DESCRIPTION
public static final String INCREMENTAL_COPY
public static final String COPY_DESTINATION_SNAPSHOT_ID
public static final String DATE
public static final String DELETE_SNAPSHOT_HEADER
public static final String ETAG
public static final int HTTP_UNUSED_306
StorageException
objectspublic static final String IF_APPEND_POSITION_EQUAL_HEADER
public static final String IF_MATCH
public static final String IF_MAX_SIZE_LESS_THAN_OR_EQUAL
public static final String IF_MODIFIED_SINCE
public static final String IF_NONE_MATCH
public static final String IF_UNMODIFIED_SINCE
public static final String IF_SEQUENCE_NUMBER_LESS_THAN_OR_EQUAL
public static final String IF_SEQUENCE_NUMBER_LESS_THAN
public static final String IF_SEQUENCE_NUMBER_EQUAL
public static final String INCLUDE_SNAPSHOTS_VALUE
public static final String LEASE_ACTION_HEADER
public static final String LEASE_BREAK_PERIOD_HEADER
public static final String LEASE_DURATION
public static final String LEASE_ID_HEADER
public static final String LEASE_STATE
public static final String LEASE_STATUS
public static final String LEASE_TIME_HEADER
public static final String POP_RECEIPT_HEADER
public static final String PREFIX_FOR_STORAGE_METADATA
public static final String PREFIX_FOR_STORAGE_PROPERTIES
public static final String PROPOSED_LEASE_ID_HEADER
public static final String RANGE
public static final String RANGE_GET_CONTENT_MD5
public static final String RANGE_HEADER_FORMAT
public static final String REQUEST_ID_HEADER
public static final String SERVER
public static final String SERVER_ENCRYPTED
public static final String SERVER_REQUEST_ENCRYPTED
public static final String SNAPSHOT_ID_HEADER
public static final String SOURCE_IF_MATCH_HEADER
public static final String SOURCE_IF_MODIFIED_SINCE_HEADER
public static final String SOURCE_IF_NONE_MATCH_HEADER
public static final String SOURCE_IF_UNMODIFIED_SINCE_HEADER
public static final String SOURCE_LEASE_ID_HEADER
public static final String STORAGE_RANGE_HEADER
public static final String STORAGE_VERSION_HEADER
public static final String TARGET_STORAGE_VERSION
public static final String TIME_NEXT_VISIBLE_HEADER
public static final String USER_AGENT
public static final String USER_AGENT_PREFIX
public static final String USER_AGENT_VERSION
public static final String XML_TYPE
Copyright © 2019. All rights reserved.