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