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 TypeMethodDescriptionvoid
ClientResponseContext.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 TypeMethodDescriptionvoid
ContainerResponseContext.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 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 that return Response.StatusTypeModifier and TypeMethodDescriptionabstract Response.StatusType
Response.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.ResponseBuilder
Response.status
(Response.StatusType status) Create a new ResponseBuilder with the supplied status.