Uses of Interface
javax.ws.rs.core.Response.StatusType
Packages that use Response.StatusType
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 Response.StatusType in javax.ws.rs.client
Methods in javax.ws.rs.client that return Response.StatusTypeModifier and TypeMethodDescriptionClientResponseContext.getStatusInfo()Get the complete status information associated with the response.Methods in javax.ws.rs.client with parameters of type Response.StatusTypeModifier and TypeMethodDescriptionvoidClientResponseContext.setStatusInfo(Response.StatusType statusInfo) Set the complete status information (status code and reason phrase) associated with the response. -
Uses of Response.StatusType in javax.ws.rs.container
Methods in javax.ws.rs.container that return Response.StatusTypeModifier and TypeMethodDescriptionContainerResponseContext.getStatusInfo()Get the complete status information associated with the response.Methods in javax.ws.rs.container with parameters of type Response.StatusTypeModifier and TypeMethodDescriptionvoidContainerResponseContext.setStatusInfo(Response.StatusType statusInfo) Set the complete status information (status code and reason phrase) associated with the response. -
Uses of Response.StatusType in javax.ws.rs.core
Classes in javax.ws.rs.core that implement Response.StatusTypeModifier and TypeClassDescriptionstatic enumCommonly used status codes defined by HTTP, seedocumentation} for the complete list.invalid @link
{@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10">HTTP/1.1Methods in javax.ws.rs.core that return Response.StatusTypeModifier and TypeMethodDescriptionabstract Response.StatusTypeResponse.getStatusInfo()Get the complete status information associated with the response.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.ResponseBuilderResponse.status(Response.StatusType status) Create a new ResponseBuilder with the supplied status.