Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ url
Method
url
catvod/src/main/java/com/github/catvod/bean/Doh.java:58–61 ·
view source on GitHub ↗
(String url)
Source
from the content-addressed store, hash-verified
56
}
57
58
public
Doh url(String url) {
59
this.url = url;
60
return
this;
61
}
62
63
public
String getName() {
64
return
TextUtils.isEmpty(name) ?
""
: name;
Callers
13
getRequest
Method · 0.45
digestUri
Method · 0.45
get
Method · 0.45
setDoh
Method · 0.45
authenticate
Method · 0.45
newCall
Method · 0.45
intercept
Method · 0.45
check
Method · 0.45
intercept
Method · 0.45
checkAuth
Method · 0.45
intercept
Method · 0.45
check
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected