|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Status | |
|---|---|
| net.vidageek.crawler | |
| net.vidageek.crawler.page | |
| net.vidageek.crawler.visitor | |
| Uses of Status in net.vidageek.crawler |
|---|
| Methods in net.vidageek.crawler that return Status | |
|---|---|
static Status |
Status.fromHttpCode(int code)
|
Status |
Page.getStatusCode()
|
static Status |
Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.vidageek.crawler with parameters of type Status | |
|---|---|
void |
ContentVisitor.onError(Url errorUrl,
Status statusError)
|
| Uses of Status in net.vidageek.crawler.page |
|---|
| Methods in net.vidageek.crawler.page that return Status | |
|---|---|
Status |
RejectedMimeTypePage.getStatusCode()
|
Status |
OkPage.getStatusCode()
|
Status |
ErrorPage.getStatusCode()
|
| Constructors in net.vidageek.crawler.page with parameters of type Status | |
|---|---|
ErrorPage(java.lang.String url,
Status error)
|
|
RejectedMimeTypePage(java.lang.String url,
Status status,
java.lang.String mimeType)
|
|
| Uses of Status in net.vidageek.crawler.visitor |
|---|
| Methods in net.vidageek.crawler.visitor with parameters of type Status | |
|---|---|
void |
RejectAtDepthVisitor.onError(Url errorUrl,
Status statusError)
|
void |
DomainVisitor.onError(Url url,
Status statusError)
|
void |
DoesNotFollowVisitedUrlVisitor.onError(Url url,
Status statusError)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||