public class HeaderConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AGE
Deprecated.
Use
HttpHeaders |
static String |
ALLOW
Deprecated.
Use
HttpHeaders |
static String |
AUTHORIZATION
Deprecated.
Use
HttpHeaders |
static String |
CACHE_CONTROL |
static String |
CACHE_CONTROL_IMMUTABLE |
static String |
CACHE_CONTROL_MAX_AGE |
static String |
CACHE_CONTROL_MAX_STALE |
static String |
CACHE_CONTROL_MIN_FRESH |
static String |
CACHE_CONTROL_MUST_REVALIDATE |
static String |
CACHE_CONTROL_MUST_UNDERSTAND |
static String |
CACHE_CONTROL_NO_CACHE |
static String |
CACHE_CONTROL_NO_STORE |
static String |
CACHE_CONTROL_ONLY_IF_CACHED |
static String |
CACHE_CONTROL_PRIVATE |
static String |
CACHE_CONTROL_PROXY_REVALIDATE |
static String |
CACHE_CONTROL_PUBLIC |
static String |
CACHE_CONTROL_S_MAX_AGE |
static String |
CACHE_CONTROL_STALE_IF_ERROR |
static String |
CACHE_CONTROL_STALE_WHILE_REVALIDATE |
static String |
CONTENT_RANGE
Deprecated.
Use
HttpHeaders |
static String |
DELETE_METHOD
Deprecated.
Use
Method |
static String |
ETAG
Deprecated.
Use
HttpHeaders |
static String |
EXPIRES
Deprecated.
Use
HttpHeaders |
static String |
GET_METHOD
Deprecated.
Use
Method |
static String |
HEAD_METHOD
Deprecated.
Use
Method |
static String |
IF_MATCH
Deprecated.
Use
HttpHeaders |
static String |
IF_MODIFIED_SINCE
Deprecated.
Use
HttpHeaders |
static String |
IF_NONE_MATCH
Deprecated.
Use
HttpHeaders |
static String |
IF_RANGE
Deprecated.
Use
HttpHeaders |
static String |
IF_UNMODIFIED_SINCE
Deprecated.
Use
HttpHeaders |
static String |
LAST_MODIFIED
Deprecated.
Use
HttpHeaders |
static String |
MAX_FORWARDS
Deprecated.
Use
HttpHeaders |
static String |
OPTIONS_METHOD
Deprecated.
Use
Method |
static String |
POST_METHOD
Deprecated.
Use
Method |
static String |
PRAGMA
Deprecated.
Use
HttpHeaders |
static String |
PRIVATE
Deprecated.
|
static String |
PROXY_AUTHENTICATE
Deprecated.
Use
HttpHeaders |
static String |
PUBLIC
Deprecated.
|
static String |
PUT_METHOD
Deprecated.
Use
Method |
static String |
RANGE
Deprecated.
Use
HttpHeaders |
static String |
STALE_IF_ERROR
Deprecated.
|
static String |
STALE_WHILE_REVALIDATE
Deprecated.
|
static String |
TRACE_METHOD
Deprecated.
Use
Method |
static String |
VARY
Deprecated.
Use
HttpHeaders |
static String |
VIA
Deprecated.
Use
HttpHeaders |
static String |
WARNING
Deprecated.
Use
HttpHeaders |
static String |
WWW_AUTHENTICATE
Deprecated.
Use
HttpHeaders |
Constructor and Description |
---|
HeaderConstants() |
@Deprecated public static final String GET_METHOD
Method
@Deprecated public static final String HEAD_METHOD
Method
@Deprecated public static final String OPTIONS_METHOD
Method
@Deprecated public static final String PUT_METHOD
Method
@Deprecated public static final String DELETE_METHOD
Method
@Deprecated public static final String TRACE_METHOD
Method
@Deprecated public static final String POST_METHOD
Method
@Deprecated public static final String LAST_MODIFIED
HttpHeaders
@Deprecated public static final String IF_MATCH
HttpHeaders
@Deprecated public static final String IF_RANGE
HttpHeaders
@Deprecated public static final String IF_UNMODIFIED_SINCE
HttpHeaders
@Deprecated public static final String IF_MODIFIED_SINCE
HttpHeaders
@Deprecated public static final String IF_NONE_MATCH
HttpHeaders
@Deprecated public static final String PRAGMA
HttpHeaders
@Deprecated public static final String MAX_FORWARDS
HttpHeaders
@Deprecated public static final String ETAG
HttpHeaders
@Deprecated public static final String EXPIRES
HttpHeaders
@Deprecated public static final String AGE
HttpHeaders
@Deprecated public static final String VARY
HttpHeaders
@Deprecated public static final String ALLOW
HttpHeaders
@Deprecated public static final String VIA
HttpHeaders
@Deprecated public static final String PUBLIC
CACHE_CONTROL_PUBLIC
@Deprecated public static final String PRIVATE
CACHE_CONTROL_PRIVATE
public static final String CACHE_CONTROL
public static final String CACHE_CONTROL_PUBLIC
public static final String CACHE_CONTROL_PRIVATE
public static final String CACHE_CONTROL_NO_STORE
public static final String CACHE_CONTROL_NO_CACHE
public static final String CACHE_CONTROL_MAX_AGE
public static final String CACHE_CONTROL_S_MAX_AGE
public static final String CACHE_CONTROL_MAX_STALE
public static final String CACHE_CONTROL_MIN_FRESH
public static final String CACHE_CONTROL_MUST_REVALIDATE
public static final String CACHE_CONTROL_PROXY_REVALIDATE
public static final String CACHE_CONTROL_STALE_IF_ERROR
public static final String CACHE_CONTROL_STALE_WHILE_REVALIDATE
public static final String CACHE_CONTROL_ONLY_IF_CACHED
public static final String CACHE_CONTROL_MUST_UNDERSTAND
public static final String CACHE_CONTROL_IMMUTABLE
@Deprecated public static final String STALE_IF_ERROR
CACHE_CONTROL_STALE_IF_ERROR
@Deprecated public static final String STALE_WHILE_REVALIDATE
CACHE_CONTROL_STALE_WHILE_REVALIDATE
@Deprecated public static final String WARNING
HttpHeaders
@Deprecated public static final String RANGE
HttpHeaders
@Deprecated public static final String CONTENT_RANGE
HttpHeaders
@Deprecated public static final String WWW_AUTHENTICATE
HttpHeaders
@Deprecated public static final String PROXY_AUTHENTICATE
HttpHeaders
@Deprecated public static final String AUTHORIZATION
HttpHeaders
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.