Class RemoteHostTemplate

  • All Implemented Interfaces:
    TemplateInterface

    public class RemoteHostTemplate
    extends Template
    Return the remote host name associated with this request. Note: This involves a reverse dns lookup, which can be expensive.
    name
    where to put the result, defaults to [prefix].host
    • Constructor Detail

      • RemoteHostTemplate

        public RemoteHostTemplate()
    • Method Detail