org.xcmis.client.gwt.rest
Interface HTTPHeader


public interface HTTPHeader


Field Summary
static String ACCEPT
          See HTTP/1.1 documentation.
static String ACCEPT_CHARSET
          See HTTP/1.1 documentation.
static String ACCEPT_ENCODING
          See HTTP/1.1 documentation.
static String ACCEPT_LANGUAGE
          See HTTP/1.1 documentation.
static String ACCEPT_RANGES
          HTTP 1.1 "Accept-Ranges" header.
static String ALLOW
          HTTP 1.1 "Allow" header.
static String AUTHORIZATION
          See HTTP/1.1 documentation.
static String CACHE_CONTROL
          See HTTP/1.1 documentation.
static String CONTENT_ENCODING
          See HTTP/1.1 documentation.
static String CONTENT_LANGUAGE
          See HTTP/1.1 documentation.
static String CONTENT_LENGTH
          See HTTP/1.1 documentation.
static String CONTENT_LOCATION
          See HTTP/1.1 documentation.
static String CONTENT_MIXINTYPES
          JCR-specific header to add an opportunity to set node mixins via WebDAV.
static String CONTENT_NODETYPE
          JCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.
static String CONTENT_TYPE
          See HTTP/1.1 documentation.
static String CONTENTLENGTH
          HTTP 1.1 "Content-Length" header.
static String CONTENTRANGE
          HTTP 1.1 "Content-Range" header.
static String CONTENTTYPE
          HTTP 1.1 "Content-type" header.
static String COOKIE
          See IETF RFC 2109.
static String DASL
          HTTP 1.1 "Allow" header.
static String DATE
          See HTTP/1.1 documentation.
static String DAV
          WebDav "DAV" header.
static String DEPTH
          WebDav "Depth" header.
static String DESTINATION
          WebDav "Destination" header.
static String ETAG
          See HTTP/1.1 documentation.
static String EXPIRES
          See HTTP/1.1 documentation.
static String FILE_NODETYPE
          JCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.
static String HOST
          See HTTP/1.1 documentation.
static String IF
          WebDav "If" header.
static String IF_MATCH
          See HTTP/1.1 documentation.
static String IF_MODIFIED_SINCE
          See HTTP/1.1 documentation.
static String IF_NONE_MATCH
          See HTTP/1.1 documentation.
static String IF_UNMODIFIED_SINCE
          See HTTP/1.1 documentation.
static String JAXRS_BODY_PROVIDED
           
static String LAST_MODIFIED
          See HTTP/1.1 documentation.
static String LOCATION
          See HTTP/1.1 documentation.
static String LOCKTOKEN
          WebDav "DAV" header.
static String MSAUTHORVIA
          MS-Author-Via Response Header.
static String MULTIPART_BYTERANGES
          WebDav multipart/byteranges header.
static String OVERWRITE
          WebDav "Overwrite" header.
static String RANGE
          HTTP 1.1 "Range" header.
static String SET_COOKIE
          See IETF RFC 2109.
static String TIMEOUT
          WebDav "Timeout" header.
static String TRANSFER_ENCODING
          Transfer-Encoding header.
static String USER_AGENT
          See HTTP/1.1 documentation.
static String USERAGENT
          User-Agent header.
static String VARY
          See HTTP/1.1 documentation.
static String WWW_AUTHENTICATE
          See HTTP/1.1 documentation.
static String X_HTTP_METHOD_OVERRIDE
          X-HTTP-Method-Override header.
 

Field Detail

ACCEPT

static final String ACCEPT
See HTTP/1.1 documentation.

See Also:
Constant Field Values

ACCEPT_CHARSET

static final String ACCEPT_CHARSET
See HTTP/1.1 documentation.

See Also:
Constant Field Values

ACCEPT_ENCODING

static final String ACCEPT_ENCODING
See HTTP/1.1 documentation.

See Also:
Constant Field Values

ACCEPT_LANGUAGE

static final String ACCEPT_LANGUAGE
See HTTP/1.1 documentation.

See Also:
Constant Field Values

AUTHORIZATION

static final String AUTHORIZATION
See HTTP/1.1 documentation.

See Also:
Constant Field Values

CACHE_CONTROL

static final String CACHE_CONTROL
See HTTP/1.1 documentation.

See Also:
Constant Field Values

CONTENT_ENCODING

static final String CONTENT_ENCODING
See HTTP/1.1 documentation.

See Also:
Constant Field Values

CONTENT_LANGUAGE

static final String CONTENT_LANGUAGE
See HTTP/1.1 documentation.

See Also:
Constant Field Values

CONTENT_LENGTH

static final String CONTENT_LENGTH
See HTTP/1.1 documentation.

See Also:
Constant Field Values

CONTENT_LOCATION

