Class GenericAcmeProvider

    • Method Detail

      • accepts

        public boolean accepts​(URI serverUri)
        Description copied from interface: AcmeProvider
        Checks if this provider accepts the given server URI.
        Parameters:
        serverUri - Server URI to test
        Returns:
        true if this provider accepts the server URI, false otherwise
      • resolve

        public URL resolve​(URI serverUri)
        Description copied from interface: AcmeProvider
        Resolves the server URI and returns the matching directory URL.
        Parameters:
        serverUri - Server URI
        Returns:
        Resolved directory URL