Uses of Interface
ai.preferred.venom.Interruptible
-
Packages that use Interruptible Package Description ai.preferred.venom ai.preferred.venom.fetcher -
-
Uses of Interruptible in ai.preferred.venom
Subinterfaces of Interruptible in ai.preferred.venom Modifier and Type Interface Description interfaceWorkerManagerClasses in ai.preferred.venom that implement Interruptible Modifier and Type Class Description classCrawlerThis class handles the coordination between classes during the pre and post fetching of a page such as executing threads, calling to fetcher and manipulating the priority of a scheduled request.classThreadedWorkerManager -
Uses of Interruptible in ai.preferred.venom.fetcher
Subinterfaces of Interruptible in ai.preferred.venom.fetcher Modifier and Type Interface Description interfaceFetcherThis interface represents only the most basic of fetching a request.Classes in ai.preferred.venom.fetcher that implement Interruptible Modifier and Type Class Description classAsyncFetcherThis class holds the implementation to provide how items are fetched from the web, to validate the item and to store it if specified.classStorageFetcherThis class holds the implementation to provide how items are fetched from a database, to validate the item and to store it if specified.
-