Uses of Class
org.basex.http.HTTPStatus
-
Packages that use HTTPStatus Package Description org.basex.http -
-
Uses of HTTPStatus in org.basex.http
Methods in org.basex.http that return HTTPStatus Modifier and Type Method Description 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.
-