Uses of Enum Class
org.basex.http.web.WebResponse.Response
Packages that use WebResponse.Response
-
Uses of WebResponse.Response in org.basex.http.web
Methods in org.basex.http.web that return WebResponse.ResponseModifier and TypeMethodDescriptionfinal WebResponse.ResponseWebResponse.create(WebFunction function, Object data, boolean body) Creates the Response.protected abstract WebResponse.ResponseWebResponse.serialize(boolean body) Serializes the response.static WebResponse.ResponseReturns the enum constant of this class with the specified name.static WebResponse.Response[]WebResponse.Response.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WebResponse.Response in org.basex.http.ws
Methods in org.basex.http.ws that return WebResponse.Response