MCPcopy Create free account
hub / github.com/grpc/grpc-java / getRawUserInfo

Method getRawUserInfo

api/src/main/java/io/grpc/Uri.java:415–418  ·  view source on GitHub ↗

Returns the "User Information" component of this URI in its originally parsed, possibly percent-encoded form.

()

Source from the content-addressed store, hash-verified

413 * percent-encoded form.
414 */
415 @Nullable
416 public String getRawUserInfo() {
417 return userInfo;
418 }
419
420 /**
421 * Returns the percent-decoded "host" component of this URI, or null if not present.

Callers 1

parse_decodingMethod · 0.95

Calls

no outgoing calls

Tested by 1

parse_decodingMethod · 0.76