Uses of Enum Class
io.avaje.jex.http.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in io.avaje.jex.http
Methods 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.