| Package | Description |
|---|---|
| LinkFuture.Core |
| Modifier and Type | Method and Description |
|---|---|
UriBuilder |
UriBuilder.addQuery(String key,
String value)
Sets the value to the toString value of the argument.
|
static UriBuilder |
UriBuilder.create()
Creates an empty builder populated with null values.
|
static UriBuilder |
UriBuilder.create(String uri) |
static UriBuilder |
UriBuilder.create(String scheme,
String userInfo,
String host,
Integer port,
String path,
String query,
String fragment) |
static UriBuilder |
UriBuilder.create(URI uri) |
UriBuilder |
UriBuilder.parse(String uriString) |
UriBuilder |
UriBuilder.setFragment(Object fragment)
Sets the value to the toString value of the argument.
|
UriBuilder |
UriBuilder.setHost(Object host)
Sets the value to the toString value of the argument.
|
UriBuilder |
UriBuilder.setPath(Object path)
Sets the value to the toString value of the argument.
|
UriBuilder |
UriBuilder.setPort(int port) |
UriBuilder |
UriBuilder.setQuery(String query)
Sets the value to the toString value of the argument.
|
UriBuilder |
UriBuilder.setQuery(String key,
String value)
Sets the value to the toString value of the argument.
|
UriBuilder |
UriBuilder.setScheme(Object scheme)
Sets the value to the toString value of the argument.
|
UriBuilder |
UriBuilder.setUserInfo(Object userInfo)
Sets the value to the toString value of the argument.
|
Copyright © 2016. All rights reserved.