Uses of Enum
com.dlsc.gemsfx.util.HttpStatusCode.Family
Packages that use HttpStatusCode.Family
-
Uses of HttpStatusCode.Family in com.dlsc.gemsfx.util
Subclasses with type arguments of type HttpStatusCode.Family in com.dlsc.gemsfx.utilModifier and TypeClassDescriptionstatic enumThe available HTTP status code families.Methods in com.dlsc.gemsfx.util that return HttpStatusCode.FamilyModifier and TypeMethodDescriptionstatic HttpStatusCode.FamilyHttpStatusCode.Family.familyOf(int statusCode) Determines the family for the given status code.HttpStatusCode.getFamily()Returns the status code family.static HttpStatusCode.FamilyReturns the enum constant of this type with the specified name.static HttpStatusCode.Family[]HttpStatusCode.Family.values()Returns an array containing the constants of this enum type, in the order they are declared.