Class HttpHeaders.Names
- java.lang.Object
-
- org.jboss.netty.handler.codec.http.HttpHeaders.Names
-
- Enclosing class:
- HttpHeaders
public static final class HttpHeaders.Names extends Object
Standard HTTP header names.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCEPT
"Accept"
static String
ACCEPT_CHARSET
"Accept-Charset"
static String
ACCEPT_ENCODING
"Accept-Encoding"
static String
ACCEPT_LANGUAGE
"Accept-Language"
static String
ACCEPT_PATCH
"Accept-Patch"
static String
ACCEPT_RANGES
"Accept-Ranges"
static String
ACCESS_CONTROL_ALLOW_CREDENTIALS
"Access-Control-Allow-Credentials"
static String
ACCESS_CONTROL_ALLOW_HEADERS
"Access-Control-Allow-Headers"
static String
ACCESS_CONTROL_ALLOW_METHODS
"Access-Control-Allow-Methods"
static String
ACCESS_CONTROL_ALLOW_ORIGIN
"Access-Control-Allow-Origin"
static String
ACCESS_CONTROL_EXPOSE_HEADERS
"Access-Control-Expose-Headers"
static String
ACCESS_CONTROL_MAX_AGE
"Access-Control-Max-Age"
static String
ACCESS_CONTROL_REQUEST_HEADERS
"Access-Control-Request-Headers"
static String
ACCESS_CONTROL_REQUEST_METHOD
"Access-Control-Request-Method"
static String
AGE
"Age"
static String
ALLOW
"Allow"
static String
AUTHORIZATION
"Authorization"
static String
CACHE_CONTROL
"Cache-Control"
static String
CONNECTION
"Connection"
static String
CONTENT_BASE
"Content-Base"
static String
CONTENT_ENCODING
"Content-Encoding"
static String
CONTENT_LANGUAGE
"Content-Language"
static String
CONTENT_LENGTH
"Content-Length"
static String
CONTENT_LOCATION
"Content-Location"
static String
CONTENT_MD5
"Content-MD5"
static String
CONTENT_RANGE
"Content-Range"
static String
CONTENT_TRANSFER_ENCODING
"Content-Transfer-Encoding"
static String
CONTENT_TYPE
"Content-Type"
static String
COOKIE
"Cookie"
static String
DATE
"Date"
static String
ETAG
"ETag"
static String
EXPECT
"Expect"
static String
EXPIRES
"Expires"
static String
FROM
"From"
static String
HOST
"Host"
static String
IF_MATCH
"If-Match"
static String
IF_MODIFIED_SINCE
"If-Modified-Since"
static String
IF_NONE_MATCH
"If-None-Match"
static String
IF_RANGE
"If-Range"
static String
IF_UNMODIFIED_SINCE
"If-Unmodified-Since"
static String
LAST_MODIFIED
"Last-Modified"
static String
LOCATION
"Location"
static String
MAX_FORWARDS
"Max-Forwards"
static String
ORIGIN
"Origin"
static String
PRAGMA
"Pragma"
static String
PROXY_AUTHENTICATE
"Proxy-Authenticate"
static String
PROXY_AUTHORIZATION
"Proxy-Authorization"
static String
RANGE
"Range"
static String
REFERER
"Referer"
static String
RETRY_AFTER
"Retry-After"
static String
SEC_WEBSOCKET_ACCEPT
"Sec-WebSocket-Accept"
static String
SEC_WEBSOCKET_KEY
"Sec-WebSocket-Key"
static String
SEC_WEBSOCKET_KEY1
"Sec-WebSocket-Key1"
static String
SEC_WEBSOCKET_KEY2
"Sec-WebSocket-Key2"
static String
SEC_WEBSOCKET_LOCATION
"Sec-WebSocket-Location"
static String
SEC_WEBSOCKET_ORIGIN
"Sec-WebSocket-Origin"
static String
SEC_WEBSOCKET_PROTOCOL
"Sec-WebSocket-Protocol"
static String
SEC_WEBSOCKET_VERSION
"Sec-WebSocket-Version"
static String
SERVER
"Server"
static String
SET_COOKIE
"Set-Cookie"
static String
SET_COOKIE2
"Set-Cookie2"
static String
TE
"TE"
static String
TRAILER
"Trailer"
static String
TRANSFER_ENCODING
"Transfer-Encoding"
static String
UPGRADE
"Upgrade"
static String
USER_AGENT
"User-Agent"
static String
VARY
"Vary"
static String
VIA
"Via"
static String
WARNING
"Warning"
static String
WEBSOCKET_LOCATION
"WebSocket-Location"
static String
WEBSOCKET_ORIGIN
"WebSocket-Origin"
static String
WEBSOCKET_PROTOCOL
"WebSocket-Protocol"
static String
WWW_AUTHENTICATE
"WWW-Authenticate"
-
-
-
Field Detail
-
ACCEPT
public static final String ACCEPT
"Accept"
- See Also:
- Constant Field Values
-
ACCEPT_CHARSET
public static final String ACCEPT_CHARSET
"Accept-Charset"
- See Also:
- Constant Field Values
-
ACCEPT_ENCODING
public static final String ACCEPT_ENCODING
"Accept-Encoding"
- See Also:
- Constant Field Values
-
ACCEPT_LANGUAGE
public static final String ACCEPT_LANGUAGE
"Accept-Language"
- See Also:
- Constant Field Values
-
ACCEPT_RANGES
public static final String ACCEPT_RANGES
"Accept-Ranges"
- See Also:
- Constant Field Values
-
ACCEPT_PATCH
public static final String ACCEPT_PATCH
"Accept-Patch"
- See Also:
- Constant Field Values
-
ACCESS_CONTROL_ALLOW_CREDENTIALS
public static final String ACCESS_CONTROL_ALLOW_CREDENTIALS
"Access-Control-Allow-Credentials"
- See Also:
- Constant Field Values
-
ACCESS_CONTROL_ALLOW_HEADERS
public static final String ACCESS_CONTROL_ALLOW_HEADERS
"Access-Control-Allow-Headers"
- See Also:
- Constant Field Values
-
ACCESS_CONTROL_ALLOW_METHODS
public static final String ACCESS_CONTROL_ALLOW_METHODS
"Access-Control-Allow-Methods"
- See Also:
- Constant Field Values
-
ACCESS_CONTROL_ALLOW_ORIGIN
public static final String ACCESS_CONTROL_ALLOW_ORIGIN
"Access-Control-Allow-Origin"
- See Also:
- Constant Field Values
-
ACCESS_CONTROL_EXPOSE_HEADERS
public static final String ACCESS_CONTROL_EXPOSE_HEADERS
"Access-Control-Expose-Headers"
- See Also:
- Constant Field Values
-
ACCESS_CONTROL_MAX_AGE
public static final String ACCESS_CONTROL_MAX_AGE
"Access-Control-Max-Age"
- See Also:
- Constant Field Values
-
ACCESS_CONTROL_REQUEST_HEADERS
public static final String ACCESS_CONTROL_REQUEST_HEADERS
"Access-Control-Request-Headers"
- See Also:
- Constant Field Values
-
ACCESS_CONTROL_REQUEST_METHOD
public static final String ACCESS_CONTROL_REQUEST_METHOD
"Access-Control-Request-Method"
- See Also:
- Constant Field Values
-
AGE
public static final String AGE
"Age"
- See Also:
- Constant Field Values
-
ALLOW
public static final String ALLOW
"Allow"
- See Also:
- Constant Field Values
-
AUTHORIZATION
public static final String AUTHORIZATION
"Authorization"
- See Also:
- Constant Field Values
-
CACHE_CONTROL
public static final String CACHE_CONTROL
"Cache-Control"
- See Also:
- Constant Field Values
-
CONNECTION
public static final String CONNECTION
"Connection"
- See Also:
- Constant Field Values
-
CONTENT_BASE
public static final String CONTENT_BASE
"Content-Base"
- See Also:
- Constant Field Values
-
CONTENT_ENCODING
public static final String CONTENT_ENCODING
"Content-Encoding"
- See Also:
- Constant Field Values
-
CONTENT_LANGUAGE
public static final String CONTENT_LANGUAGE
"Content-Language"
- See Also:
- Constant Field Values
-
CONTENT_LENGTH
public static final String CONTENT_LENGTH
"Content-Length"
- See Also:
- Constant Field Values
-
CONTENT_LOCATION
public static final String CONTENT_LOCATION
"Content-Location"
- See Also:
- Constant Field Values
-
CONTENT_TRANSFER_ENCODING
public static final String CONTENT_TRANSFER_ENCODING
"Content-Transfer-Encoding"
- See Also:
- Constant Field Values
-
CONTENT_MD5
public static final String CONTENT_MD5
"Content-MD5"
- See Also:
- Constant Field Values
-
CONTENT_RANGE
public static final String CONTENT_RANGE
"Content-Range"
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
"Content-Type"
- See Also:
- Constant Field Values
-
COOKIE
public static final String COOKIE
"Cookie"
- See Also:
- Constant Field Values
-
DATE
public static final String DATE
"Date"
- See Also:
- Constant Field Values
-
ETAG
public static final String ETAG
"ETag"
- See Also:
- Constant Field Values
-
EXPECT
public static final String EXPECT
"Expect"
- See Also:
- Constant Field Values
-
EXPIRES
public static final String EXPIRES
"Expires"
- See Also:
- Constant Field Values
-
FROM
public static final String FROM
"From"
- See Also:
- Constant Field Values
-
HOST
public static final String HOST
"Host"
- See Also:
- Constant Field Values
-
IF_MATCH
public static final String IF_MATCH
"If-Match"
- See Also:
- Constant Field Values
-
IF_MODIFIED_SINCE
public static final String IF_MODIFIED_SINCE
"If-Modified-Since"
- See Also:
- Constant Field Values
-
IF_NONE_MATCH
public static final String IF_NONE_MATCH
"If-None-Match"
- See Also:
- Constant Field Values
-
IF_RANGE
public static final String IF_RANGE
"If-Range"
- See Also:
- Constant Field Values
-
IF_UNMODIFIED_SINCE
public static final String IF_UNMODIFIED_SINCE
"If-Unmodified-Since"
- See Also:
- Constant Field Values
-
LAST_MODIFIED
public static final String LAST_MODIFIED
"Last-Modified"
- See Also:
- Constant Field Values
-
LOCATION
public static final String LOCATION
"Location"
- See Also:
- Constant Field Values
-
MAX_FORWARDS
public static final String MAX_FORWARDS
"Max-Forwards"
- See Also:
- Constant Field Values
-
ORIGIN
public static final String ORIGIN
"Origin"
- See Also:
- Constant Field Values
-
PRAGMA
public static final String PRAGMA
"Pragma"
- See Also:
- Constant Field Values
-
PROXY_AUTHENTICATE
public static final String PROXY_AUTHENTICATE
"Proxy-Authenticate"
- See Also:
- Constant Field Values
-
PROXY_AUTHORIZATION
public static final String PROXY_AUTHORIZATION
"Proxy-Authorization"
- See Also:
- Constant Field Values
-
RANGE
public static final String RANGE
"Range"
- See Also:
- Constant Field Values
-
REFERER
public static final String REFERER
"Referer"
- See Also:
- Constant Field Values
-
RETRY_AFTER
public static final String RETRY_AFTER
"Retry-After"
- See Also:
- Constant Field Values
-
SEC_WEBSOCKET_KEY1
public static final String SEC_WEBSOCKET_KEY1
"Sec-WebSocket-Key1"
- See Also:
- Constant Field Values
-
SEC_WEBSOCKET_KEY2
public static final String SEC_WEBSOCKET_KEY2
"Sec-WebSocket-Key2"
- See Also:
- Constant Field Values
-
SEC_WEBSOCKET_LOCATION
public static final String SEC_WEBSOCKET_LOCATION
"Sec-WebSocket-Location"
- See Also:
- Constant Field Values
-
SEC_WEBSOCKET_ORIGIN
public static final String SEC_WEBSOCKET_ORIGIN
"Sec-WebSocket-Origin"
- See Also:
- Constant Field Values
-
SEC_WEBSOCKET_PROTOCOL
public static final String SEC_WEBSOCKET_PROTOCOL
"Sec-WebSocket-Protocol"
- See Also:
- Constant Field Values
-
SEC_WEBSOCKET_VERSION
public static final String SEC_WEBSOCKET_VERSION
"Sec-WebSocket-Version"
- See Also:
- Constant Field Values
-
SEC_WEBSOCKET_KEY
public static final String SEC_WEBSOCKET_KEY
"Sec-WebSocket-Key"
- See Also:
- Constant Field Values
-
SEC_WEBSOCKET_ACCEPT
public static final String SEC_WEBSOCKET_ACCEPT
"Sec-WebSocket-Accept"
- See Also:
- Constant Field Values
-
SERVER
public static final String SERVER
"Server"
- See Also:
- Constant Field Values
-
SET_COOKIE
public static final String SET_COOKIE
"Set-Cookie"
- See Also:
- Constant Field Values
-
SET_COOKIE2
public static final String SET_COOKIE2
"Set-Cookie2"
- See Also:
- Constant Field Values
-
TE
public static final String TE
"TE"
- See Also:
- Constant Field Values
-
TRAILER
public static final String TRAILER
"Trailer"
- See Also:
- Constant Field Values
-
TRANSFER_ENCODING
public static final String TRANSFER_ENCODING
"Transfer-Encoding"
- See Also:
- Constant Field Values
-
UPGRADE
public static final String UPGRADE
"Upgrade"
- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
"User-Agent"
- See Also:
- Constant Field Values
-
VARY
public static final String VARY
"Vary"
- See Also:
- Constant Field Values
-
VIA
public static final String VIA
"Via"
- See Also:
- Constant Field Values
-
WARNING
public static final String WARNING
"Warning"
- See Also:
- Constant Field Values
-
WEBSOCKET_LOCATION
public static final String WEBSOCKET_LOCATION
"WebSocket-Location"
- See Also:
- Constant Field Values
-
WEBSOCKET_ORIGIN
public static final String WEBSOCKET_ORIGIN
"WebSocket-Origin"
- See Also:
- Constant Field Values
-
WEBSOCKET_PROTOCOL
public static final String WEBSOCKET_PROTOCOL
"WebSocket-Protocol"
- See Also:
- Constant Field Values
-
WWW_AUTHENTICATE
public static final String WWW_AUTHENTICATE
"WWW-Authenticate"
- See Also:
- Constant Field Values
-
-