Uses of Interface
com.norconex.collector.http.fetch.IHttpFetchResponse
Packages that use IHttpFetchResponse
Package
Description
-
Uses of IHttpFetchResponse in com.norconex.collector.http.fetch
Classes in com.norconex.collector.http.fetch that implement IHttpFetchResponseModifier and TypeClassDescriptionclassHold HTTP response information obtained from fetching a document using HttpFetchClient.Methods in com.norconex.collector.http.fetch that return IHttpFetchResponseModifier and TypeMethodDescriptionHttpFetchResponseBuilder.create()HttpFetchClient.fetch(CrawlDoc doc, HttpMethod httpMethod) IHttpFetcher.fetch(CrawlDoc doc, HttpMethod httpMethod) Performs an HTTP request for the supplied document reference and HTTP method.Methods in com.norconex.collector.http.fetch that return types with arguments of type IHttpFetchResponseMethods in com.norconex.collector.http.fetch with parameters of type IHttpFetchResponseModifier and TypeMethodDescriptionvoidHttpFetchClientResponse.addResponse(IHttpFetchResponse resp, IHttpFetcher fetcher) Constructors in com.norconex.collector.http.fetch with parameters of type IHttpFetchResponse -
Uses of IHttpFetchResponse in com.norconex.collector.http.fetch.impl
Methods in com.norconex.collector.http.fetch.impl that return IHttpFetchResponseModifier and TypeMethodDescriptionGenericHttpFetcher.fetch(CrawlDoc doc, HttpMethod httpMethod) PhantomJSDocumentFetcher.fetch(CrawlDoc doc, HttpMethod httpMethod) Deprecated. -
Uses of IHttpFetchResponse in com.norconex.collector.http.fetch.impl.webdriver
Methods in com.norconex.collector.http.fetch.impl.webdriver that return IHttpFetchResponseModifier and TypeMethodDescriptionWebDriverHttpFetcher.fetch(CrawlDoc doc, HttpMethod httpMethod)