| Package | Description |
|---|---|
| de.mklinger.qetch.client.common |
| Modifier and Type | Method and Description |
|---|---|
UriBuilder |
UriBuilder.absolutePath(boolean absolutePath)
Treat the path as absolute.
|
UriBuilder |
UriBuilder.addParameter(String name,
boolean value)
Add a parameter to the query.
|
UriBuilder |
UriBuilder.addParameter(String name,
int value)
Add a parameter to the query.
|
UriBuilder |
UriBuilder.addParameter(String name,
long value)
Add a parameter to the query.
|
UriBuilder |
UriBuilder.addParameter(String name,
String value)
Add a parameter to the query.
|
UriBuilder |
UriBuilder.addParameters(Map<String,String> parameters)
Add parameters to the query.
|
UriBuilder |
UriBuilder.appendRawPath(String path)
Append the given path to the current path.
|
UriBuilder |
UriBuilder.fragment(String fragment)
Set the fragment.
|
UriBuilder |
UriBuilder.host(String host)
Set the host.
|
static UriBuilder |
UriBuilder.of(String url)
Factory method.
|
static UriBuilder |
UriBuilder.of(URI url)
Factory method.
|
static UriBuilder |
UriBuilder.of(URL url)
Factory method.
|
UriBuilder |
UriBuilder.pathComponent(String path)
Add a path component.
|
UriBuilder |
UriBuilder.pathComponents(String... paths)
Add path components.
|
UriBuilder |
UriBuilder.port(int port)
Set the port.
|
UriBuilder |
UriBuilder.rawFragment(String fragment)
Set the raw fragment.
|
UriBuilder |
UriBuilder.rawPath(String path)
Set the raw path.
|
UriBuilder |
UriBuilder.rawQuery(String query)
Set the raw query.
|
UriBuilder |
UriBuilder.rawUserInfo(String userInfo)
Set the raw user info.
|
UriBuilder |
UriBuilder.relativePath(boolean relativePath)
Treat the path as relative.
|
UriBuilder |
UriBuilder.removeParameters(String name)
Remove all parameters with the given name.
|
UriBuilder |
UriBuilder.scheme(String scheme)
Set the scheme.
|
UriBuilder |
UriBuilder.setParameter(String name,
boolean value)
Remove all existing parameters with the given name and add a new
parameter with given name and value.
|
UriBuilder |
UriBuilder.setParameter(String name,
int value)
Remove all existing parameters with the given name and add a new
parameter with given name and value.
|
UriBuilder |
UriBuilder.setParameter(String name,
long value)
Remove all existing parameters with the given name and add a new
parameter with given name and value.
|
UriBuilder |
UriBuilder.setParameter(String name,
String value)
Remove all existing parameters with the given name and add a new
parameter with given name and value.
|
UriBuilder |
UriBuilder.userInfo(String username,
String password)
Set the user info.
|
Copyright © 2013–2019 mklinger GmbH. All rights reserved.