Uses of Interface
com.norconex.crawler.core.fetch.FetchResponse
Packages that use FetchResponse
Package
Description
-
Uses of FetchResponse in com.norconex.crawler.core.fetch
Classes in com.norconex.crawler.core.fetch that implement FetchResponseModifier and TypeClassDescriptionclassHolds all responses obtained from fetching a document using one or multiple fetchers.Methods in com.norconex.crawler.core.fetch that return FetchResponseModifier and TypeMethodDescriptionMultiFetcher.ResponseAggregator.aggregate(FetchRequest request, List<FetchResponse> multiResponse) Aggregate multiple results to produce a single one.MultiFetcher.UnsuccessfulResponseFactory.create(ProcessingOutcome processingOutcome, String message, Exception e) Fetcher.fetch(FetchRequest fetchRequest) MultiFetcher.fetch(FetchRequest fetchRequest) Fetches a document.Methods in com.norconex.crawler.core.fetch that return types with arguments of type FetchResponseModifier and TypeMethodDescriptionAggregatedFetchResponse.getFetchResponses()protected Optional<FetchResponse> AggregatedFetchResponse.getLastFetchResponse()Method parameters in com.norconex.crawler.core.fetch with type arguments of type FetchResponseModifier and TypeMethodDescriptionMultiFetcher.ResponseAggregator.aggregate(FetchRequest request, List<FetchResponse> multiResponse) Aggregate multiple results to produce a single one.Constructor parameters in com.norconex.crawler.core.fetch with type arguments of type FetchResponseModifierConstructorDescriptionAggregatedFetchResponse(List<? extends FetchResponse> fetchResponses) -
Uses of FetchResponse in com.norconex.crawler.fs.fetch
Subinterfaces of FetchResponse in com.norconex.crawler.fs.fetchModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in com.norconex.crawler.fs.fetch that implement FetchResponseModifier and TypeClassDescriptionclassFile System multi-response information obtained from fetching a document.classFile System multi-response information obtained from fetching a document.Constructor parameters in com.norconex.crawler.fs.fetch with type arguments of type FetchResponseModifierConstructorDescriptionAggregatedFileFetchResponse(List<FetchResponse> fetchResponses) AggregatedFolderPathsResponse(List<FetchResponse> fetchResponses) -
Uses of FetchResponse in com.norconex.crawler.fs.fetch.impl
Classes in com.norconex.crawler.fs.fetch.impl that implement FetchResponseModifier and TypeClassDescriptionclassclassMethods in com.norconex.crawler.fs.fetch.impl that return FetchResponse -
Uses of FetchResponse in com.norconex.crawler.fs.fetch.impl.box
Methods in com.norconex.crawler.fs.fetch.impl.box that return FetchResponse -
Uses of FetchResponse in com.norconex.crawler.fs.fetch.impl.egnyte
Methods in com.norconex.crawler.fs.fetch.impl.egnyte that return FetchResponse -
Uses of FetchResponse in com.norconex.crawler.fs.fetch.impl.googledrive
Methods in com.norconex.crawler.fs.fetch.impl.googledrive that return FetchResponse -
Uses of FetchResponse in com.norconex.crawler.fs.fetch.impl.m365graph
Methods in com.norconex.crawler.fs.fetch.impl.m365graph that return FetchResponse -
Uses of FetchResponse in com.norconex.crawler.web.fetch
Subinterfaces of FetchResponse in com.norconex.crawler.web.fetchModifier and TypeInterfaceDescriptioninterfaceHTTP response information obtained from fetching a document.Classes in com.norconex.crawler.web.fetch that implement FetchResponseModifier and TypeClassDescriptionclassHTTP Multi-response information obtained from fetching a document.Constructor parameters in com.norconex.crawler.web.fetch with type arguments of type FetchResponse -
Uses of FetchResponse in com.norconex.crawler.web.fetch.impl.httpclient
Classes in com.norconex.crawler.web.fetch.impl.httpclient that implement FetchResponseModifier and TypeClassDescriptionclassHTTP response information obtained from fetching a document.