MCPcopy 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

relativizeMethod · 0.95
resolveMethod · 0.95
invoke0Method · 0.45
invoke25Method · 0.45

Calls 1

decodeStringMethod · 0.95

Tested by

no test coverage detected