Uses of Enum Class
io.airlift.http.client.HttpStatus.Family
Packages that use HttpStatus.Family
-
Uses of HttpStatus.Family in io.airlift.http.client
Methods in io.airlift.http.client that return HttpStatus.FamilyModifier and TypeMethodDescriptionHttpStatus.family()static HttpStatus.FamilyHttpStatus.familyForStatusCode(int code) static HttpStatus.FamilyReturns the enum constant of this class with the specified name.static HttpStatus.Family[]HttpStatus.Family.values()Returns an array containing the constants of this enum class, in the order they are declared.