Uses of Class
de.sstoehr.harreader.model.HttpStatus
-
Packages that use HttpStatus Package Description de.sstoehr.harreader.model -
-
Uses of HttpStatus in de.sstoehr.harreader.model
Methods in de.sstoehr.harreader.model that return HttpStatus Modifier and Type Method Description static HttpStatusHttpStatus. byCode(int code)static HttpStatusHttpStatus. valueOf(java.lang.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.
-