MCPcopy Create free account
hub / github.com/davidgiven/luje / getAuthority

Method getAuthority

lib/java/net/URI.java:1137–1139  ·  view source on GitHub ↗

Gets the decoded authority part of this URI. @return the decoded authority part or null if undefined.

()

Source from the content-addressed store, hash-verified

1135 * @return the decoded authority part or {@code null} if undefined.
1136 */
1137 public String getAuthority() {
1138 return decode(authority);
1139 }
1140
1141 /**
1142 * Gets the decoded fragment part of this URI.

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected