|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Callback | |
|---|---|
| cs132.webPage | Classes for extracting href's embedded in web pages. |
| Uses of Callback in cs132.webPage |
|---|
| Classes in cs132.webPage that implement Callback | |
|---|---|
class |
ListCallback
This is a callback that collects the URLs found and returns them in a list. |
class |
PrintingCallback
This class is a simple callback that prints each URL found. |
| Methods in cs132.webPage with parameters of type Callback | |
|---|---|
static void |
ExtractHRefs.extractHRefs(java.net.URL webPage,
Callback callback)
Connect to a URL, download the contents of the contents and look for embedded HRefs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||