Uses of Enum Class
io.inverno.mod.http.base.Status.Category
Packages that use Status.Category
-
Uses of Status.Category in io.inverno.mod.http.base
Methods in io.inverno.mod.http.base that return Status.CategoryModifier and TypeMethodDescriptionStatus.getCategory()Returns the category of the HTTP status.HttpException.getStatusCategory()Returns the HTTP status category.static Status.CategoryStatus.Category.valueOf(int statusCode) Returns the HTTP category corresponding to the specified HTTP status code.static Status.CategoryReturns the HTTP category corresponding to the specified HTTP status.static Status.CategoryReturns the enum constant of this class with the specified name.static Status.Category[]Status.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.