You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an Abstract class for processors that gives each processor a similar behaviour. This class should introduce a basic chain of decision methods that may determine if the given processor should work on the current CrawlUri.
Ideas for decision methods:
decide on mime type
decide on url
decide on HTTP status codes
...
The text was updated successfully, but these errors were encountered:
Create an Abstract class for processors that gives each processor a similar behaviour. This class should introduce a basic chain of decision methods that may determine if the given processor should work on the current CrawlUri.
Ideas for decision methods:
The text was updated successfully, but these errors were encountered: