Uses of Enum Class
io.helidon.common.http.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.http
Modifier and TypeMethodDescriptionHttp.ResponseStatus.family()
Get the class of status code.Http.Status.family()
Get the class of status code.static Http.ResponseStatus.Family
Http.ResponseStatus.Family.of
(int statusCode) Get the family for the response status code.static Http.ResponseStatus.Family
Returns 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.