org.jboss.netty.handler.codec.http
Class HttpHeaders.Values

java.lang.Object
  extended by org.jboss.netty.handler.codec.http.HttpHeaders.Values
Enclosing class:
HttpHeaders

public static final class HttpHeaders.Values
extends java.lang.Object

Standard HTTP header values.

Version:
$Rev: 2370 $, $Date: 2010-10-19 14:40:44 +0900 (Tue, 19 Oct 2010) $
Author:
The Netty Project, Andy Taylor (andy.taylor@jboss.org)

Field Summary
static java.lang.String BASE64
          "base64"
static java.lang.String BINARY
          "binary"
static java.lang.String BYTES
          "bytes"
static java.lang.String CHARSET
          "charset"
static java.lang.String CHUNKED
          "chunked"
static java.lang.String CLOSE
          "close"
static java.lang.String COMPRESS
          "compress"
static java.lang.String CONTINUE
          "100-continue"
static java.lang.String DEFLATE
          "deflate"
static java.lang.String GZIP
          "gzip"
static java.lang.String IDENTITY
          "identity"
static java.lang.String KEEP_ALIVE
          "keep-alive"
static java.lang.String MAX_AGE
          "max-age"
static java.lang.String MAX_STALE
          "max-stale"
static java.lang.String MIN_FRESH
          "min-fresh"
static java.lang.String MUST_REVALIDATE
          "must-revalidate"
static java.lang.String NO_CACHE
          "no-cache"
static java.lang.String NO_STORE
          "no-store"
static java.lang.String NO_TRANSFORM
          "no-transform"
static java.lang.String NONE
          "none"
static java.lang.String ONLY_IF_CACHED
          "only-if-cached"
static java.lang.String PRIVATE
          "private"
static java.lang.String PROXY_REVALIDATE
          "proxy-revalidate"
static java.lang.String PUBLIC
          "public"
static java.lang.String QUOTED_PRINTABLE
          "quoted-printable"
static java.lang.String S_MAXAGE
          "s-maxage"
static java.lang.String TRAILERS
          "trailers"
static java.lang.String UPGRADE
          "Upgrade"
static java.lang.String WEBSOCKET
          "WebSocket"
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE64

public static final java.lang.String BASE64
"base64"

See Also:
Constant Field Values

BINARY

public static final java.lang.String BINARY
"binary"

See Also:
Constant Field Values

BYTES

public static final java.lang.String BYTES
"bytes"

See Also:
Constant Field Values

CHARSET

public static final java.lang.String CHARSET
"charset"

See Also:
Constant Field Values

CHUNKED

public static final java.lang.String CHUNKED
"chunked"

See Also:
Constant Field Values

CLOSE

public static final java.lang.String CLOSE
"close"

See Also:
Constant Field Values

COMPRESS

public static final java.lang.String COMPRESS
"compress"

See Also:
Constant Field Values

CONTINUE

public static final java.lang.String CONTINUE
"100-continue"

See Also:
Constant Field Values

DEFLATE

public static final java.lang.String DEFLATE
"deflate"

See Also:
Constant Field Values

GZIP

public static final java.lang.String GZIP
"gzip"

See Also:
Constant Field Values

IDENTITY

public static final java.lang.String IDENTITY
"identity"

See Also:
Constant Field Values

KEEP_ALIVE

public static final java.lang.String KEEP_ALIVE
"keep-alive"

See Also:
Constant Field Values

MAX_AGE

public static final java.lang.String MAX_AGE
"max-age"

See Also:
Constant Field Values

MAX_STALE

public static final java.lang.String MAX_STALE
"max-stale"

See Also:
Constant Field Values

MIN_FRESH

public static final java.lang.String MIN_FRESH
"min-fresh"

See Also:
Constant Field Values

MUST_REVALIDATE

public static final java.lang.String MUST_REVALIDATE
"must-revalidate"

See Also:
Constant Field Values

NO_CACHE

public static final java.lang.String NO_CACHE
"no-cache"

See Also:
Constant Field Values

NO_STORE

public static final java.lang.String NO_STORE
"no-store"

See Also:
Constant Field Values

NO_TRANSFORM

public static final java.lang.String NO_TRANSFORM
"no-transform"

See Also:
Constant Field Values

NONE

public static final java.lang.String NONE
"none"

See Also:
Constant Field Values

ONLY_IF_CACHED

public static final java.lang.String ONLY_IF_CACHED
"only-if-cached"

See Also:
Constant Field Values

PRIVATE

public static final java.lang.String PRIVATE
"private"

See Also:
Constant Field Values

PROXY_REVALIDATE

public static final java.lang.String PROXY_REVALIDATE
"proxy-revalidate"

See Also:
Constant Field Values

PUBLIC

public static final java.lang.String PUBLIC
"public"

See Also:
Constant Field Values

QUOTED_PRINTABLE

public static final java.lang.String QUOTED_PRINTABLE
"quoted-printable"

See Also:
Constant Field Values

S_MAXAGE

public static final java.lang.String S_MAXAGE
"s-maxage"

See Also:
Constant Field Values

TRAILERS

public static final java.lang.String TRAILERS
"trailers"

See Also:
Constant Field Values

UPGRADE

public static final java.lang.String UPGRADE
"Upgrade"

See Also:
Constant Field Values

WEBSOCKET

public static final java.lang.String WEBSOCKET
"WebSocket"

See Also:
Constant Field Values


Copyright © 2008-2011. All Rights Reserved.