MCPcopy Create free account
hub / github.com/FongMi/TV / getPort

Method getPort

catvod/src/main/java/com/github/catvod/Proxy.java:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 public static int getPort() {
14 return port;
15 }
16
17 public static String getUrl(boolean local) {
18 return "http://" + (local ? "127.0.0.1" : Util.getIp()) + ":" + getPort() + "/proxy";

Callers 8

getPortMethod · 0.95
getAddressMethod · 0.95
getUrlMethod · 0.95
getCacheMethod · 0.45
setCacheMethod · 0.45
delCacheMethod · 0.45
isValidMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected