Interface PingUrlAccessor.PingUrlMutator

All Known Subinterfaces:
HttpServerDescriptor.HttpServerDescriptorBuilder<B>, PingUrlAccessor.PingUrlProperty
Enclosing interface:
PingUrlAccessor

public static interface PingUrlAccessor.PingUrlMutator
Provides a mutator for a ping Url property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPingUrl(org.refcodes.web.Url aPingUrl)
    Sets the ping Url for the ping Url property.
  • Method Details

    • setPingUrl

      void setPingUrl(org.refcodes.web.Url aPingUrl)
      Sets the ping Url for the ping Url property.
      Parameters:
      aPingUrl - The ping Url to be stored by the ping Url property.