public class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
HTTP_HEADER_EDITABLE_NAMES |
static String |
MANIFEST_HEADER
HTTP Header used for Dynamic Large Object Manifest *
|
static String |
X_ACCOUNT_BYTES_USED
HTTP header token that is returned on a HEAD request against an Account.
|
static String |
X_ACCOUNT_CONTAINER_COUNT
HTTP header token that is returned on a HEAD request against an Account.
|
static String |
X_ACCOUNT_META_TEMP_URL_KEY
HTTP header token that is returned on a HEAD request against an Account.
|
static String |
X_AUTH_TOKEN
HTTP header token that identifies the Storage Token after a successful user login
|
static String |
X_CDN_ENABLED
HTTP header token that is returned by calls to the CDN Management API
|
static String |
X_CDN_IOS_URI |
static String |
X_CDN_MANAGEMENT_URL
HTTP header that identifies the CDN Management URL after a successful login
|
static String |
X_CDN_REFERRER_ACL
HTTP header token that is returned by calls to the CDN Management API
|
static String |
X_CDN_RETAIN_LOGS
HTTP header token that is returned by calls to the CDN Management API
|
static String |
X_CDN_SSL_URI
HTTP header token that is returned by calls to the CDN Management API
|
static String |
X_CDN_Streaming_URI
HTTP header token that is returned by calls to the CDN Management API
|
static String |
X_CDN_TTL
HTTP header token that is returned by calls to the CDN Management API
|
static String |
X_CDN_URI
HTTP header token that is returned by calls to the CDN Management API
|
static String |
X_CDN_USER_AGENT_ACL
HTTP header token that is returned by calls to the CDN Management API
|
static String |
X_CONTAINER_BYTES_USED
HTTP header token that is returned on a HEAD request against a Container.
|
static String |
X_CONTAINER_META |
static String |
X_CONTAINER_OBJECT_COUNT
HTTP header token that is returned on a HEAD request against a Container.
|
static String |
X_CONTAINER_READ
Container ACLs to grant other users permission to read and/or write objects in specific containers
|
static String |
X_CONTAINER_WRITE
Container ACLs to grant other users permission to read and/or write objects in specific containers
|
static String |
X_COPY_FROM
HTTP header used by Cloud Files for the source of an object being copied.
|
static String |
X_OBJECT_META
Prefix Cloud Files expects on all Meta data headers on Objects *
|
static String |
X_PURGE_EMAIL |
static String |
X_STATIC_LARGE_OBJECT
HTTP Header used for Static Large Object Manifest Indicator *
|
static String |
X_STORAGE_PASS_DEFAULT
HTTP header token that identifies the password
|
static String |
X_STORAGE_URL
HTTP header token that identifies the Storage URL after a successful user login
|
static String |
X_STORAGE_USER_DEFAULT
HTTP Header token that identifies the username
|
| Constructor and Description |
|---|
Constants() |
public static final String X_STORAGE_USER_DEFAULT
public static final String X_STORAGE_PASS_DEFAULT
public static final String X_STORAGE_URL
public static final String X_CDN_MANAGEMENT_URL
public static final String X_AUTH_TOKEN
public static final String X_CONTAINER_OBJECT_COUNT
public static final String X_CONTAINER_BYTES_USED
public static final String X_ACCOUNT_CONTAINER_COUNT
public static final String X_ACCOUNT_BYTES_USED
public static final String X_ACCOUNT_META_TEMP_URL_KEY
public static final String X_CDN_URI
public static final String X_CDN_SSL_URI
public static final String X_CDN_Streaming_URI
public static final String X_CDN_IOS_URI
public static final String X_CDN_TTL
public static final String X_CDN_RETAIN_LOGS
public static final String X_CDN_ENABLED
public static final String X_CDN_USER_AGENT_ACL
public static final String X_CDN_REFERRER_ACL
public static final String X_COPY_FROM
public static final String MANIFEST_HEADER
public static final String X_STATIC_LARGE_OBJECT
public static final String X_PURGE_EMAIL
public static final String X_CONTAINER_READ
public static final String X_CONTAINER_WRITE
public static final String X_OBJECT_META
public static final String X_CONTAINER_META
Copyright © 2020. All rights reserved.