Uses of Enum Class
org.forgerock.http.protocol.Status.Family
Packages that use Status.Family
Package
Description
Models and manages elements of the Hypertext Transfer Protocol.
Filters the requests and/or responses of HTTP.
-
Uses of Status.Family in org.forgerock.http.protocol
Methods in org.forgerock.http.protocol that return Status.FamilyModifier 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. -
Uses of Status.Family in org.forgerock.openig.filter
Methods in org.forgerock.openig.filter with parameters of type Status.FamilyModifier and TypeMethodDescriptionlong
MetricsFilter.getStatusResponseCount
(Status.Family family) Get the response count by status family.