Uses of Class
net.anwiba.commons.http.StatusCodes
-
Packages that use StatusCodes Package Description net.anwiba.commons.http -
-
Uses of StatusCodes in net.anwiba.commons.http
Methods in net.anwiba.commons.http that return StatusCodes Modifier and Type Method Description static StatusCodesStatusCodes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StatusCodes[]StatusCodes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-