Package io.netty.handler.codec.http
Class HttpHeaders.Values
- java.lang.Object
-
- io.netty.handler.codec.http.HttpHeaders.Values
-
- Enclosing class:
- HttpHeaders
@Deprecated public static final class HttpHeaders.Values extends Object
Deprecated.UseHttpHeaderValues
instead. Standard HTTP header values.
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPLICATION_JSON
Deprecated."application/json"
static String
APPLICATION_X_WWW_FORM_URLENCODED
Deprecated."application/x-www-form-urlencoded"
static String
BASE64
Deprecated."base64"
static String
BINARY
Deprecated."binary"
static String
BOUNDARY
Deprecated."boundary"
static String
BYTES
Deprecated."bytes"
static String
CHARSET
Deprecated."charset"
static String
CHUNKED
Deprecated."chunked"
static String
CLOSE
Deprecated."close"
static String
COMPRESS
Deprecated."compress"
static String
CONTINUE
Deprecated."100-continue"
static String
DEFLATE
Deprecated."deflate"
static String
GZIP
Deprecated."gzip"
static String
GZIP_DEFLATE
Deprecated."gzip,deflate"
static String
IDENTITY
Deprecated."identity"
static String
KEEP_ALIVE
Deprecated."keep-alive"
static String
MAX_AGE
Deprecated."max-age"
static String
MAX_STALE
Deprecated."max-stale"
static String
MIN_FRESH
Deprecated."min-fresh"
static String
MULTIPART_FORM_DATA
Deprecated."multipart/form-data"
static String
MUST_REVALIDATE
Deprecated."must-revalidate"
static String
NO_CACHE
Deprecated."no-cache"
static String
NO_STORE
Deprecated."no-store"
static String
NO_TRANSFORM
Deprecated."no-transform"
static String
NONE
Deprecated."none"
static String
ONLY_IF_CACHED
Deprecated."only-if-cached"
static String
PRIVATE
Deprecated."private"
static String
PROXY_REVALIDATE
Deprecated."proxy-revalidate"
static String
PUBLIC
Deprecated."public"
static String
QUOTED_PRINTABLE
Deprecated."quoted-printable"
static String
S_MAXAGE
Deprecated."s-maxage"
static String
TRAILERS
Deprecated."trailers"
static String
UPGRADE
Deprecated."Upgrade"
static String
WEBSOCKET
Deprecated."WebSocket"
-
-
-
Field Detail
-
APPLICATION_JSON
public static final String APPLICATION_JSON
Deprecated."application/json"
- See Also:
- Constant Field Values
-
APPLICATION_X_WWW_FORM_URLENCODED
public static final String APPLICATION_X_WWW_FORM_URLENCODED
Deprecated."application/x-www-form-urlencoded"
- See Also:
- Constant Field Values
-
BASE64
public static final String BASE64
Deprecated."base64"
- See Also:
- Constant Field Values
-
BINARY
public static final String BINARY
Deprecated."binary"
- See Also:
- Constant Field Values
-
BOUNDARY
public static final String BOUNDARY
Deprecated."boundary"
- See Also:
- Constant Field Values
-
BYTES
public static final String BYTES
Deprecated."bytes"
- See Also:
- Constant Field Values
-
CHARSET
public static final String CHARSET
Deprecated."charset"
- See Also:
- Constant Field Values
-
CHUNKED
public static final String CHUNKED
Deprecated."chunked"
- See Also:
- Constant Field Values
-
CLOSE
public static final String CLOSE
Deprecated."close"
- See Also:
- Constant Field Values
-
COMPRESS
public static final String COMPRESS
Deprecated."compress"
- See Also:
- Constant Field Values
-
CONTINUE
public static final String CONTINUE
Deprecated."100-continue"
- See Also:
- Constant Field Values
-
DEFLATE
public static final String DEFLATE
Deprecated."deflate"
- See Also:
- Constant Field Values
-
GZIP
public static final String GZIP
Deprecated."gzip"
- See Also:
- Constant Field Values
-
GZIP_DEFLATE
public static final String GZIP_DEFLATE
Deprecated."gzip,deflate"
- See Also:
- Constant Field Values
-
IDENTITY
public static final String IDENTITY
Deprecated."identity"
- See Also:
- Constant Field Values
-
KEEP_ALIVE
public static final String KEEP_ALIVE
Deprecated."keep-alive"
- See Also:
- Constant Field Values
-
MAX_AGE
public static final String MAX_AGE
Deprecated."max-age"
- See Also:
- Constant Field Values
-
MAX_STALE
public static final String MAX_STALE
Deprecated."max-stale"
- See Also:
- Constant Field Values
-
MIN_FRESH
public static final String MIN_FRESH
Deprecated."min-fresh"
- See Also:
- Constant Field Values
-
MULTIPART_FORM_DATA
public static final String MULTIPART_FORM_DATA
Deprecated."multipart/form-data"
- See Also:
- Constant Field Values
-
MUST_REVALIDATE
public static final String MUST_REVALIDATE
Deprecated."must-revalidate"
- See Also:
- Constant Field Values
-
NO_CACHE
public static final String NO_CACHE
Deprecated."no-cache"
- See Also:
- Constant Field Values
-
NO_STORE
public static final String NO_STORE
Deprecated."no-store"
- See Also:
- Constant Field Values
-
NO_TRANSFORM
public static final String NO_TRANSFORM
Deprecated."no-transform"
- See Also:
- Constant Field Values
-
NONE
public static final String NONE
Deprecated."none"
- See Also:
- Constant Field Values
-
ONLY_IF_CACHED
public static final String ONLY_IF_CACHED
Deprecated."only-if-cached"
- See Also:
- Constant Field Values
-
PRIVATE
public static final String PRIVATE
Deprecated."private"
- See Also:
- Constant Field Values
-
PROXY_REVALIDATE
public static final String PROXY_REVALIDATE
Deprecated."proxy-revalidate"
- See Also:
- Constant Field Values
-
PUBLIC
public static final String PUBLIC
Deprecated."public"
- See Also:
- Constant Field Values
-
QUOTED_PRINTABLE
public static final String QUOTED_PRINTABLE
Deprecated."quoted-printable"
- See Also:
- Constant Field Values
-
S_MAXAGE
public static final String S_MAXAGE
Deprecated."s-maxage"
- See Also:
- Constant Field Values
-
TRAILERS
public static final String TRAILERS
Deprecated."trailers"
- See Also:
- Constant Field Values
-
UPGRADE
public static final String UPGRADE
Deprecated."Upgrade"
- See Also:
- Constant Field Values
-
WEBSOCKET
public static final String WEBSOCKET
Deprecated."WebSocket"
- See Also:
- Constant Field Values
-
-