Uses of Enum Class
io.helidon.http.Status.Family
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of Status.Family in io.helidon.http
Modifier and TypeMethodDescriptionStatus.family()
Get the class of status code.static Status.Family
Status.Family.of
(int statusCode) Get the family for the response status code.static Status.Family
Returns the enum constant of this class with the specified name.static Status.Family[]
Status.Family.values()
Returns an array containing the constants of this enum class, in the order they are declared.