Searched refs:redirect (Results 1 - 1 of 1) sorted by relevance

/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java179 * a redirect code with the Location response header set to the value
181 * @param redirect The location to be redirected to
184 public void setRedirect(String redirect, int code) { argument
185 redirectHost = redirect;
187 log("Server will redirect output to "+redirect+" code "+code);

Completed in 26 milliseconds