public interface WSConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
HEADER_ACCEPT
Content-Types that are acceptable
|
static String |
HEADER_ACCEPT_CHARSET
Character sets that are acceptable
|
static String |
HEADER_ACCEPT_ENCODING
Acceptable encodings
|
static String |
HEADER_ACCEPT_LANGUAGE
Acceptable languages for response
|
static String |
HEADER_AUTHORIZATION
Authentication credentials for HTTP authentication
|
static String |
HEADER_CACHE_CONTROL
Used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain
|
static String |
HEADER_CONNECTION
What type of connection the user-agent would prefer
|
static String |
HEADER_CONTENT_LENGTH
The length of the request body in octets (8-bit bytes)
|
static String |
HEADER_CONTENT_MD5
A Base64-encoded binary MD5 sum of the content of the request body
|
static String |
HEADER_CONTENT_TYPE
The MIME type of the body of the request (used with POST and PUT requests)
|
static String |
HEADER_COOKIE
an HTTP cookie previously sent by the server with Set-Cookie
|
static String |
HEADER_DATE
The date and time that the message was sent
|
static String |
HEADER_EXPECT
Indicates that particular server behaviors are required by the client
|
static String |
HEADER_FROM
The email address of the user making the request
|
static String |
HEADER_IF_MATCH
Only perform the action if the client supplied entity matches the same entity on the server
|
static String |
HEADER_IF_MODIFIED_SINCE
Allows a 304 Not Modified to be returned if content is unchanged
|
static String |
HEADER_IF_NONE_MATCH
Allows a 304 Not Modified to be returned if content is unchanged
|
static String |
HEADER_IF_RANGE
If the entity is unchanged, send me the part(s) that I am missing; otherwise, send me the entire new entity
|
static String |
HEADER_IF_UNMODIFIED_SINCE
Only send the response if the entity has not been modified since a specific time
|
static String |
HEADER_MAX_FORWARDS
Limit the number of times the message can be forwarded through proxies or gateways
|
static String |
HEADER_PRAGMA
Implementation-specific headers that may have various effects anywhere along the request-response chain
|
static String |
HEADER_PROXY_AUTHORIZATION
Authorization credentials for connecting to a proxy
|
static String |
HEADER_RANGE
Request only part of an entity.
|
static String |
HEADER_REFERER
This is the address of the previous web page from which a link to the currently requested page was followed
|
static String |
HEADER_TARNSFER_ENCODING
The transfer encodings the user agent is willing to accept
|
static String |
HEADER_UPGRADE
Ask the server to upgrade to another protocol
|
static String |
HEADER_USER_AGENT
The user agent string of the user agent
|
static String |
HEADER_VIA
Informs the server of proxies through which the request was sent
|
static String |
HEADER_WARNING
A general warning about possible problems with the entity body
|
static final String HEADER_AUTHORIZATION
static final String HEADER_ACCEPT
static final String HEADER_ACCEPT_CHARSET
static final String HEADER_ACCEPT_ENCODING
static final String HEADER_ACCEPT_LANGUAGE
static final String HEADER_CONNECTION
static final String HEADER_COOKIE
static final String HEADER_CACHE_CONTROL
static final String HEADER_CONTENT_LENGTH
static final String HEADER_CONTENT_MD5
static final String HEADER_CONTENT_TYPE
static final String HEADER_DATE
static final String HEADER_EXPECT
static final String HEADER_FROM
static final String HEADER_IF_MATCH
static final String HEADER_IF_MODIFIED_SINCE
static final String HEADER_IF_NONE_MATCH
static final String HEADER_IF_RANGE
static final String HEADER_IF_UNMODIFIED_SINCE
static final String HEADER_MAX_FORWARDS
static final String HEADER_PRAGMA
static final String HEADER_PROXY_AUTHORIZATION
static final String HEADER_RANGE
static final String HEADER_REFERER
static final String HEADER_TARNSFER_ENCODING
static final String HEADER_UPGRADE
static final String HEADER_USER_AGENT
static final String HEADER_VIA
static final String HEADER_WARNING
Copyright © 2012–2017 Taimos GmbH. All rights reserved.