Class Acme.Spider
Class Acme.Spider is a web-robot that performs a breadth-first crawl and returns URL connections.
More information about them, from the website:
This is an Enumeration class that traverses the web starting at a given URL. It fetches HTML files and parses them for new URLs to look at. All files it encounters, HTML or otherwise, are returned by the nextElement() method as a URLConnection. The traversal is breadth-first, and by default it is limited to files at or below the starting point - same protocol, hostname, and initial directory.
Visit Class Acme.Spider


