Package | Description |
---|---|
org.forgerock.http.protocol |
Models and manages elements of the Hypertext Transfer Protocol.
|
Modifier and Type | Method and 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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.