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