Interface HttpDataSource.Factory

    • Method Detail

      • setDefaultRequestProperties

        HttpDataSource.Factory setDefaultRequestProperties​(Map<String,​String> defaultRequestProperties)
        Sets the default request headers for HttpDataSource instances created by the factory.

        The new request properties will be used for future requests made by HttpDataSources created by the factory, including instances that have already been created. Modifying the defaultRequestProperties map after a call to this method will have no effect, and so it's necessary to call this method again each time the request properties need to be updated.

        Parameters:
        defaultRequestProperties - The default request properties.
        Returns:
        This factory.