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

Method getRawSchemeSpecificPart

lib/java/net/URI.java:1227–1229  ·  view source on GitHub ↗

Gets the scheme-specific part of this URI in raw form. @return the encoded scheme-specific part or null if undefined.

()

Source from the content-addressed store, hash-verified

1225 * @return the encoded scheme-specific part or {@code null} if undefined.
1226 */
1227 public String getRawSchemeSpecificPart() {
1228 return schemespecificpart;
1229 }
1230
1231 /**
1232 * Gets the user-info part of this URI in raw form.

Callers 1

checkURIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected