Uses of Class
io.airlift.http.client.HttpStatus.Family
-
Packages that use HttpStatus.Family Package Description io.airlift.http.client -
-
Uses of HttpStatus.Family in io.airlift.http.client
Methods in io.airlift.http.client that return HttpStatus.Family Modifier and Type Method Description HttpStatus.FamilyHttpStatus. family()static HttpStatus.FamilyHttpStatus. familyForStatusCode(int code)static HttpStatus.FamilyHttpStatus.Family. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpStatus.Family[]HttpStatus.Family. values()Returns an array containing the constants of this enum type, in the order they are declared.
-