static UrlBuilder |
UrlBuilder.createFromLocation() |
|
UrlBuilder |
UrlBuilder.removeParameter(String name) |
Remove a query parameter from the map.
|
UrlBuilder |
UrlBuilder.setHash(String hash) |
Set the hash portion of the location (ex. myAnchor or #myAnchor).
|
UrlBuilder |
UrlBuilder.setHost(String host) |
Set the host portion of the location (ex. google.com).
|
UrlBuilder |
UrlBuilder.setParameter(String key,
String... values) |
Set a query parameter to a list of values.
|
UrlBuilder |
UrlBuilder.setPath(String path) |
Set the path portion of the location (ex. path/to/file.html).
|
UrlBuilder |
UrlBuilder.setPort(int port) |
Set the port to connect to.
|
UrlBuilder |
UrlBuilder.setProtocol(String protocol) |
Set the protocol portion of the location (ex. http).
|