|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--spider.util.Page
Class defines the web page data structure
Field Summary | |
int |
code
code indicates potential problems with the page or some other event associetd with it 0 - no problem 1 - page not found 2 - redirected page 3 - time-out 4 - other |
java.lang.String |
content
|
long |
lastModified
|
long |
size
|
Constructor Summary | |
Page()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String content
public long lastModified
public long size
public int code
Fetcher
Constructor Detail |
public Page()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |