Interface DocumentFetcher


  • public interface DocumentFetcher
    Provides implementations for getting a URL
    Version:
    1.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.jsoup.nodes.Document get​(java.lang.String url)
      Returns a Document from a HTTP GET request
    • Method Detail

      • get

        org.jsoup.nodes.Document get​(java.lang.String url)
        Returns a Document from a HTTP GET request
        Parameters:
        url - String URL to get
        Returns:
        Document object representing the Document