Package org.exoplatform.services.rest
Interface ExtHttpHeaders
- All Superinterfaces:
javax.ws.rs.core.HttpHeaders
- All Known Subinterfaces:
GenericContainerRequest
- All Known Implementing Classes:
ContainerRequest,ServletContainerRequest
public interface ExtHttpHeaders
extends javax.ws.rs.core.HttpHeaders
- Version:
- $Id: $
- Author:
- Andrey Parfonov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringHTTP 1.1 "Accept-Ranges" header.static final StringHTTP 1.1 "Allow" header.static final StringHTTP 1.1 "Authorization" header.static final StringJCR-specific header to add an opportunity to set node mixins via WebDAV.static final StringJCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.static final StringHTTP 1.1 "Content-Length" header.static final StringHTTP 1.1 "Content-Range" header.static final StringHTTP 1.1 "Content-type" header.static final StringHTTP 1.1 "Allow" header.static final StringWebDav "DAV" header.static final StringWebDav "Depth" header.static final StringWebDav "Destination" header.static final StringJCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.static final StringJCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.static final StringWebDav "If" header.static final StringWebDav "DAV" header.static final StringMS-Author-Via Response Header.static final StringWebDav multipart/byteranges header.static final StringWebDav "Overwrite" header.static final StringHTTP 1.1 "Range" header.static final StringWebDav "Timeout" header.static final StringTransfer-Encoding header.static final StringUser-Agent header.static final StringX-HTTP-Method-Override header.Fields inherited from interface javax.ws.rs.core.HttpHeaders
ACCEPT, ACCEPT_CHARSET, ACCEPT_ENCODING, ACCEPT_LANGUAGE, CACHE_CONTROL, CONTENT_ENCODING, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_LOCATION, CONTENT_TYPE, COOKIE, DATE, ETAG, EXPIRES, HOST, IF_MATCH, IF_MODIFIED_SINCE, IF_NONE_MATCH, IF_UNMODIFIED_SINCE, LAST_MODIFIED, LOCATION, SET_COOKIE, USER_AGENT, VARY, WWW_AUTHENTICATE -
Method Summary
Methods inherited from interface javax.ws.rs.core.HttpHeaders
getAcceptableLanguages, getAcceptableMediaTypes, getCookies, getLanguage, getMediaType, getRequestHeader, getRequestHeaders
-
Field Details
-
DEPTH
WebDav "Depth" header. See HTTP Headers for Distributed Authoring section 9 for more information.- See Also:
-
ACCEPT_RANGES
HTTP 1.1 "Accept-Ranges" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.- See Also:
-
ALLOW
HTTP 1.1 "Allow" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.- See Also:
-
AUTHORIZATION
HTTP 1.1 "Authorization" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.- See Also:
-
CONTENTLENGTH
HTTP 1.1 "Content-Length" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.- See Also:
-
CONTENTRANGE
HTTP 1.1 "Content-Range" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.- See Also:
-
CONTENTTYPE
HTTP 1.1 "Content-type" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.- See Also:
-
DAV
WebDav "DAV" header. See HTTP Headers for Distributed Authoring section 9 for more information.- See Also:
-
DASL
HTTP 1.1 "Allow" header. See WebDAV/DASL Request and Response Syntax for more information.- See Also:
-
MSAUTHORVIA
MS-Author-Via Response Header. See MS-Author-Via Response Header for more information.- See Also:
-
RANGE
HTTP 1.1 "Range" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.- See Also:
-
DESTINATION
WebDav "Destination" header. See HTTP Headers for Distributed Authoring section 9 for more information.- See Also:
-
LOCKTOKEN
WebDav "DAV" header. See HTTP Headers for Distributed Authoring section 9 for more information.- See Also:
-
IF
WebDav "If" header. See HTTP Headers for Distributed Authoring section 9 for more information.- See Also:
-
TIMEOUT
WebDav "Timeout" header. See HTTP Headers for Distributed Authoring section 9 for more information.- See Also:
-
MULTIPART_BYTERANGES
WebDav multipart/byteranges header.- See Also:
-
OVERWRITE
WebDav "Overwrite" header. See HTTP Headers for Distributed Authoring section 9 for more information.- See Also:
-
FILE_NODETYPE
JCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.- See Also:
-
FOLDER_NODETYPE
JCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.- See Also:
-
CONTENT_NODETYPE
JCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.- See Also:
-
CONTENT_MIXINTYPES
JCR-specific header to add an opportunity to set node mixins via WebDAV.- See Also:
-
X_HTTP_METHOD_OVERRIDE
X-HTTP-Method-Override header. See here.- See Also:
-
USERAGENT
User-Agent header. See HTTP Header Field Definitions sec. 14.43 Transfer-Encoding.- See Also:
-
TRANSFER_ENCODING
Transfer-Encoding header. See HTTP Header Field Definitions sec. 14.41 Transfer-Encoding.- See Also:
-