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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    HTTP 1.1 "Accept-Ranges" header.
    static final String
    HTTP 1.1 "Allow" header.
    static final String
    HTTP 1.1 "Authorization" header.
    static final String
    JCR-specific header to add an opportunity to set node mixins via WebDAV.
    static final String
    JCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.
    static final String
    HTTP 1.1 "Content-Length" header.
    static final String
    HTTP 1.1 "Content-Range" header.
    static final String
    HTTP 1.1 "Content-type" header.
    static final String
    HTTP 1.1 "Allow" header.
    static final String
    WebDav "DAV" header.
    static final String
    WebDav "Depth" header.
    static final String
    WebDav "Destination" header.
    static final String
    JCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.
    static final String
    JCR-specific header to add an opportunity to create nodes of the specific types via WebDAV.
    static final String
    WebDav "If" header.
    static final String
    WebDav "DAV" header.
    static final String
    MS-Author-Via Response Header.
    static final String
    WebDav multipart/byteranges header.
    static final String
    WebDav "Overwrite" header.
    static final String
    HTTP 1.1 "Range" header.
    static final String
    WebDav "Timeout" header.
    static final String
    Transfer-Encoding header.
    static final String
    User-Agent header.
    static final String
    X-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