Uses of Interface
javax.ws.rs.core.Response.StatusType
Packages that use Response.StatusType
Package
Description
Low-level interfaces and annotations used to create RESTful service
resources.
-
Uses of Response.StatusType in javax.ws.rs.core
Classes in javax.ws.rs.core that implement Response.StatusTypeModifier and TypeClassDescriptionstatic enum
Commonly used status codes defined by HTTP, seeinvalid @link
{@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10">HTTP/1.1
Methods in javax.ws.rs.core with parameters of type Response.StatusTypeModifier and TypeMethodDescriptionResponse.ResponseBuilder.status
(Response.StatusType status) Set the status on the ResponseBuilder.static Response.ResponseBuilder
Response.status
(Response.StatusType status) Create a new ResponseBuilder with the supplied status.