Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getAuthority
Method
getAuthority
vm/JavaAPI/src/java/net/URI.java:710–712 ·
view source on GitHub ↗
@return the authority
()
Source
from the content-addressed store, hash-verified
708
* @
return
the authority
709
*/
710
public
String getAuthority() {
711
return
URIHelper.decodeString(authority, true);
712
}
713
714
/**
715
* @
return
the authority
Callers
4
relativize
Method · 0.95
resolve
Method · 0.95
invoke0
Method · 0.45
invoke25
Method · 0.45
Calls
1
decodeString
Method · 0.95
Tested by
no test coverage detected