Module org.refcodes.web
Package org.refcodes.web
Interface HostAccessor.HostBuilder<B extends HostAccessor.HostBuilder<?>>
- Type Parameters:
B
- The builder which implements theHostAccessor.HostBuilder
.
- All Known Implementing Classes:
UrlBuilder
- Enclosing interface:
- HostAccessor
public static interface HostAccessor.HostBuilder<B extends HostAccessor.HostBuilder<?>>
Provides a mutator for an host property.
-
Method Summary
-
Method Details
-
withHost
Sets the host to use and returns this builder as of the builder pattern.- Parameters:
aHost
- The host to be stored by the host property.- Returns:
- This
HostAccessor.HostBuilder
instance to continue configuration.
-