public final class URIBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
URI |
build() |
URIBuilder |
host(String host) |
static URIBuilder |
http()
Starts a process of URI creation.
|
URIBuilder |
path(String path) |
URIBuilder |
port(int port) |
public static URIBuilder http()
public URIBuilder host(String host)
public URIBuilder port(int port)
public URIBuilder path(String path)
public URI build()
Copyright © 2015. All rights reserved.