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

Method getScheme

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

Returns the scheme of this URI.

()

Source from the content-addressed store, hash-verified

334
335 /** Returns the scheme of this URI. */
336 public String getScheme() {
337 return scheme;
338 }
339
340 /**
341 * Returns the percent-decoded "Authority" component of this URI, or null if not present.

Calls

no outgoing calls

Tested by 14

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_emptyFragmentMethod · 0.76
parse_emptyUserInfoMethod · 0.76