Interface AbstractImageSessionContext.FallbackResolver

    • Method Detail

      • createSource

        Source createSource​(Source source,
                            String uri)
        The fallback mechanism used to create the source which takes in both the Source that the the regular mechanisms attempted to create and the URI that the user provided.
        Parameters:
        source - the source
        uri - the URI provided by the user
        Returns:
        the source that the contingency mechanism has been acquired