| Modifier and Type | Field | Description |
|---|---|---|
static String |
ACCEPT |
The "Accept" header name.
|
static String |
ACCEPT_CHARSET |
The "Accept-Charset" header name.
|
static String |
ACCEPT_DATETIME |
The "Accept-Datetime" header name.
|
static String |
ACCEPT_ENCODING |
The "Accept-Encoding" header name.
|
static String |
ACCEPT_LANGUAGE |
The "Accept-Language" header name.
|
static String |
ACCEPT_PATCH |
The "Accept-Patch" header name.
|
static String |
ACCEPT_RANGES |
The "Accept-Ranges" header name.
|
static String |
AGE |
The "Age" header name.
|
static String |
ALLOW |
The "Allow" header name.
|
static String |
ALT_SVC |
The "Alt-Svc" header name.
|
static String |
AUTHORIZATION |
The "Authorization" header name.
|
static String |
CACHE_CONTROL |
The "Cache-Control" header name.
|
static String |
CONNECTION |
The "Connection" header name.
|
static String |
CONTENT_DISPOSITION |
The "Content-Disposition" header name.
|
static String |
CONTENT_ENCODING |
The "Content-Encoding" header name.
|
static String |
CONTENT_LANGUAGE |
The "Content-Language" header name.
|
static String |
CONTENT_LENGTH |
The "Content-Length" header name.
|
static String |
CONTENT_LOCATION |
The "aa" header name.
|
static String |
CONTENT_RANGE |
The "Content-Range" header name.
|
static String |
CONTENT_TYPE |
The "Content-Type" header name.
|
static String |
COOKIE |
The "Cookie" header name.
|
static String |
DATE |
The "Date" header name.
|
static String |
ETAG |
The "ETag" header name.
|
static String |
EXPECT |
The "Expect" header name.
|
static String |
EXPIRES |
The "Expires" header name.
|
static String |
FORWARDED |
The "Forwarded" header name.
|
static String |
FROM |
The "From" header name.
|
static String |
HOST |
The "Host" header name.
|
static String |
IF_MATCH |
The "If-Match" header name.
|
static String |
IF_MODIFIED_SINCE |
The "If-Modified-Since" header name.
|
static String |
IF_NONE_MATCH |
The "If-None-Match" header name.
|
static String |
IF_RANGE |
The "If-Range" header name.
|
static String |
IF_UNMODIFIED_SINCE |
The "If-Unmodified-Since" header name.
|
static String |
LAST_MODIFIED |
The "Last-Modified" header name.
|
static String |
LINK |
The "Link" header name.
|
static String |
LOCATION |
The "Location" header name.
|
static String |
MAX_FORWARDS |
The "Max-Forwards" header name.
|
static String |
ORIGIN |
The "Origin" header name.
|
static String |
PRAGMA |
The "Pragma" header name.
|
static String |
PUBLIC_KEY_PINS |
The "Public-Key-Pins" header name.
|
static String |
RANGE |
The "Range" header name.
|
static String |
REFERER |
The "Referer" header name.
|
static String |
RETRY_AFTER |
The "Retry-After" header name.
|
static String |
SERVER |
The "Server" header name.
|
static String |
SET_COOKIE |
The "Set-Cookie" header name.
|
static String |
STRICT_TRANSPORT_SECURITY |
The "Strict-Transport-Security" header name.
|
static String |
TE |
The "TE" header name.
|
static String |
TRAILER |
The "Trailer" header name.
|
static String |
TRANSFER_ENCODING |
The "Transfer-Encoding" header name.
|
static String |
TSV |
The "TSV" header name.
|
static String |
UPGRADE |
The "Upgrade" header name.
|
static String |
USER_AGENT |
The "User-Agent" header name.
|
static String |
VARY |
The "Vary" header name.
|
static String |
VIA |
The "Via" header name.
|
static String |
WARNING |
The "Warning" header name.
|
static String |
WWW_AUTHENTICATE |
The "WWW-Authenticate" header name.
|
public static final String ACCEPT
public static final String ACCEPT_CHARSET
public static final String ACCEPT_ENCODING
public static final String ACCEPT_LANGUAGE
public static final String ACCEPT_DATETIME
public static final String AUTHORIZATION
public static final String COOKIE
public static final String EXPECT
public static final String FORWARDED
public static final String FROM
public static final String HOST
public static final String IF_MATCH
public static final String IF_MODIFIED_SINCE
public static final String IF_NONE_MATCH
ETAG.public static final String IF_RANGE
public static final String IF_UNMODIFIED_SINCE
public static final String MAX_FORWARDS
public static final String ORIGIN
'Access-Control-Allow-Origin'
response field).public static final String RANGE
public static final String REFERER
public static final String TE
Transfer-Encoding can be used, plus the trailers value (related to the chunked transfer method)
to notify the server it expects to receive additional fields in the trailer after the last, zero-sized, chunk.public static final String USER_AGENT
public static final String VIA
public static final String ACCEPT_PATCH
public static final String ACCEPT_RANGES
public static final String AGE
public static final String ALLOW
public static final String ALT_SVC
public static final String CACHE_CONTROL
public static final String CONNECTION
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_LOCATION
public static final String CONTENT_RANGE
public static final String CONTENT_TYPE
public static final String DATE
public static final String ETAG
public static final String EXPIRES
public static final String LAST_MODIFIED
public static final String LINK
public static final String LOCATION
public static final String PRAGMA
public static final String PUBLIC_KEY_PINS
public static final String RETRY_AFTER
public static final String SERVER
public static final String SET_COOKIE
public static final String STRICT_TRANSPORT_SECURITY
public static final String TRAILER
public static final String TRANSFER_ENCODING
chunked, compress, deflate, gzip, identity.public static final String TSV
public static final String UPGRADE
public static final String VARY
public static final String WARNING
public static final String WWW_AUTHENTICATE
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.