| Package | Description |
|---|---|
| ai.preferred.venom | |
| ai.preferred.venom.fetcher |
| Modifier and Type | Method and Description |
|---|---|
FetcherResponse.Status |
ResponseValidator.Status.getFetcherStatus()
Maps Status to an instance of FetcherResponse.Status
|
| Modifier and Type | Method and Description |
|---|---|
FetcherResponse.Status |
HttpFetcher.HttpFetcherResponse.getStatus() |
FetcherResponse.Status |
FetcherResponse.getStatus()
Return the status of this response
|
static FetcherResponse.Status |
FetcherResponse.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetcherResponse.Status[] |
FetcherResponse.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected HttpFetcher.HttpFetcherResponse |
HttpFetcher.makeInvalidResponse(HttpFetcherRequest request,
BaseResponse response,
FetcherResponse.Status status)
Method called when status is makeInvalidResponse
For additional processing or logging, when required.
|
Copyright © 2018. All rights reserved.