| Modifier and Type | Method and Description |
|---|---|
URIBuilder |
URIBuilder.host(String host) |
static URIBuilder |
URIBuilder.http()
Starts a process of URI creation.
|
URIBuilder |
URIBuilder.path(String path) |
URIBuilder |
URIBuilder.port(int port) |
| Modifier and Type | Method and Description |
|---|---|
static HttpPostRequest.Builder |
HttpPostRequest.to(URIBuilder uriBuilder)
A factory method that starts a process of the request
creation.
|
Copyright © 2015. All rights reserved.