- All Known Subinterfaces:
HostAccessor.HostProperty
- All Known Implementing Classes:
Url,UrlBuilder
public interface HostAccessor
Provides an accessor for a host property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHostAccessor.HostBuilder<B extends HostAccessor.HostBuilder<?>>Provides a mutator for an host property.static interfaceProvides a mutator for a host property.static interfaceProvides 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.
-