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

Method getRawHost

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

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

()

Source from the content-addressed store, hash-verified

435 * Returns the host component of this URI in its originally parsed, possibly percent-encoded form.
436 */
437 @Nullable
438 public String getRawHost() {
439 return host;
440 }
441
442 /** Returns the "port" component of this URI, or -1 if empty or not present. */
443 public int getPort() {

Calls

no outgoing calls