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 classHttpFetchClientResponseHold 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 IHttpFetchResponseHttpFetchResponseBuilder. create()IHttpFetchResponseHttpFetchClient. fetch(CrawlDoc doc, HttpMethod httpMethod)IHttpFetchResponseIHttpFetcher. 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 voidHttpFetchClientResponse. 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 IHttpFetchResponseGenericHttpFetcher. fetch(CrawlDoc doc, HttpMethod httpMethod)IHttpFetchResponsePhantomJSDocumentFetcher. 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 IHttpFetchResponseWebDriverHttpFetcher. fetch(CrawlDoc doc, HttpMethod httpMethod)
-