Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getPort
Method · 0.95
getAddress
Method · 0.95
getUrl
Method · 0.95
getCache
Method · 0.45
setCache
Method · 0.45
delCache
Method · 0.45
isValid
Method · 0.45
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected