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