Uses of Interface
com.norconex.collector.http.fetch.IHttpFetchResponse
-
Packages that use IHttpFetchResponse Package Description com.norconex.collector.http.fetch com.norconex.collector.http.fetch.impl com.norconex.collector.http.fetch.impl.webdriver -
-
Uses of IHttpFetchResponse in com.norconex.collector.http.fetch
Classes in com.norconex.collector.http.fetch that implement IHttpFetchResponse Modifier and Type Class Description class
HttpFetchClientResponse
Hold HTTP response information obtained from fetching a document using HttpFetchClient.Methods in com.norconex.collector.http.fetch that return IHttpFetchResponse Modifier and Type Method Description IHttpFetchResponse
HttpFetchResponseBuilder. create()
IHttpFetchResponse
HttpFetchClient. fetch(CrawlDoc doc, HttpMethod httpMethod)
IHttpFetchResponse
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 IHttpFetchResponse Modifier and Type Method Description List<IHttpFetchResponse>
HttpFetchClientResponse. getResponses()
Methods in com.norconex.collector.http.fetch with parameters of type IHttpFetchResponse Modifier and Type Method Description void
HttpFetchClientResponse. addResponse(IHttpFetchResponse resp, IHttpFetcher fetcher)
Constructors in com.norconex.collector.http.fetch with parameters of type IHttpFetchResponse Constructor Description HttpFetchResponseBuilder(IHttpFetchResponse r)
-
Uses of IHttpFetchResponse in com.norconex.collector.http.fetch.impl
Methods in com.norconex.collector.http.fetch.impl that return IHttpFetchResponse Modifier and Type Method Description IHttpFetchResponse
GenericHttpFetcher. fetch(CrawlDoc doc, HttpMethod httpMethod)
IHttpFetchResponse
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 IHttpFetchResponse Modifier and Type Method Description IHttpFetchResponse
WebDriverHttpFetcher. fetch(CrawlDoc doc, HttpMethod httpMethod)
-