Uses of Class
javax.ws.rs.core.EntityTag
Packages that use EntityTag
Package
Description
The JAX-RS client API
Container-specific JAX-RS API.
Low-level interfaces and annotations used to create RESTful service
resources.
-
Uses of EntityTag in javax.ws.rs.client
Methods in javax.ws.rs.client that return EntityTag -
Uses of EntityTag in javax.ws.rs.container
Methods in javax.ws.rs.container that return EntityTag -
Uses of EntityTag in javax.ws.rs.core
Fields in javax.ws.rs.core with type parameters of type EntityTagModifier and TypeFieldDescriptionprivate static final RuntimeDelegate.HeaderDelegate
<EntityTag> EntityTag.HEADER_DELEGATE
Methods in javax.ws.rs.core that return EntityTagModifier and TypeMethodDescriptionabstract EntityTag
Response.getEntityTag()
Get the entity tag.static EntityTag
Creates a new instance ofEntityTag
by parsing the supplied string.Methods in javax.ws.rs.core with parameters of type EntityTagModifier and TypeMethodDescriptionRequest.evaluatePreconditions
(Date lastModified, EntityTag eTag) Evaluate request preconditions based on the passed in value.Request.evaluatePreconditions
(EntityTag eTag) Evaluate request preconditions based on the passed in value.static Response.ResponseBuilder
Response.notModified
(EntityTag tag) Create a new ResponseBuilder with a not-modified status.abstract Response.ResponseBuilder
Set a response entity tag.