Class LiveImportClientImpl

    • Constructor Detail

      • LiveImportClientImpl

        public LiveImportClientImpl()
    • Method Detail

      • executeHttpGetRequest

        public String executeHttpGetRequest​(int timeout,
                                            String URL,
                                            Map<String,​Map<String,​String>> params)
        Description copied from interface: LiveImportClient
        Http GET request
        Specified by:
        executeHttpGetRequest in interface LiveImportClient
        Parameters:
        timeout - The connect timeout in milliseconds
        URL - URL
        params - This map contains the parameters to be included in the request. Each parameter will be added to the url?(key=value)
        Returns:
        The response in String type converted from InputStream
      • getHttpClient

        public org.apache.http.impl.client.CloseableHttpClient getHttpClient()
      • setHttpClient

        public void setHttpClient​(org.apache.http.impl.client.CloseableHttpClient httpClient)