Class AbstractRestClient

    • Constructor Detail

      • AbstractRestClient

        public AbstractRestClient​(String endpoint,
                                  String username,
                                  String password)
        Constructor
        Parameters:
        endpoint - Connection URL
        username - the username
        password - the password
      • AbstractRestClient

        public AbstractRestClient​(String endpoint,
                                  String username,
                                  String password,
                                  int timeout)
        Constructor
        Parameters:
        endpoint - Connection URL
        username - the suername
        password - the password
        timeout - Timeout for the RESTful requests