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