A B C D E F G H I J L M N O P Q R S T U V W

A

ACCEPT - Static variable in interface javax.ws.rs.core.HttpHeaders
 
ACCEPT_CHARSET - Static variable in interface javax.ws.rs.core.HttpHeaders
 
ACCEPT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
 
ACCEPT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
 
add(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
 
add() - Method in class javax.ws.rs.core.Variant.VariantListBuilder
 
Application - Class in javax.ws.rs.core
 
Application() - Constructor for class javax.ws.rs.core.Application
 
APPLICATION_ATOM_XML - Static variable in class javax.ws.rs.core.MediaType
 
APPLICATION_ATOM_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
 
APPLICATION_FORM_URLENCODED - Static variable in class javax.ws.rs.core.MediaType
 
APPLICATION_FORM_URLENCODED_TYPE - Static variable in class javax.ws.rs.core.MediaType
 
APPLICATION_JSON - Static variable in class javax.ws.rs.core.MediaType
 
APPLICATION_JSON_TYPE - Static variable in class javax.ws.rs.core.MediaType
 
APPLICATION_OCTET_STREAM - Static variable in class javax.ws.rs.core.MediaType
 
APPLICATION_OCTET_STREAM_TYPE - Static variable in class javax.ws.rs.core.MediaType
 
APPLICATION_SVG_XML - Static variable in class javax.ws.rs.core.MediaType
 
APPLICATION_SVG_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
 
APPLICATION_XHTML_XML - Static variable in class javax.ws.rs.core.MediaType
 
APPLICATION_XHTML_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
 
APPLICATION_XML - Static variable in class javax.ws.rs.core.MediaType
 
APPLICATION_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
 
ApplicationPath - Annotation Type in javax.ws.rs
 
AUTHORIZATION - Static variable in interface javax.ws.rs.core.HttpHeaders
 

B

BASIC_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
 
build() - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
build(Object...) - Method in class javax.ws.rs.core.UriBuilder
 
build() - Method in class javax.ws.rs.core.Variant.VariantListBuilder
 
buildFromEncoded(Object...) - Method in class javax.ws.rs.core.UriBuilder
 
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class javax.ws.rs.core.UriBuilder
 
buildFromMap(Map<String, ? extends Object>) - Method in class javax.ws.rs.core.UriBuilder
 

C

CACHE_CONTROL - Static variable in interface javax.ws.rs.core.HttpHeaders
 
CacheControl - Class in javax.ws.rs.core
 
CacheControl() - Constructor for class javax.ws.rs.core.CacheControl
 
cacheControl(CacheControl) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
CLIENT_CERT_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
 
clone() - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
clone() - Method in class javax.ws.rs.core.UriBuilder
 
Consumes - Annotation Type in javax.ws.rs
 
CONTENT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
 
CONTENT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
 
CONTENT_LENGTH - Static variable in interface javax.ws.rs.core.HttpHeaders
 
CONTENT_LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
 
CONTENT_TYPE - Static variable in interface javax.ws.rs.core.HttpHeaders
 
contentLocation(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
Context - Annotation Type in javax.ws.rs.core
 
ContextResolver<T> - Interface in javax.ws.rs.ext
 
Cookie - Class in javax.ws.rs.core
 
Cookie(String, String) - Constructor for class javax.ws.rs.core.Cookie
 
Cookie(String, String, String, String) - Constructor for class javax.ws.rs.core.Cookie
 
Cookie(String, String, String, String, int) - Constructor for class javax.ws.rs.core.Cookie
 
COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
 
cookie(NewCookie...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
CookieParam - Annotation Type in javax.ws.rs
 
created(URI) - Static method in class javax.ws.rs.core.Response
 
createEndpoint(Application, Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
 
createHeaderDelegate(Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
 
createResponseBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
 
createUriBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
 
createVariantListBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
 

D

DATE - Static variable in interface javax.ws.rs.core.HttpHeaders
 
DEFAULT_MAX_AGE - Static variable in class javax.ws.rs.core.NewCookie
 
DEFAULT_VERSION - Static variable in class javax.ws.rs.core.Cookie
 
DefaultValue - Annotation Type in javax.ws.rs
 
DELETE - Annotation Type in javax.ws.rs
 
DELETE - Static variable in annotation type javax.ws.rs.HttpMethod
 
DIGEST_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
 

E

Encoded - Annotation Type in javax.ws.rs
 
encodings(String...) - Static method in class javax.ws.rs.core.Variant
 
encodings(String...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
 
entity(Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
EntityTag - Class in javax.ws.rs.core
 
EntityTag(String) - Constructor for class javax.ws.rs.core.EntityTag
 
EntityTag(String, boolean) - Constructor for class javax.ws.rs.core.EntityTag
 
equals(Object) - Method in class javax.ws.rs.core.CacheControl
 
equals(Object) - Method in class javax.ws.rs.core.Cookie
 
equals(Object) - Method in class javax.ws.rs.core.EntityTag
 
equals(Object) - Method in class javax.ws.rs.core.MediaType
 
equals(Object) - Method in class javax.ws.rs.core.NewCookie
 
equals(Object) - Method in class javax.ws.rs.core.Variant
 
ETAG - Static variable in interface javax.ws.rs.core.HttpHeaders
 
evaluatePreconditions() - Method in interface javax.ws.rs.core.Request
 
evaluatePreconditions(Date) - Method in interface javax.ws.rs.core.Request
 
evaluatePreconditions(Date, EntityTag) - Method in interface javax.ws.rs.core.Request
 
evaluatePreconditions(EntityTag) - Method in interface javax.ws.rs.core.Request
 
ExceptionMapper<T extends Throwable> - Interface in javax.ws.rs.ext
 
EXPIRES - Static variable in interface javax.ws.rs.core.HttpHeaders
 
expires(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 

F

FORM_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
 
FormParam - Annotation Type in javax.ws.rs
 
fragment(String) - Method in class javax.ws.rs.core.UriBuilder
 
fromPath(String) - Static method in class javax.ws.rs.core.UriBuilder
 
fromResource(Class<?>) - Static method in class javax.ws.rs.core.UriBuilder
 
fromResponse(Response) - Static method in class javax.ws.rs.core.Response
 
fromStatusCode(int) - Static method in enum javax.ws.rs.core.Response.Status
 
fromString(String) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
 
fromUri(String) - Static method in class javax.ws.rs.core.UriBuilder
 
fromUri(URI) - Static method in class javax.ws.rs.core.UriBuilder
 

G

GenericEntity<T> - Class in javax.ws.rs.core
 
GenericEntity(T) - Constructor for class javax.ws.rs.core.GenericEntity
 
GenericEntity(T, Type) - Constructor for class javax.ws.rs.core.GenericEntity
 
GET - Annotation Type in javax.ws.rs
 
GET - Static variable in annotation type javax.ws.rs.HttpMethod
 
getAbsolutePath() - Method in interface javax.ws.rs.core.UriInfo
 
getAbsolutePathBuilder() - Method in interface javax.ws.rs.core.UriInfo
 
getAcceptableLanguages() - Method in interface javax.ws.rs.core.HttpHeaders
 
getAcceptableMediaTypes() - Method in interface javax.ws.rs.core.HttpHeaders
 
getAuthenticationScheme() - Method in interface javax.ws.rs.core.SecurityContext
 
getBaseUri() - Method in interface javax.ws.rs.core.UriInfo
 
getBaseUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
 
getCacheExtension() - Method in class javax.ws.rs.core.CacheControl
 
getClasses() - Method in class javax.ws.rs.core.Application
 
getComment() - Method in class javax.ws.rs.core.NewCookie
 
getContext(Class<?>) - Method in interface javax.ws.rs.ext.ContextResolver
 
getContextResolver(Class<T>, MediaType) - Method in interface javax.ws.rs.ext.Providers
 
getCookies() - Method in interface javax.ws.rs.core.HttpHeaders
 
getDomain() - Method in class javax.ws.rs.core.Cookie
 
getEncoding() - Method in class javax.ws.rs.core.Variant
 
getEntity() - Method in class javax.ws.rs.core.GenericEntity
 
getEntity() - Method in class javax.ws.rs.core.Response
 
getExceptionMapper(Class<T>) - Method in interface javax.ws.rs.ext.Providers
 
getFamily() - Method in enum javax.ws.rs.core.Response.Status
 
getFamily() - Method in interface javax.ws.rs.core.Response.StatusType
 
getFirst(K) - Method in interface javax.ws.rs.core.MultivaluedMap
 
getInstance() - Static method in class javax.ws.rs.ext.RuntimeDelegate
 
getLanguage() - Method in interface javax.ws.rs.core.HttpHeaders
 
getLanguage() - Method in class javax.ws.rs.core.Variant
 
getMatchedResources() - Method in interface javax.ws.rs.core.UriInfo
 
getMatchedURIs() - Method in interface javax.ws.rs.core.UriInfo
 
getMatchedURIs(boolean) - Method in interface javax.ws.rs.core.UriInfo
 
getMatrixParameters() - Method in interface javax.ws.rs.core.PathSegment
 
getMaxAge() - Method in class javax.ws.rs.core.CacheControl
 
getMaxAge() - Method in class javax.ws.rs.core.NewCookie
 
getMediaType() - Method in interface javax.ws.rs.core.HttpHeaders
 
getMediaType() - Method in class javax.ws.rs.core.Variant
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.Providers
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.Providers
 
getMetadata() - Method in class javax.ws.rs.core.Response
 
getMethod() - Method in interface javax.ws.rs.core.Request
 
getName() - Method in class javax.ws.rs.core.Cookie
 
getNoCacheFields() - Method in class javax.ws.rs.core.CacheControl
 
getParameters() - Method in class javax.ws.rs.core.MediaType
 
getPath() - Method in class javax.ws.rs.core.Cookie
 
getPath() - Method in interface javax.ws.rs.core.PathSegment
 
getPath() - Method in interface javax.ws.rs.core.UriInfo
 
getPath(boolean) - Method in interface javax.ws.rs.core.UriInfo
 
getPathParameters() - Method in interface javax.ws.rs.core.UriInfo
 
getPathParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
 
getPathSegments() - Method in interface javax.ws.rs.core.UriInfo
 
getPathSegments(boolean) - Method in interface javax.ws.rs.core.UriInfo
 
getPrivateFields() - Method in class javax.ws.rs.core.CacheControl
 
getQueryParameters() - Method in interface javax.ws.rs.core.UriInfo
 
getQueryParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
 
getRawType() - Method in class javax.ws.rs.core.GenericEntity
 
getReasonPhrase() - Method in enum javax.ws.rs.core.Response.Status
 
getReasonPhrase() - Method in interface javax.ws.rs.core.Response.StatusType
 
getRequestHeader(String) - Method in interface javax.ws.rs.core.HttpHeaders
 
getRequestHeaders() - Method in interface javax.ws.rs.core.HttpHeaders
 
getRequestUri() - Method in interface javax.ws.rs.core.UriInfo
 
getRequestUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
 
getResponse() - Method in exception javax.ws.rs.WebApplicationException
 
getSingletons() - Method in class javax.ws.rs.core.Application
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyWriter
 
getSMaxAge() - Method in class javax.ws.rs.core.CacheControl
 
getStatus() - Method in class javax.ws.rs.core.Response
 
getStatusCode() - Method in enum javax.ws.rs.core.Response.Status
 
getStatusCode() - Method in interface javax.ws.rs.core.Response.StatusType
 
getSubtype() - Method in class javax.ws.rs.core.MediaType
 
getType() - Method in class javax.ws.rs.core.GenericEntity
 
getType() - Method in class javax.ws.rs.core.MediaType
 
getUserPrincipal() - Method in interface javax.ws.rs.core.SecurityContext
 
getValue() - Method in class javax.ws.rs.core.Cookie
 
getValue() - Method in class javax.ws.rs.core.EntityTag
 
getVersion() - Method in class javax.ws.rs.core.Cookie
 

H

hashCode() - Method in class javax.ws.rs.core.CacheControl
 
hashCode() - Method in class javax.ws.rs.core.Cookie
 
hashCode() - Method in class javax.ws.rs.core.EntityTag
 
hashCode() - Method in class javax.ws.rs.core.MediaType
 
hashCode() - Method in class javax.ws.rs.core.NewCookie
 
hashCode() - Method in class javax.ws.rs.core.Variant
 
HEAD - Annotation Type in javax.ws.rs
 
HEAD - Static variable in annotation type javax.ws.rs.HttpMethod
 
header(String, Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
HeaderParam - Annotation Type in javax.ws.rs
 
HOST - Static variable in interface javax.ws.rs.core.HttpHeaders
 
host(String) - Method in class javax.ws.rs.core.UriBuilder
 
HttpHeaders - Interface in javax.ws.rs.core
 
HttpMethod - Annotation Type in javax.ws.rs
 

I

IF_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
 
IF_MODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
 
IF_NONE_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
 
IF_UNMODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
 
isCompatible(MediaType) - Method in class javax.ws.rs.core.MediaType
 
isMustRevalidate() - Method in class javax.ws.rs.core.CacheControl
 
isNoCache() - Method in class javax.ws.rs.core.CacheControl
 
isNoStore() - Method in class javax.ws.rs.core.CacheControl
 
isNoTransform() - Method in class javax.ws.rs.core.CacheControl
 
isPrivate() - Method in class javax.ws.rs.core.CacheControl
 
isProxyRevalidate() - Method in class javax.ws.rs.core.CacheControl
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyReader
 
isSecure() - Method in class javax.ws.rs.core.NewCookie
 
isSecure() - Method in interface javax.ws.rs.core.SecurityContext
 
isUserInRole(String) - Method in interface javax.ws.rs.core.SecurityContext
 
isWeak() - Method in class javax.ws.rs.core.EntityTag
 
isWildcardSubtype() - Method in class javax.ws.rs.core.MediaType
 
isWildcardType() - Method in class javax.ws.rs.core.MediaType
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyWriter
 

J

javax.ws.rs - package javax.ws.rs
 
javax.ws.rs.core - package javax.ws.rs.core
 
javax.ws.rs.ext - package javax.ws.rs.ext
 
JAXRS_RUNTIME_DELEGATE_PROPERTY - Static variable in class javax.ws.rs.ext.RuntimeDelegate
 

L

language(Locale) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
language(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
languages(Locale...) - Static method in class javax.ws.rs.core.Variant
 
languages(Locale...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
 
LAST_MODIFIED - Static variable in interface javax.ws.rs.core.HttpHeaders
 
lastModified(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
 
location(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 

M

matrixParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
 
MatrixParam - Annotation Type in javax.ws.rs
 
MEDIA_TYPE_WILDCARD - Static variable in class javax.ws.rs.core.MediaType
 
MediaType - Class in javax.ws.rs.core
 
MediaType(String, String, Map<String, String>) - Constructor for class javax.ws.rs.core.MediaType
 
MediaType(String, String) - Constructor for class javax.ws.rs.core.MediaType
 
MediaType() - Constructor for class javax.ws.rs.core.MediaType
 
mediaTypes(MediaType...) - Static method in class javax.ws.rs.core.Variant
 
mediaTypes(MediaType...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
 
MessageBodyReader<T> - Interface in javax.ws.rs.ext
 
MessageBodyWriter<T> - Interface in javax.ws.rs.ext
 
MULTIPART_FORM_DATA - Static variable in class javax.ws.rs.core.MediaType
 
MULTIPART_FORM_DATA_TYPE - Static variable in class javax.ws.rs.core.MediaType
 
MultivaluedMap<K,V> - Interface in javax.ws.rs.core
 

N

NewCookie - Class in javax.ws.rs.core
 
NewCookie(String, String) - Constructor for class javax.ws.rs.core.NewCookie
 
NewCookie(String, String, String, String, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
 
NewCookie(String, String, String, String, int, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
 
NewCookie(Cookie) - Constructor for class javax.ws.rs.core.NewCookie
 
NewCookie(Cookie, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
 
newInstance() - Static method in class javax.ws.rs.core.Response.ResponseBuilder
 
newInstance() - Static method in class javax.ws.rs.core.UriBuilder
 
newInstance() - Static method in class javax.ws.rs.core.Variant.VariantListBuilder
 
noContent() - Static method in class javax.ws.rs.core.Response
 
notAcceptable(List<Variant>) - Static method in class javax.ws.rs.core.Response
 
notModified() - Static method in class javax.ws.rs.core.Response
 
notModified(EntityTag) - Static method in class javax.ws.rs.core.Response
 
notModified(String) - Static method in class javax.ws.rs.core.Response
 

O

ok() - Static method in class javax.ws.rs.core.Response
 
ok(Object) - Static method in class javax.ws.rs.core.Response
 
ok(Object, MediaType) - Static method in class javax.ws.rs.core.Response
 
ok(Object, String) - Static method in class javax.ws.rs.core.Response
 
ok(Object, Variant) - Static method in class javax.ws.rs.core.Response
 
OPTIONS - Static variable in annotation type javax.ws.rs.HttpMethod
 
OPTIONS - Annotation Type in javax.ws.rs
 

P

path(Class) - Method in class javax.ws.rs.core.UriBuilder
 
path(Class, String) - Method in class javax.ws.rs.core.UriBuilder
 
path(Method) - Method in class javax.ws.rs.core.UriBuilder
 
path(String) - Method in class javax.ws.rs.core.UriBuilder
 
Path - Annotation Type in javax.ws.rs
 
PathParam - Annotation Type in javax.ws.rs
 
PathSegment - Interface in javax.ws.rs.core
 
port(int) - Method in class javax.ws.rs.core.UriBuilder
 
POST - Static variable in annotation type javax.ws.rs.HttpMethod
 
POST - Annotation Type in javax.ws.rs
 
Produces - Annotation Type in javax.ws.rs
 
Provider - Annotation Type in javax.ws.rs.ext
 
Providers - Interface in javax.ws.rs.ext
 
PUT - Static variable in annotation type javax.ws.rs.HttpMethod
 
PUT - Annotation Type in javax.ws.rs
 
putSingle(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
 

Q

queryParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
 
QueryParam - Annotation Type in javax.ws.rs
 

R

readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in interface javax.ws.rs.ext.MessageBodyReader
 
replaceMatrix(String) - Method in class javax.ws.rs.core.UriBuilder
 
replaceMatrixParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
 
replacePath(String) - Method in class javax.ws.rs.core.UriBuilder
 
replaceQuery(String) - Method in class javax.ws.rs.core.UriBuilder
 
replaceQueryParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
 
Request - Interface in javax.ws.rs.core
 
Response - Class in javax.ws.rs.core
 
Response() - Constructor for class javax.ws.rs.core.Response
 
Response.ResponseBuilder - Class in javax.ws.rs.core
 
Response.ResponseBuilder() - Constructor for class javax.ws.rs.core.Response.ResponseBuilder
 
Response.Status - Enum in javax.ws.rs.core
 
Response.Status.Family - Enum in javax.ws.rs.core
 
Response.StatusType - Interface in javax.ws.rs.core
 
RuntimeDelegate - Class in javax.ws.rs.ext
 
RuntimeDelegate() - Constructor for class javax.ws.rs.ext.RuntimeDelegate
 
RuntimeDelegate.HeaderDelegate<T> - Interface in javax.ws.rs.ext
 

S

scheme(String) - Method in class javax.ws.rs.core.UriBuilder
 
schemeSpecificPart(String) - Method in class javax.ws.rs.core.UriBuilder
 
SecurityContext - Interface in javax.ws.rs.core
 
seeOther(URI) - Static method in class javax.ws.rs.core.Response
 
segment(String...) - Method in class javax.ws.rs.core.UriBuilder
 
selectVariant(List<Variant>) - Method in interface javax.ws.rs.core.Request
 
serverError() - Static method in class javax.ws.rs.core.Response
 
SET_COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
 
setInstance(RuntimeDelegate) - Static method in class javax.ws.rs.ext.RuntimeDelegate
 
setMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
 
setMustRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
 
setNoCache(boolean) - Method in class javax.ws.rs.core.CacheControl
 
setNoStore(boolean) - Method in class javax.ws.rs.core.CacheControl
 
setNoTransform(boolean) - Method in class javax.ws.rs.core.CacheControl
 
setPrivate(boolean) - Method in class javax.ws.rs.core.CacheControl
 
setProxyRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
 
setSMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
 
status(int) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
status(Response.Status) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
status(Response.StatusType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
status(int) - Static method in class javax.ws.rs.core.Response
 
status(Response.Status) - Static method in class javax.ws.rs.core.Response
 
status(Response.StatusType) - Static method in class javax.ws.rs.core.Response
 
StreamingOutput - Interface in javax.ws.rs.core
 

T

tag(EntityTag) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
tag(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
temporaryRedirect(URI) - Static method in class javax.ws.rs.core.Response
 
TEXT_HTML - Static variable in class javax.ws.rs.core.MediaType
 
TEXT_HTML_TYPE - Static variable in class javax.ws.rs.core.MediaType
 
TEXT_PLAIN - Static variable in class javax.ws.rs.core.MediaType
 
TEXT_PLAIN_TYPE - Static variable in class javax.ws.rs.core.MediaType
 
TEXT_XML - Static variable in class javax.ws.rs.core.MediaType
 
TEXT_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
 
toCookie() - Method in class javax.ws.rs.core.NewCookie
 
toResponse(T) - Method in interface javax.ws.rs.ext.ExceptionMapper
 
toString() - Method in class javax.ws.rs.core.CacheControl
 
toString() - Method in class javax.ws.rs.core.Cookie
 
toString() - Method in class javax.ws.rs.core.EntityTag
 
toString() - Method in class javax.ws.rs.core.MediaType
 
toString() - Method in class javax.ws.rs.core.NewCookie
 
toString() - Method in enum javax.ws.rs.core.Response.Status
 
toString(T) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
 
type(MediaType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
type(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 

U

uri(URI) - Method in class javax.ws.rs.core.UriBuilder
 
UriBuilder - Class in javax.ws.rs.core
 
UriBuilder() - Constructor for class javax.ws.rs.core.UriBuilder
 
UriBuilderException - Exception in javax.ws.rs.core
 
UriBuilderException() - Constructor for exception javax.ws.rs.core.UriBuilderException
 
UriBuilderException(String) - Constructor for exception javax.ws.rs.core.UriBuilderException
 
UriBuilderException(String, Throwable) - Constructor for exception javax.ws.rs.core.UriBuilderException
 
UriBuilderException(Throwable) - Constructor for exception javax.ws.rs.core.UriBuilderException
 
UriInfo - Interface in javax.ws.rs.core
 
USER_AGENT - Static variable in interface javax.ws.rs.core.HttpHeaders
 
userInfo(String) - Method in class javax.ws.rs.core.UriBuilder
 

V

valueOf(String) - Static method in class javax.ws.rs.core.CacheControl
 
valueOf(String) - Static method in class javax.ws.rs.core.Cookie
 
valueOf(String) - Static method in class javax.ws.rs.core.EntityTag
 
valueOf(String) - Static method in class javax.ws.rs.core.MediaType
 
valueOf(String) - Static method in class javax.ws.rs.core.NewCookie
 
valueOf(String) - Static method in enum javax.ws.rs.core.Response.Status.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ws.rs.core.Response.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.ws.rs.core.Response.Status.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ws.rs.core.Response.Status
Returns an array containing the constants of this enum type, in the order they are declared.
variant(Variant) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
Variant - Class in javax.ws.rs.core
 
Variant(MediaType, Locale, String) - Constructor for class javax.ws.rs.core.Variant
 
Variant.VariantListBuilder - Class in javax.ws.rs.core
 
Variant.VariantListBuilder() - Constructor for class javax.ws.rs.core.Variant.VariantListBuilder
 
variants(List<Variant>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
 
VARY - Static variable in interface javax.ws.rs.core.HttpHeaders
 

W

WebApplicationException - Exception in javax.ws.rs
 
WebApplicationException() - Constructor for exception javax.ws.rs.WebApplicationException
 
WebApplicationException(int) - Constructor for exception javax.ws.rs.WebApplicationException
 
WebApplicationException(Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
 
WebApplicationException(Response) - Constructor for exception javax.ws.rs.WebApplicationException
 
WebApplicationException(Throwable) - Constructor for exception javax.ws.rs.WebApplicationException
 
WebApplicationException(Throwable, int) - Constructor for exception javax.ws.rs.WebApplicationException
 
WebApplicationException(Throwable, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
 
WebApplicationException(Throwable, Response) - Constructor for exception javax.ws.rs.WebApplicationException
 
WILDCARD - Static variable in class javax.ws.rs.core.MediaType
 
WILDCARD_TYPE - Static variable in class javax.ws.rs.core.MediaType
 
write(OutputStream) - Method in interface javax.ws.rs.core.StreamingOutput
 
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in interface javax.ws.rs.ext.MessageBodyWriter
 
WWW_AUTHENTICATE - Static variable in interface javax.ws.rs.core.HttpHeaders
 

A B C D E F G H I J L M N O P Q R S T U V W

Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.