HomeSort by relevance Sort by last modified time
    Searched defs:getEffectivePort (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/net/
URL.java 565 public int getEffectivePort() {
566 return URI.getEffectivePort(protocol, port);
URI.java     [all...]

Completed in 398 milliseconds