Class chap7.LinkFollower
All Packages Class Hierarchy This Package Previous Next Index
Class chap7.LinkFollower
java.lang.Object
|
+----java.lang.Thread
|
+----chap7.LinkFollower
- class LinkFollower
- extends Thread
A class that recursively follows all the links in a HTML
page to the very end. This has circularity problems that are
not entirely solved, hence the skip button. A HashTable
contains the list of all links that have been checked, and no
link should be checked twice.
- See Also:
- HashTable
This class is not public and can therefore cannot be used outside this package.
All Packages Class Hierarchy This Package Previous Next Index