Searched refs:portSeparator (Results 1 – 1 of 1) sorted by relevance
1129 int portSeparator = findPortSeparator(authority); in parseHost() local1131 String encodedHost = portSeparator == NOT_FOUND in parseHost()1133 : authority.substring(userInfoSeparator + 1, portSeparator); in parseHost()1148 int portSeparator = findPortSeparator(authority); in parsePort() local1149 if (portSeparator == NOT_FOUND) { in parsePort()1153 String portString = decode(authority.substring(portSeparator + 1)); in parsePort()