Uses of Class
com.networknt.status.HttpStatus
-
Packages that use HttpStatus Package Description com.networknt.status -
-
Uses of HttpStatus in com.networknt.status
Methods in com.networknt.status that return HttpStatus Modifier and Type Method Description static HttpStatusHttpStatus. resolve(int statusCode)static HttpStatusHttpStatus. valueOf(int statusCode)Return the enum constant of this type with the specified numeric value.static HttpStatusHttpStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpStatus[]HttpStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.networknt.status with parameters of type HttpStatus Modifier and Type Method Description static HttpStatus.SeriesHttpStatus.Series. valueOf(HttpStatus status)Return the enum constant of this type with the corresponding series.Constructors in com.networknt.status with parameters of type HttpStatus Constructor Description Status(HttpStatus httpStatus, String message, String description)Construct a status object based on all the properties in the object.
-