- All Known Subinterfaces:
BaseUrlAccessor.BaseUrlProperty
,HttpClientContext
- All Known Implementing Classes:
HttpClientContextBuilder
public interface BaseUrlAccessor
Provides an accessor for a base URL (protocol, host, port, locator) property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a base URL (protocol, host, port, path) property returning the builder for applying multiple build operations.static interface
Provides a mutator for a base URL (protocol, host, port, locator) property.static interface
Provides a base URL (protocol, host, port, path) property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the base URL (protocol, host, port, locator) from the base URL (protocol, host, port, locator) property.
-
Method Details
-
getBaseUrl
Url getBaseUrl()Retrieves the base URL (protocol, host, port, locator) from the base URL (protocol, host, port, locator) property.- Returns:
- The base URL (protocol, host, port, locator) stored by the base URL (protocol, host, port, locator) property.
-