public interface ResponseHeaders extends Headers, WritableHeaders<ResponseHeaders>, ReadableHeaders
Modifier and Type | Field and Description |
---|---|
static String |
ACCEPT_RANGES
The HTTP
Accept-Ranges header field name. |
static String |
AGE
The HTTP
Age header field name. |
static String |
ALLOW
The HTTP
Allow header field name. |
static String |
CONTENT_DISPOSITION
The HTTP
Content-Disposition header field name |
static String |
CONTENT_ENCODING
The HTTP
Content-Encoding header field name. |
static String |
CONTENT_LANGUAGE
The HTTP
Content-Language header field name. |
static String |
CONTENT_LOCATION
The HTTP
Content-Location header field name. |
static String |
CONTENT_RANGE
The HTTP
Content-Range header field name. |
static String |
ETAG
The HTTP
ETag header field name. |
static String |
EXPIRES
The HTTP
Expires header field name. |
static String |
LAST_MODIFIED
The HTTP
Last-Modified header field name. |
static String |
LINK
The HTTP
Link header field name. |
static String |
LOCATION
The HTTP
Location header field name. |
static String |
PROXY_AUTHENTICATE
The HTTP
Proxy-Authenticate header field name. |
static String |
RETRY_AFTER
The HTTP
Retry-After header field name. |
static String |
SERVER
The HTTP
Server header field name. |
static String |
SET_COOKIE
The HTTP
Set-Cookie header field name. |
static String |
SET_COOKIE2
The HTTP
Set-Cookie2 header field name. |
static String |
TRAILER
The HTTP
Trailer header field name. |
static String |
TRANSFER_ENCODING
The HTTP
Transfer-Encoding header field name. |
static String |
VARY
The HTTP
Vary header field name. |
static String |
VIA
The HTTP
Via header field name. |
static String |
WWW_AUTHENTICATE
The HTTP
WWW-Authenticate header field name. |
CACHE_CONTROL, CONNECTION, CONTENT_LENGTH, CONTENT_TYPE, DATE, PRAGMA, UPGRADE, WARNING
Modifier and Type | Method and Description |
---|---|
long |
getContentLength() |
add, add, addDateHeader, clear, contentLength, date, dateHeader, dateHeader, host, isKeepAlive, keepAlive, remove, removeTransferEncodingChunked, set, set, transferEncodingChunked
static final String ACCEPT_RANGES
Accept-Ranges
header field name.static final String AGE
Age
header field name.static final String ALLOW
Allow
header field name.static final String CONTENT_ENCODING
Content-Encoding
header field name.static final String CONTENT_DISPOSITION
Content-Disposition
header field namestatic final String CONTENT_LANGUAGE
Content-Language
header field name.static final String CONTENT_LOCATION
Content-Location
header field name.static final String CONTENT_RANGE
Content-Range
header field name.static final String ETAG
ETag
header field name.static final String EXPIRES
Expires
header field name.static final String LAST_MODIFIED
Last-Modified
header field name.static final String LINK
Link
header field name.static final String LOCATION
Location
header field name.static final String PROXY_AUTHENTICATE
Proxy-Authenticate
header field name.static final String RETRY_AFTER
Retry-After
header field name.static final String SERVER
Server
header field name.static final String SET_COOKIE
Set-Cookie
header field name.static final String SET_COOKIE2
Set-Cookie2
header field name.static final String TRAILER
Trailer
header field name.static final String TRANSFER_ENCODING
Transfer-Encoding
header field name.static final String VARY
Vary
header field name.static final String VIA
Via
header field name.static final String WWW_AUTHENTICATE
WWW-Authenticate
header field name.Copyright © 2016. All rights reserved.