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

Method getRawPath

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

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

()

Source from the content-addressed store, hash-verified

543 * Returns the path component of this URI in its originally parsed, possibly percent-encoded form.
544 */
545 public String getRawPath() {
546 return path;
547 }
548
549 /**
550 * Returns the query component of this URI in its originally parsed, possibly percent-encoded

Calls

no outgoing calls