Uses of Class
javax.ws.rs.core.Response
Packages that use Response
Package
Description
High-level interfaces and annotations used to create RESTful service
resources.
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 in javax.ws.rs
Fields in javax.ws.rs declared as ResponseMethods in javax.ws.rs that return ResponseConstructors in javax.ws.rs with parameters of type ResponseModifierConstructorDescriptionWebApplicationException
(Throwable cause, Response response) Construct a new instance using the supplied responseWebApplicationException
(Response response) Construct a new instance using the supplied response -
Uses of Response in javax.ws.rs.core
Methods in javax.ws.rs.core that return ResponseModifier and TypeMethodDescriptionabstract Response
Response.ResponseBuilder.build()
Create a Response instance from the current ResponseBuilder.Methods in javax.ws.rs.core with parameters of type ResponseModifier and TypeMethodDescriptionstatic Response.ResponseBuilder
Response.fromResponse
(Response response) Create a new ResponseBuilder by performing a shallow copy of an existing Response. -
Uses of Response in javax.ws.rs.ext
Methods in javax.ws.rs.ext that return ResponseModifier and TypeMethodDescriptionExceptionMapper.toResponse
(E exception) Map an exception to aResponse
.