Uses of Enum
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 status corresponding to the specified HTTP status code.static Status.CategoryReturns the HTTP status corresponding to the specified HTTP status.static Status.CategoryReturns the enum constant of this type with the specified name.static Status.Category[]Status.Category.values()Returns an array containing the constants of this enum type, in the order they are declared.