| 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 |
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 |
COMP
The Comp value.
|
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_COMPLETION_TIME
The header that specifies copy completion time.
|
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
Buffer width used to copy data to output streams.
|
static String |
IF_MATCH
The IfMatch header.
|
static String |
IF_MODIFIED_SINCE
The IfModifiedSince header.
|
static String |
IF_NONE_MATCH
The IfNoneMatch header.
|
static String |
IF_UNMODIFIED_SINCE
The IfUnmodifiedSince header.
|
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 |
PREFIX_FOR_STORAGE_METADATA
The header prefix for metadata.
|
static String |
PREFIX_FOR_STORAGE_PROPERTIES
The header prefix for properties.
|
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 |
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 |
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.
|
| Constructor and Description |
|---|
HeaderConstants() |
public static final String ACCEPT
public static final String ACCEPT_CHARSET
public static final String AUTHORIZATION
public static final String CACHE_CONTROL
public static final String CACHE_CONTROL_HEADER
public static final String COMP
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_SOURCE_HEADER
public static final String DATE
public static final String DELETE_SNAPSHOT_HEADER
public static final String ETAG
public static final int HTTP_UNUSED_306
public static final String IF_MATCH
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 LEASE_ID_HEADER
public static final String LEASE_STATUS
public static final String LEASE_STATE
public static final String LEASE_DURATION
public static final String COPY_STATUS
public static final String COPY_PROGRESS
public static final String COPY_STATUS_DESCRIPTION
public static final String COPY_ID
public static final String COPY_SOURCE
public static final String COPY_COMPLETION_TIME
public static final String PREFIX_FOR_STORAGE_METADATA
public static final String PREFIX_FOR_STORAGE_PROPERTIES
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 CLIENT_REQUEST_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 USER_AGENT
public static final String USER_AGENT_PREFIX
public static final String USER_AGENT_VERSION
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/