Uses of Class
jakarta.ws.rs.core.Response.Status
-
Packages that use Response.Status Package Description jakarta.ws.rs High-level interfaces and annotations used to create RESTful service resources.jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources.org.jboss.resteasy.client.jaxrs.internal.proxy.extractors org.jboss.resteasy.plugins.validation org.jboss.resteasy.resteasy_jaxrs.i18n org.jboss.resteasy.spi -
-
Uses of Response.Status in jakarta.ws.rs
Constructors in jakarta.ws.rs with parameters of type Response.Status Constructor Description ClientErrorException(Response.Status status)Construct a new client error exception.ClientErrorException(Response.Status status, Throwable cause)Construct a new client error exception.ClientErrorException(String message, Response.Status status)Construct a new client error exception.ClientErrorException(String message, Response.Status status, Throwable cause)Construct a new client error exception.RedirectionException(Response.Status status, URI location)Construct a new redirection exception.RedirectionException(String message, Response.Status status, URI location)Construct a new redirection exception.ServerErrorException(Response.Status status)Construct a new server error exception.ServerErrorException(Response.Status status, Throwable cause)Construct a new server error exception.ServerErrorException(String message, Response.Status status)Construct a new server error exception.ServerErrorException(String message, Response.Status status, Throwable cause)Construct a new server error exception.WebApplicationException(Response.Status status)Construct a new instance with the supplied HTTP status and a default message generated from the HTTP status code and the associated HTTP status reason phrase.WebApplicationException(String message, Response.Status status)Construct a new instance with the supplied message and HTTP status.WebApplicationException(String message, Throwable cause, Response.Status status)Construct a new instance with a the supplied message, root cause and HTTP status code.WebApplicationException(Throwable cause, Response.Status status)Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase. -
Uses of Response.Status in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return Response.Status Modifier and Type Method Description static Response.StatusResponse.Status. fromStatusCode(int statusCode)Convert a numerical status code into the corresponding Status.default Response.StatusResponse.StatusType. toEnum()Get the this Status Type as aResponse.Status.static Response.StatusResponse.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Response.Status[]Response.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jakarta.ws.rs.core with parameters of type Response.Status Modifier and Type Method Description Response.ResponseBuilderResponse.ResponseBuilder. status(Response.Status status)Set the status on the ResponseBuilder.static Response.ResponseBuilderResponse. status(Response.Status status)Create a new ResponseBuilder with the supplied status. -
Uses of Response.Status in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors that return types with arguments of type Response.Status Modifier and Type Method Description static EntityExtractor<Response.Status>DefaultEntityExtractorFactory. createStatusExtractor(boolean release) -
Uses of Response.Status in org.jboss.resteasy.plugins.validation
Methods in org.jboss.resteasy.plugins.validation with parameters of type Response.Status Modifier and Type Method Description protected ResponseResteasyViolationExceptionMapper. buildResponse(Object entity, String mediaType, Response.Status status)protected ResponseResteasyViolationExceptionMapper. buildViolationReportResponse(ResteasyViolationException exception, Response.Status status) -
Uses of Response.Status in org.jboss.resteasy.resteasy_jaxrs.i18n
Methods in org.jboss.resteasy.resteasy_jaxrs.i18n with parameters of type Response.Status Modifier and Type Method Description StringMessages_$bundle. clientResponseFailureStatus(int status, Response.Status responseStatus)StringMessages. clientResponseFailureStatus(int status, Response.Status responseStatus) -
Uses of Response.Status in org.jboss.resteasy.spi
Constructors in org.jboss.resteasy.spi with parameters of type Response.Status Constructor Description NoLogWebApplicationException(Response.Status status)NoLogWebApplicationException(Throwable cause, Response.Status status)
-