Uses of Class
jakarta.ws.rs.core.Response.ResponseBuilder
Package
Description
Low-level interfaces and annotations used to create RESTful service resources.
APIs that provide extensions to the types supported by the JAX-RS API.
-
Uses of Response.ResponseBuilder in jakarta.ws.rs.core
Modifier and TypeMethodDescriptionstatic Response.ResponseBuilder
Response.accepted()
Create a new ResponseBuilder with an ACCEPTED status.static Response.ResponseBuilder
Create a new ResponseBuilder with an ACCEPTED status that contains a representation.abstract Response.ResponseBuilder
Set the list of allowed methods for the resource.abstract Response.ResponseBuilder
Set the list of allowed methods for the resource.abstract Response.ResponseBuilder
Response.ResponseBuilder.cacheControl
(CacheControl cacheControl) Set the cache control data of the message.abstract Response.ResponseBuilder
Response.ResponseBuilder.clone()
abstract Response.ResponseBuilder
Response.ResponseBuilder.contentLocation
(URI location) Set the content location.abstract Response.ResponseBuilder
Add cookies to the response message.static Response.ResponseBuilder
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.abstract Response.ResponseBuilder
Set the message entity content encoding.abstract Response.ResponseBuilder
Set the response entity in the builder.abstract Response.ResponseBuilder
Response.ResponseBuilder.entity
(Object entity, Annotation[] annotations) Set the response entity in the builder.Request.evaluatePreconditions()
Evaluate request preconditions for a resource that does not currently exist.Request.evaluatePreconditions
(EntityTag eTag) Evaluate request preconditions based on the passed in value.Request.evaluatePreconditions
(Date lastModified) Evaluate request preconditions based on the passed in value.Request.evaluatePreconditions
(Date lastModified, EntityTag eTag) Evaluate request preconditions based on the passed in value.abstract Response.ResponseBuilder
Set the response expiration date.static Response.ResponseBuilder
Response.fromResponse
(Response response) Create a new ResponseBuilder by performing a shallow copy of an existing Response.abstract Response.ResponseBuilder
Add an arbitrary header.abstract Response.ResponseBuilder
Set the message entity language.abstract Response.ResponseBuilder
Set the message entity language.abstract Response.ResponseBuilder
Response.ResponseBuilder.lastModified
(Date lastModified) Set the response entity last modification date.abstract Response.ResponseBuilder
Add a link header.abstract Response.ResponseBuilder
Add a link header.abstract Response.ResponseBuilder
Add one or more link headers.abstract Response.ResponseBuilder
Set the location.protected static Response.ResponseBuilder
Response.ResponseBuilder.newInstance()
Create a new builder instance.static Response.ResponseBuilder
Response.noContent()
Create a new ResponseBuilder for an empty response.static Response.ResponseBuilder
Response.notAcceptable
(List<Variant> variants) Create a new ResponseBuilder for a not acceptable response.static Response.ResponseBuilder
Response.notModified()
Create a new ResponseBuilder with a not-modified status.static Response.ResponseBuilder
Response.notModified
(EntityTag tag) Create a new ResponseBuilder with a not-modified status.static Response.ResponseBuilder
Response.notModified
(String tag) Create a new ResponseBuilder with a not-modified status and a strong entity tag.static Response.ResponseBuilder
Response.ok()
Create a new ResponseBuilder with an OK status.static Response.ResponseBuilder
Create a new ResponseBuilder that contains a representation.static Response.ResponseBuilder
Create a new ResponseBuilder that contains a representation.static Response.ResponseBuilder
Create a new ResponseBuilder that contains a representation.static Response.ResponseBuilder
Create a new ResponseBuilder that contains a representation.abstract Response.ResponseBuilder
Response.ResponseBuilder.replaceAll
(MultivaluedMap<String, Object> headers) Replaces all existing headers with the newly supplied headers.static Response.ResponseBuilder
Create a new ResponseBuilder for a redirection.static Response.ResponseBuilder
Response.serverError()
Create a new ResponseBuilder with an server error status.abstract Response.ResponseBuilder
Response.ResponseBuilder.status
(int status) Set the status on the ResponseBuilder.abstract Response.ResponseBuilder
Set the status on the ResponseBuilder.Response.ResponseBuilder.status
(Response.Status status) Set the status on the ResponseBuilder.Response.ResponseBuilder.status
(Response.StatusType status) Set the status on the ResponseBuilder.static Response.ResponseBuilder
Response.status
(int status) Create a new ResponseBuilder with the supplied status.static Response.ResponseBuilder
Create a new ResponseBuilder with the supplied status and reason phrase.static Response.ResponseBuilder
Response.status
(Response.Status status) Create a new ResponseBuilder with the supplied status.static Response.ResponseBuilder
Response.status
(Response.StatusType status) Create a new ResponseBuilder with the supplied status.abstract Response.ResponseBuilder
Set a response entity tag.abstract Response.ResponseBuilder
Set a strong response entity tag.static Response.ResponseBuilder
Response.temporaryRedirect
(URI location) Create a new ResponseBuilder for a temporary redirection.abstract Response.ResponseBuilder
Set the message entity media type.abstract Response.ResponseBuilder
Set the message entity media type.abstract Response.ResponseBuilder
Set message entity representation metadata.abstract Response.ResponseBuilder
Add a Vary header that lists the available variants.abstract Response.ResponseBuilder
Add a Vary header that lists the available variants. -
Uses of Response.ResponseBuilder in jakarta.ws.rs.ext
Modifier and TypeMethodDescriptionabstract Response.ResponseBuilder
RuntimeDelegate.createResponseBuilder()
Create a new instance of aResponse.ResponseBuilder
.