| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
URL |
build() |
URL.Builder |
host(String host) |
URL.Builder |
param(String name,
String value) |
URL.Builder |
path(String path) |
URL.Builder |
port(Integer port) |
URL.Builder |
protocol(String protocol) |
public URL.Builder protocol(String protocol)
public URL.Builder host(String host)
public URL.Builder path(String path)
public URL.Builder port(Integer port)
public URL.Builder param(String name, String value)
public URL build()
Copyright © 2019. All rights reserved.