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.org.forgerock.openig.filter 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.Family Modifier and Type Method Description Status.Family
Status. 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
Status.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. -
Uses of Status.Family in org.forgerock.openig.filter
Methods in org.forgerock.openig.filter with parameters of type Status.Family Modifier and Type Method Description long
MetricsFilter. getStatusResponseCount(Status.Family family)
Get the response count by status family.
-