Uses of Class
jakarta.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 jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return EntityTag -
Uses of EntityTag in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container that return EntityTag -
Uses of EntityTag in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return EntityTagModifier and TypeMethodDescriptionabstract EntityTagResponse.getEntityTag()Get the entity tag.static EntityTagDeprecated.This method will be removed in a future version.Methods in jakarta.ws.rs.core with parameters of type EntityTagModifier and TypeMethodDescriptionRequest.evaluatePreconditions(EntityTag eTag) Evaluate request preconditions based on the passed in value.Request.evaluatePreconditions(Date lastModified, 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.