Uses of Enum Class
io.helidon.common.http.Http.Status.Family
-
Uses of Http.Status.Family in io.helidon.common.http
Methods in io.helidon.common.http that return Http.Status.FamilyModifier and TypeMethodDescriptionHttp.Status.family()Get the class of status code.static Http.Status.FamilyHttp.Status.Family.of(int statusCode) Get the family for the response status code.static Http.Status.FamilyReturns the enum constant of this class with the specified name.static Http.Status.Family[]Http.Status.Family.values()Returns an array containing the constants of this enum class, in the order they are declared.