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_DELEGATEMethods in javax.ws.rs.core that return EntityTagModifier and TypeMethodDescriptionabstract EntityTagResponse.getEntityTag()Get the entity tag.static EntityTagCreates a new instance ofEntityTagby 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.ResponseBuilderResponse.notModified(EntityTag tag) Create a new ResponseBuilder with a not-modified status.abstract Response.ResponseBuilderSet a response entity tag.