static final String CONTENT_LOCATION
See HTTP/1.1 documentation.

See Also:
Constant Field Values

CONTENT_TYPE

static final String CONTENT_TYPE
See HTTP/1.1 documentation.

See Also:
Constant Field Values

DATE

static final String DATE
See HTTP/1.1 documentation.

See Also:
Constant Field Values

ETAG

static final String ETAG
See HTTP/1.1 documentation.

See Also:
Constant Field Values

EXPIRES

static final String EXPIRES
See HTTP/1.1 documentation.

See Also:
Constant Field Values

HOST

static final String HOST
See HTTP/1.1 documentation.

See Also:
Constant Field Values

IF_MATCH

static final String IF_MATCH
See HTTP/1.1 documentation.

See Also:
Constant Field Values

IF_MODIFIED_SINCE

static final String IF_MODIFIED_SINCE
See HTTP/1.1 documentation.

See Also:
Constant Field Values

IF_NONE_MATCH

static final String IF_NONE_MATCH
See HTTP/1.1 documentation.

See Also:
Constant Field Values

IF_UNMODIFIED_SINCE

static final String IF_UNMODIFIED_SINCE
See HTTP/1.1 documentation.

See Also:
Constant Field Values

LAST_MODIFIED

static final String LAST_MODIFIED
See HTTP/1.1 documentation.

See Also:
Constant Field Values

LOCATION

static final String LOCATION
See HTTP/1.1 documentation.

See Also:
Constant Field Values

USER_AGENT

static final String USER_AGENT
See HTTP/1.1 documentation.

See Also:
Constant Field Values

VARY

static final String VARY
See HTTP/1.1 documentation.

See Also:
Constant Field Values

WWW_AUTHENTICATE

static final String WWW_AUTHENTICATE
See HTTP/1.1 documentation.

See Also:
Constant Field Values

COOKIE

static final String COOKIE
See IETF RFC 2109.

See Also:
Constant Field Values

SET_COOKIE

static final String SET_COOKIE
See IETF RFC 2109.

See Also:
Constant Field Values

DEPTH

static final String DEPTH
WebDav "Depth" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

ACCEPT_RANGES

static final String ACCEPT_RANGES
HTTP 1.1 "Accept-Ranges" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

ALLOW

static final String ALLOW
HTTP 1.1 "Allow" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

CONTENTLENGTH

static final String CONTENTLENGTH
HTTP 1.1 "Content-Length" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

CONTENTRANGE

static final String CONTENTRANGE
HTTP 1.1 "Content-Range" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

CONTENTTYPE

static final String CONTENTTYPE
HTTP 1.1 "Content-type" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

DAV

static final String DAV
WebDav "DAV" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

DASL

static final String DASL
HTTP 1.1 "Allow" header. See WebDAV/DASL Request and Response Syntax for more information.

See Also:
Constant Field Values

MSAUTHORVIA

static final String MSAUTHORVIA
MS-Author-Via Response Header. See MS-Author-Via Response Header for more information.

See Also:
Constant Field Values

RANGE

static final String RANGE
HTTP 1.1 "Range" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

DESTINATION

static final String DESTINATION
WebDav "Destination" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

LOCKTOKEN

static final String LOCKTOKEN
WebDav "DAV" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

IF

static final String IF
WebDav "If" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

TIMEOUT

static final String TIMEOUT
WebDav "Timeout" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

MULTIPART_BYTERANGES

static final String MULTIPART_BYTERANGES
WebDav multipart/byteranges header.

See Also:
Constant Field Values

OVERWRITE

static final String OVERWRITE
WebDav "Overwrite" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

FILE_NODETYPE

static final String FILE_NODETYPE
JCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.

See Also:
Constant Field Values

CONTENT_NODETYPE

static final String CONTENT_NODETYPE
JCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.

See Also:
Constant Field Values

CONTENT_MIXINTYPES

static final String CONTENT_MIXINTYPES
JCR-specific header to add an opportunity to set node mixins via WebDAV.

See Also:
Constant Field Values

X_HTTP_METHOD_OVERRIDE

static final String X_HTTP_METHOD_OVERRIDE
X-HTTP-Method-Override header. See here.

See Also:
Constant Field Values

USERAGENT

static final String USERAGENT
User-Agent header. See HTTP Header Field Definitions sec. 14.43 Transfer-Encoding.

See Also:
Constant Field Values

TRANSFER_ENCODING

static final String TRANSFER_ENCODING
Transfer-Encoding header. See HTTP Header Field Definitions sec. 14.41 Transfer-Encoding.

See Also:
Constant Field Values

JAXRS_BODY_PROVIDED

static final String JAXRS_BODY_PROVIDED
See Also:
Constant Field Values


Copyright © 2010 eXo Platform SAS. All Rights Reserved.