Uses of Interface
jakarta.ws.rs.core.Response.StatusType
-
Packages that use Response.StatusType Package Description jakarta.ws.rs.client The JAX-RS client APIjakarta.ws.rs.container Container-specific JAX-RS API.jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources.org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.core.interception.jaxrs org.jboss.resteasy.specimpl -
-
Uses of Response.StatusType in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return Response.StatusType Modifier and Type Method Description Response.StatusTypeClientResponseContext. getStatusInfo()Get the complete status information associated with the response.Methods in jakarta.ws.rs.client with parameters of type Response.StatusType Modifier and Type Method Description voidClientResponseContext. 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.StatusType Modifier and Type Method Description Response.StatusTypeContainerResponseContext. getStatusInfo()Get the complete status information associated with the response.Methods in jakarta.ws.rs.container with parameters of type Response.StatusType Modifier and Type Method Description voidContainerResponseContext. 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.StatusType Modifier and Type Class Description static classResponse.StatusCommonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.Methods in jakarta.ws.rs.core that return Response.StatusType Modifier and Type Method Description abstract Response.StatusTypeResponse. getStatusInfo()Get the complete status information associated with the response.Methods in jakarta.ws.rs.core with parameters of type Response.StatusType Modifier and Type Method Description Response.ResponseBuilderResponse.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. -
Uses of Response.StatusType in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return Response.StatusType Modifier and Type Method Description Response.StatusTypeClientResponseContextImpl. getStatusInfo()Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type Response.StatusType Modifier and Type Method Description voidClientResponseContextImpl. setStatusInfo(Response.StatusType statusInfo) -
Uses of Response.StatusType in org.jboss.resteasy.core.interception.jaxrs
Methods in org.jboss.resteasy.core.interception.jaxrs that return Response.StatusType Modifier and Type Method Description Response.StatusTypeContainerResponseContextImpl. getStatusInfo()Methods in org.jboss.resteasy.core.interception.jaxrs with parameters of type Response.StatusType Modifier and Type Method Description voidContainerResponseContextImpl. setStatusInfo(Response.StatusType statusInfo) -
Uses of Response.StatusType in org.jboss.resteasy.specimpl
Methods in org.jboss.resteasy.specimpl that return Response.StatusType Modifier and Type Method Description Response.StatusTypeAbstractBuiltResponse. getStatusInfo()
-