Class ScrapingService


  • public class ScrapingService
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScrapingService​(java.lang.String scraperApiUrl)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ScrapeResult scrape​(ScrapeRequest request, jakarta.ws.rs.client.Client client)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScrapingService

        public ScrapingService​(java.lang.String scraperApiUrl)