Searched defs:forceServer (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DURI.java349 private void parseURI(String uri, boolean forceServer) throws URISyntaxException { argument
409 parseAuthority(forceServer);
432 * @param forceServer true to always throw if the authority cannot be
436 private void parseAuthority(boolean forceServer) throws URISyntaxException { argument
466 if (forceServer) {
473 if (forceServer) {
485 if (forceServer) {
491 if (!isValidHost(forceServer, tempHost)) {
516 * @param forceServer true to always throw if the host cannot be parsed. If
520 private boolean isValidHost(boolean forceServer, Strin argument
[all...]

Completed in 28 milliseconds