Uses of Interface
jakarta.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 jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return Response.StatusTypeModifier and TypeMethodDescriptionClientResponseContext.getStatusInfo()Get the complete status information associated with the response.Methods in jakarta.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 jakarta.ws.rs.container
Methods in jakarta.ws.rs.container that return Response.StatusTypeModifier and TypeMethodDescriptionContainerResponseContext.getStatusInfo()Get the complete status information associated with the response.Methods in jakarta.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 jakarta.ws.rs.core
Classes in jakarta.ws.rs.core that implement Response.StatusTypeModifier and TypeClassDescriptionstatic enumCommonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.Methods in jakarta.ws.rs.core that return Response.StatusTypeModifier and TypeMethodDescriptionabstract Response.StatusTypeResponse.getStatusInfo()Get the complete status information associated with the response.Methods in jakarta.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.