Searched refs:tempHost (Results 1 – 1 of 1) sorted by relevance
456 String tempHost; in parseAuthority() local460 tempHost = temp.substring(0, index); in parseAuthority()484 tempHost = temp; in parseAuthority()487 if (tempHost.isEmpty()) { in parseAuthority()494 if (!isValidHost(forceServer, tempHost)) { in parseAuthority()501 host = tempHost; in parseAuthority()