Acme.Spider

Tagged:  

Acme.Spider is a Java class used in custom robot construction.

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

Share/Save