host
Purpose
Sets the host part of the URL.Examples
UriBuilder.build {
base = "http://example.com"
host = "foobar"
}Provides the Jersey client library and a builder to simplify use of the library.
|
(Quick Reference)
hostPurposeSets the host part of the URL.ExamplesUriBuilder.build {
base = "http://example.com"
host = "foobar"
}DescriptionSets the host part of the URL. |
Jersey Request Builder |