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.UseHttpHeaderValuesinstead. Standard HTTP header values.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLICATION_JSONDeprecated."application/json"static StringAPPLICATION_X_WWW_FORM_URLENCODEDDeprecated."application/x-www-form-urlencoded"static StringBASE64Deprecated."base64"static StringBINARYDeprecated."binary"static StringBOUNDARYDeprecated."boundary"static StringBYTESDeprecated."bytes"static StringCHARSETDeprecated."charset"static StringCHUNKEDDeprecated."chunked"static StringCLOSEDeprecated."close"static StringCOMPRESSDeprecated."compress"static StringCONTINUEDeprecated."100-continue"static StringDEFLATEDeprecated."deflate"static StringGZIPDeprecated."gzip"static StringGZIP_DEFLATEDeprecated."gzip,deflate"static StringIDENTITYDeprecated."identity"static StringKEEP_ALIVEDeprecated."keep-alive"static StringMAX_AGEDeprecated."max-age"static StringMAX_STALEDeprecated."max-stale"static StringMIN_FRESHDeprecated."min-fresh"static StringMULTIPART_FORM_DATADeprecated."multipart/form-data"static StringMUST_REVALIDATEDeprecated."must-revalidate"static StringNO_CACHEDeprecated."no-cache"static StringNO_STOREDeprecated."no-store"static StringNO_TRANSFORMDeprecated."no-transform"static StringNONEDeprecated."none"static StringONLY_IF_CACHEDDeprecated."only-if-cached"static StringPRIVATEDeprecated."private"static StringPROXY_REVALIDATEDeprecated."proxy-revalidate"static StringPUBLICDeprecated."public"static StringQUOTED_PRINTABLEDeprecated."quoted-printable"static StringS_MAXAGEDeprecated."s-maxage"static StringTRAILERSDeprecated."trailers"static StringUPGRADEDeprecated."Upgrade"static StringWEBSOCKETDeprecated."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
-
-