Class Mapper.MappedHost

    • Constructor Detail

      • MappedHost

        public MappedHost​(java.lang.String name,
                          Host host)
        Constructor used for the primary Host
        Parameters:
        name - The name of the virtual host
        host - The host
      • MappedHost

        public MappedHost​(java.lang.String alias,
                          Mapper.MappedHost realHost)
        Constructor used for an Alias
        Parameters:
        alias - The alias of the virtual host
        realHost - The host the alias points to