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

Method getRawPort

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

Returns the raw port component of this URI in its originally parsed form.

()

Source from the content-addressed store, hash-verified

446
447 /** Returns the raw port component of this URI in its originally parsed form. */
448 @Nullable
449 public String getRawPort() {
450 return port;
451 }
452
453 /**
454 * Returns the (possibly empty) percent-decoded "path" component of this URI.

Calls

no outgoing calls