Uses of Class
javax.ws.rs.core.Response

Packages that use Response
javax.ws.rs High-level interfaces and annotations used to create RESTful service resources. 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
 

Uses of Response in javax.ws.rs
 

Methods in javax.ws.rs that return Response
 Response WebApplicationException.getResponse()
          Get the HTTP response.
 

Constructors in javax.ws.rs with parameters of type Response
WebApplicationException(Response response)
          Construct a new instance with a blank message and specified HTTP status code
WebApplicationException(java.lang.Throwable cause, Response response)
          Construct a new instance with a blank message and specified HTTP status code
 

Uses of Response in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return Response
abstract  Response Response.ResponseBuilder.build()
          Create a Response instance from the current ResponseBuilder.
 

Methods in javax.ws.rs.core with parameters of type Response
static Response.ResponseBuilder Response.fromResponse(Response response)
          Create a new ResponseBuilder by performing a shallow copy of an existing Response.