MCPcopy Index your code
hub / github.com/grpc/grpc-java / toBuilder

Method toBuilder

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

Returns a new Builder initialized with the fields of this URI.

()

Source from the content-addressed store, hash-verified

670
671 /** Returns a new Builder initialized with the fields of this URI. */
672 public Builder toBuilder() {
673 return new Builder(this);
674 }
675
676 /** Creates a new {@link Builder} with all fields uninitialized or set to their default values. */
677 public static Builder newBuilder() {

Calls

no outgoing calls