Uses of Class
org.forgerock.http.protocol.Status.Family
-
Packages that use Status.Family Package Description org.forgerock.http.protocol Models and manages elements of the Hypertext Transfer Protocol. -
-
Uses of Status.Family in org.forgerock.http.protocol
Methods in org.forgerock.http.protocol that return Status.Family Modifier and Type Method Description Status.FamilyStatus. getFamily()Returns the class of response of this status code.static Status.FamilyStatus.Family. valueOf(int code)Find the class of the given status code.static Status.FamilyStatus.Family. valueOf(String name)Returns the enum constant of this type with the specified name.static Status.Family[]Status.Family. values()Returns an array containing the constants of this enum type, in the order they are declared.
-