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

Method getRawQuery

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

Returns the query component of this URI in its originally parsed, possibly percent-encoded form, without any leading '?' character, or null if not present. The query component can only be read in its raw form. That’s because virtually everyone uses query as a container for structured data, with

()

Source from the content-addressed store, hash-verified

560 * would be error-prone.
561 */
562 @Nullable
563 public String getRawQuery() {
564 return query;
565 }
566
567 /**
568 * Returns the percent-decoded "fragment" component of this URI, or null if not present.

Callers 15

parse_allComponentsMethod · 0.95
parse_noAuthorityMethod · 0.95
parse_noQueryMethod · 0.95
parse_noFragmentMethod · 0.95
parse_rootlessMethod · 0.95
parse_emptyPathMethod · 0.95
parse_emptyQueryMethod · 0.95
parse_decodingMethod · 0.95

Calls

no outgoing calls

Tested by 15

parse_allComponentsMethod · 0.76
parse_noAuthorityMethod · 0.76
parse_noQueryMethod · 0.76
parse_noFragmentMethod · 0.76
parse_rootlessMethod · 0.76
parse_emptyPathMethod · 0.76
parse_emptyQueryMethod · 0.76
parse_decodingMethod · 0.76