Package org.refcodes.rest
Interface PingUrlAccessor
-
- All Known Subinterfaces:
HttpServerDescriptor,HttpServerDescriptor.HttpServerDescriptorBuilder<B>,PingUrlAccessor.PingUrlProperty
public interface PingUrlAccessorProvides an accessor for a pingUrlproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePingUrlAccessor.PingUrlBuilder<B extends PingUrlAccessor.PingUrlBuilder<?>>Provides a mutator for an pingUrlproperty.static interfacePingUrlAccessor.PingUrlMutatorProvides a mutator for a pingUrlproperty.static interfacePingUrlAccessor.PingUrlPropertyProvides a pingUrlproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.refcodes.net.UrlgetPingUrl()Retrieves the pingUrlfrom the pingUrlproperty.
-