Sets the scheme. @param scheme name or null if this is a relative Uri
(String scheme)
| 1331 | * @param scheme name or {@code null} if this is a relative Uri |
| 1332 | */ |
| 1333 | public Builder scheme(String scheme) { |
| 1334 | this.scheme = scheme; |
| 1335 | return this; |
| 1336 | } |
| 1337 | |
| 1338 | Builder opaquePart(Part opaquePart) { |
| 1339 | this.opaquePart = opaquePart; |
no outgoing calls