Interface URLFetcher

  • All Known Implementing Classes:
    HttpClientURLFetcher

    public interface URLFetcher
    A simple abstraction around the functionality of reading content from a URL as an InputStream. Use of this interface allows for pluggable implementations and easier testing.
    Author:
    mdurbin