Package com.norconex.collector.http.fetch
-
Interface Summary Interface Description IHttpFetcher Fetches HTTP resources.IHttpFetchResponse -
Class Summary Class Description AbstractHttpFetcher Base class implementing theAbstractHttpFetcher.accept(Doc, HttpMethod)
method using reference filters to determine if this fetcher will accept to fetch a URL and delegating the HTTP method check to its ownAbstractHttpFetcher.accept(HttpMethod)
abstract method.HttpFetchClient Fetches HTTP resources, trying all configured http fetchers, defaulting toGenericHttpFetcher
with default configuration if none are defined.HttpFetchClientResponse Hold HTTP response information obtained from fetching a document using HttpFetchClient.HttpFetchResponseBuilder Builder facilitating creation of an HTTP fetch response. -
Enum Summary Enum Description HttpMethod -
Exception Summary Exception Description HttpFetchException Checked exception thrown upon encountering an error performing an HTTP Fetch