| Package | Description |
|---|---|
| io.mikael.urlbuilder |
| Modifier and Type | Method and Description |
|---|---|
static UrlBuilder |
UrlBuilder.fromString(String url,
Decoder decoder)
Construct a UrlBuilder from a full or partial URL string.
|
protected static UrlBuilder |
UrlBuilder.of(Decoder decoder,
Encoder encoder,
String scheme,
String userInfo,
String hostName,
Integer port,
String path,
UrlParameterMultimap queryParameters,
String fragment) |
UrlBuilder |
UrlBuilder.withDecoder(Decoder decoder) |
Copyright © 2016. All rights reserved.