Class StreetsideURL.APIv3

    • Constructor Detail

    • Method Detail

      • parseNextFromLinkHeaderValue

        public static java.net.URL parseNextFromLinkHeaderValue​(java.lang.String value)
        The APIv3 returns a Link header for each request. It contains a URL for requesting more results. If you supply the value of the Link header, this method returns the next URL, if such a URL is defined in the header.
        Parameters:
        value - the value of the HTTP-header with key "Link"
        Returns:
        the URL for the next result page, or null if no such URL could be found