Uses of Enum Class
io.avaje.jex.http.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in io.avaje.jex.http
Subclasses with type arguments of type HttpStatus in io.avaje.jex.httpMethods in io.avaje.jex.http that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatusReturns the enum constant of this class with the specified name.static HttpStatus[]HttpStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.avaje.jex.http with parameters of type HttpStatusModifier and TypeMethodDescriptiondefault ContextContext.status(HttpStatus statusCode) Set the status code on the response.Constructors in io.avaje.jex.http with parameters of type HttpStatusModifierConstructorDescriptionHttpResponseException(HttpStatus status) Create with a status and use the default message for that status.HttpResponseException(HttpStatus status, String message) Create with a status and message.