javax.ws.rs.core
Interface HttpHeaders
public interface HttpHeaders
ACCEPT
static final String ACCEPT
- See Also:
- Constant Field Values
ACCEPT_CHARSET
static final String ACCEPT_CHARSET
- See Also:
- Constant Field Values
ACCEPT_ENCODING
static final String ACCEPT_ENCODING
- See Also:
- Constant Field Values
ACCEPT_LANGUAGE
static final String ACCEPT_LANGUAGE
- See Also:
- Constant Field Values
AUTHORIZATION
static final String AUTHORIZATION
- See Also:
- Constant Field Values
CACHE_CONTROL
static final String CACHE_CONTROL
- See Also:
- Constant Field Values
CONTENT_ENCODING
static final String CONTENT_ENCODING
- See Also:
- Constant Field Values
CONTENT_LANGUAGE
static final String CONTENT_LANGUAGE
- See Also:
- Constant Field Values
CONTENT_LENGTH
static final String CONTENT_LENGTH
- See Also:
- Constant Field Values
CONTENT_LOCATION
static final String CONTENT_LOCATION
- See Also:
- Constant Field Values
CONTENT_TYPE
static final String CONTENT_TYPE
- See Also:
- Constant Field Values
COOKIE
static final String COOKIE
- See Also:
- Constant Field Values
DATE
static final String DATE
- See Also:
- Constant Field Values
ETAG
static final String ETAG
- See Also:
- Constant Field Values
EXPIRES
static final String EXPIRES
- See Also:
- Constant Field Values
HOST
static final String HOST
- See Also:
- Constant Field Values
IF_MATCH
static final String IF_MATCH
- See Also:
- Constant Field Values
IF_MODIFIED_SINCE
static final String IF_MODIFIED_SINCE
- See Also:
- Constant Field Values
IF_NONE_MATCH
static final String IF_NONE_MATCH
- See Also:
- Constant Field Values
IF_UNMODIFIED_SINCE
static final String IF_UNMODIFIED_SINCE
- See Also:
- Constant Field Values
LAST_MODIFIED
static final String LAST_MODIFIED
- See Also:
- Constant Field Values
LOCATION
static final String LOCATION
- See Also:
- Constant Field Values
SET_COOKIE
static final String SET_COOKIE
- See Also:
- Constant Field Values
USER_AGENT
static final String USER_AGENT
- See Also:
- Constant Field Values
VARY
static final String VARY
- See Also:
- Constant Field Values
WWW_AUTHENTICATE
static final String WWW_AUTHENTICATE
- See Also:
- Constant Field Values
getAcceptableLanguages
List<Locale> getAcceptableLanguages()
getAcceptableMediaTypes
List<MediaType> getAcceptableMediaTypes()
getCookies
Map<String,Cookie> getCookies()
getLanguage
Locale getLanguage()
getMediaType
MediaType getMediaType()
getRequestHeader
List<String> getRequestHeader(String name)
getRequestHeaders
MultivaluedMap<String,String> getRequestHeaders()
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.