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

Method Builder

api/src/main/java/io/grpc/Uri.java:691–691  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

689 private String port;
690
691 private Builder() {}
692
693 Builder(Uri prototype) {
694 this.scheme = prototype.scheme;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected