All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----Acme.NoRobots
The basic idea of the Robot Exclusion Standard is that each web server can set up a single file called "/robots.txt" which contains pathnames that robots should not look at. See the full spec for details. Using this class is very simple - you create the object using your robot's name, and then you call ok() on each URL. For efficiency, the class caches entries for servers you've visited recently.
Fetch the software.
Fetch the entire Acme package.
public NoRobots(String robotName)
public boolean ok(URL url)
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs