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