Searched refs:specifiedPort (Results 1 – 1 of 1) sorted by relevance
984 public static int getEffectivePort(String scheme, int specifiedPort) { in getEffectivePort() argument985 if (specifiedPort != -1) { in getEffectivePort()986 return specifiedPort; in getEffectivePort()