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

G

GET - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP GET requests
GET - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP GET method
getAbsolutePath() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute path of the request.
getAbsolutePathBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute path of the request in the form of a UriBuilder.
getAcceptableMediaTypes() - Method in interface javax.ws.rs.core.HttpHeaders
Get a list of media types that are acceptable for the response.
getAncestorResources() - Method in interface javax.ws.rs.core.UriInfo
Get a read-only list of ancestor resource class instances.
getAncestorResourceURIs() - Method in interface javax.ws.rs.core.UriInfo
Get a read-only list of URIs for ancestor resources.
getAuthenticationScheme() - Method in interface javax.ws.rs.core.SecurityContext
Returns the string value of the authentication scheme used to protect the resource.
getBaseUri() - Method in interface javax.ws.rs.core.UriInfo
Get the base URI of the application.
getBaseUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the base URI of the application in the form of a UriBuilder.
getCacheExtension() - Method in class javax.ws.rs.core.CacheControl
Corresponds to a set of extension cache control directives.
getComment() - Method in class javax.ws.rs.core.NewCookie
Get the comment associated with the cookie.
getContext(Class<?>) - Method in interface javax.ws.rs.ext.ContextResolver
Get a context of type T that is applicable to the supplied type.
getCookies() - Method in interface javax.ws.rs.core.HttpHeaders
Get any cookies that accompanied the request.
getDomain() - Method in class javax.ws.rs.core.Cookie
Get the domain of the cookie
getEncoding() - Method in class javax.ws.rs.core.Variant
Get the encoding of the variant
getEntity() - Method in class javax.ws.rs.core.Response
Return the entity for the response.
getExtensionMappings() - Method in class javax.ws.rs.core.ApplicationConfig
Get a map of file extension to media type.
getFamily() - Method in enum javax.ws.rs.core.Response.Status
Get the class of status code
getFirst(K) - Method in interface javax.ws.rs.core.MultivaluedMap
A shortcut to get the first value of the supplied key.
getInstance() - Static method in class javax.ws.rs.ext.RuntimeDelegate
Obtain a RuntimeDelegate instance.
getLanguage() - Method in interface javax.ws.rs.core.HttpHeaders
Get the language of the request entity
getLanguage() - Method in class javax.ws.rs.core.Variant
Get the language of the variant
getLanguageMappings() - Method in class javax.ws.rs.core.ApplicationConfig
Get a map of file extension to language.
getMatrixParameters() - Method in interface javax.ws.rs.core.PathSegment
Get a map of the matrix parameters associated with the path segment
getMaxAge() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the max-age cache control directive.
getMaxAge() - Method in class javax.ws.rs.core.NewCookie
Get the maximum age of the the cookie in seconds.
getMediaType() - Method in interface javax.ws.rs.core.HttpHeaders
Get the media type of the request entity
getMediaType() - Method in class javax.ws.rs.core.Variant
Get the media type of the variant
getMessageBodyReaders(MediaType, Class<T>, Type, Annotation[]) - Method in interface javax.ws.rs.ext.MessageBodyWorkers
Get a list of message body readers that match a set of criteria.
getMessageBodyWriters(MediaType, Class<T>, Type, Annotation[]) - Method in interface javax.ws.rs.ext.MessageBodyWorkers
Get a list of message body writers that match a set of criteria.
getMetadata() - Method in class javax.ws.rs.core.Response
Get metadata associated with the response as a map.
getName() - Method in class javax.ws.rs.core.Cookie
Get the name of the cookie
getNoCacheFields() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the value of the no-cache cache control directive.
getParameters() - Method in class javax.ws.rs.core.MediaType
Getter for a read-only parameter map.
getPath() - Method in class javax.ws.rs.core.Cookie
Get the path of the cookie
getPath() - Method in interface javax.ws.rs.core.PathSegment
Get the path segment.
getPath() - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a string.
getPath(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a string.
getPathSegments() - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a list of PathSegment.
getPrivateFields() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the value of the private cache control directive.
getProviderClasses() - Method in class javax.ws.rs.core.ApplicationConfig
Get a list of provider classes.
getQueryParameters() - Method in interface javax.ws.rs.core.UriInfo
Get the URI query parameters of the current request.
getQueryParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the URI query parameters of the current request.
getRequestHeaders() - Method in interface javax.ws.rs.core.HttpHeaders
Get the values of HTTP request headers.
getRequestUri() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute request URI.
getRequestUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute request URI in the form of a UriBuilder.
getResourceClasses() - Method in class javax.ws.rs.core.ApplicationConfig
Get a list of root resource classes.
getResponse() - Method in exception javax.ws.rs.WebApplicationException
Get the HTTP response.
getSize(T) - Method in interface javax.ws.rs.ext.MessageBodyWriter
Called before writeTo to ascertain the length in bytes of the serialized form of t.
getSMaxAge() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the s-maxage cache control directive.
getStatus() - Method in class javax.ws.rs.core.Response
Get the status code associated with the response.
getStatusCode() - Method in enum javax.ws.rs.core.Response.Status
Get the associated status code
getSubtype() - Method in class javax.ws.rs.core.MediaType
Getter for subtype.
getTemplateParameters() - Method in interface javax.ws.rs.core.UriInfo
Get the values of any embedded URI template parameters.
getTemplateParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the values of any embedded URI template parameters.
getType() - Method in class javax.ws.rs.core.MediaType
Getter for primary type.
getUserPrincipal() - Method in interface javax.ws.rs.core.SecurityContext
Returns a java.security.Principal object containing the name of the current authenticated user.
getValue() - Method in class javax.ws.rs.core.Cookie
Get the value of the cookie
getValue() - Method in class javax.ws.rs.core.EntityTag
Get the value of an EntityTag
getVersion() - Method in class javax.ws.rs.core.Cookie
Get the version of the cookie

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