Searched refs:portSeparator (Results 1 – 1 of 1) sorted by relevance
1121 int portSeparator = findPortSeparator(authority); in parseHost() local1123 String encodedHost = portSeparator == NOT_FOUND in parseHost()1125 : authority.substring(userInfoSeparator + 1, portSeparator); in parseHost()1140 int portSeparator = findPortSeparator(authority); in parsePort() local1141 if (portSeparator == NOT_FOUND) { in parsePort()1145 String portString = decode(authority.substring(portSeparator + 1)); in parsePort()