- All Known Subinterfaces:
HostAccessor.HostProperty
- All Known Implementing Classes:
Url
,UrlBuilder
public interface HostAccessor
Provides an accessor for a host property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
HostAccessor.HostBuilder<B extends HostAccessor.HostBuilder<?>>
Provides a mutator for an host property.static interface
Provides a mutator for a host property.static interface
Provides a host property. -
Method Summary
-
Method Details
-
getHost
String getHost()Retrieves the host from the host property.- Returns:
- The host stored by the host property.
-