JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum Class
org.basex.http.HTTPCode
Packages that use
HTTPCode
Package
Description
org.basex.http
Uses of
HTTPCode
in
org.basex.http
Methods in
org.basex.http
that return
HTTPCode
Modifier and Type
Method
Description
static
HTTPCode
HTTPCode.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
HTTPCode
[]
HTTPCode.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.