Uses of Class
org.basex.http.web.WebResponse.Response
-
Packages that use WebResponse.Response Package Description org.basex.http.web org.basex.http.ws -
-
Uses of WebResponse.Response in org.basex.http.web
Methods in org.basex.http.web that return WebResponse.Response Modifier and Type Method Description WebResponse.ResponseWebResponse. create(WebFunction function, Object data, boolean body)Creates the Response.protected abstract WebResponse.ResponseWebResponse. serialize(boolean body)Serializes the response.static WebResponse.ResponseWebResponse.Response. valueOf(String name)Returns the enum constant of this type with the specified name.static WebResponse.Response[]WebResponse.Response. values()Returns an array containing the constants of this enum type, 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 Modifier and Type Method Description WebResponse.ResponseWsResponse. serialize(boolean body)
-