Package | Description |
---|---|
bixo.datum | |
bixo.exceptions | |
bixo.fetcher |
Modifier and Type | Method and Description |
---|---|
HttpHeaders |
StatusDatum.getHeaders() |
HttpHeaders |
FetchedDatum.getHeaders() |
HttpHeaders |
ContentDatum.getHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
StatusDatum.setHeaders(HttpHeaders headers) |
void |
FetchedDatum.setHeaders(HttpHeaders headers) |
void |
ContentDatum.setHeaders(HttpHeaders headers) |
Constructor and Description |
---|
ContentDatum(java.lang.String baseUrl,
java.lang.String fetchedUrl,
HttpHeaders headers,
ContentBytes content,
java.lang.String contentType) |
FetchedDatum(java.lang.String baseUrl,
java.lang.String fetchedUrl,
long fetchTime,
HttpHeaders headers,
ContentBytes content,
java.lang.String contentType,
int responseRate) |
StatusDatum(java.lang.String url,
HttpHeaders headers,
java.lang.String hostAddress,
com.scaleunlimited.cascading.Payload payload)
Constructor for creating StatusDatum for a URL that was fetched successfully.
|
StatusDatum(java.lang.String url,
UrlStatus status,
HttpHeaders headers,
BaseFetchException e,
long statusTime,
java.lang.String hostAddress,
com.scaleunlimited.cascading.Payload payload) |
Modifier and Type | Method and Description |
---|---|
HttpHeaders |
HttpFetchException.getHttpHeaders() |
Constructor and Description |
---|
HttpFetchException(java.lang.String url,
java.lang.String msg,
int httpStatus,
HttpHeaders httpHeaders) |
Modifier and Type | Method and Description |
---|---|
HttpHeaders |
FetchedResult.getHeaders() |
Constructor and Description |
---|
FetchedResult(java.lang.String baseUrl,
java.lang.String redirectedUrl,
long fetchTime,
HttpHeaders headers,
byte[] content,
java.lang.String contentType,
int responseRate,
com.scaleunlimited.cascading.Payload payload,
java.lang.String newBaseUrl,
int numRedirects,
java.lang.String hostAddress) |
Copyright © 2012 Bixo Labs