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

Method getRawFragment

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

Returns the fragment component of this URI in its original, possibly percent-encoded form, and without any leading '#' character. NB: Choose carefully between this method and #getFragment(). See that Javadoc for details.

()

Source from the content-addressed store, hash-verified

600 * details.
601 */
602 @Nullable
603 public String getRawFragment() {
604 return fragment;
605 }
606
607 /**
608 * {@inheritDoc}

Calls

no outgoing calls