Package org.refcodes.rest
Interface PingUrlAccessor.PingUrlMutator
-
- All Known Subinterfaces:
HttpServerDescriptor.HttpServerDescriptorBuilder<B>
,PingUrlAccessor.PingUrlProperty
- Enclosing interface:
- PingUrlAccessor
public static interface PingUrlAccessor.PingUrlMutator
Provides a mutator for a pingUrl
property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setPingUrl(org.refcodes.net.Url aPingUrl)
Sets the pingUrl
for the pingUrl
property.
-