BaseUrlAccessor.BaseUrlProperty, HttpClientContext, HttpClientContext.HttpClientContextBuilderHttpClientContextBuilderImplpublic interface BaseUrlAccessor
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
BaseUrlAccessor.BaseUrlBuilder<B extends BaseUrlAccessor.BaseUrlBuilder<B>> |
Provides a builder method for a base URL (protocol, host, port, path)
property returning the builder for applying multiple build operations.
|
static interface |
BaseUrlAccessor.BaseUrlMutator |
Provides a mutator for a base URL (protocol, host, port, locator)
property.
|
static interface |
BaseUrlAccessor.BaseUrlProperty |
Provides a base URL (protocol, host, port, path) property.
|
| Modifier and Type | Method | Description |
|---|---|---|
Url |
getBaseUrl() |
Retrieves the base URL (protocol, host, port, locator) from the base URL
(protocol, host, port, locator) property.
|
Url getBaseUrl()
Copyright © 2018. All rights reserved.