Returns a new Builder initialized with the fields of this URI.
()
| 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() { |
no outgoing calls