Uses of Enum Class
io.john.amiscaray.quak.http.status.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in io.john.amiscaray.quak.http.status
Methods in io.john.amiscaray.quak.http.status that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatusHttpStatus.fromCode(int code) Returns a member of this enum matching the given status code.static 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.