Uses of Interface
com.norconex.crawler.core.fetch.FetchRequest
Packages that use FetchRequest
Package
Description
-
Uses of FetchRequest in com.norconex.crawler.core.fetch
Methods in com.norconex.crawler.core.fetch with parameters of type FetchRequestModifier and TypeMethodDescriptionfinal booleanAbstractFetcher.accept(@NonNull FetchRequest fetchRequest) booleanFetcher.accept(FetchRequest fetchRequest) booleanMultiFetcher.accept(FetchRequest fetchRequest) protected booleanAbstractFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) Optional method for subclasses to override when in need for additional acceptance logic beyond reference filters (which this abstract class provides).MultiFetcher.ResponseAggregator.aggregate(FetchRequest request, List<FetchResponse> multiResponse) Aggregate multiple results to produce a single one.Fetcher.fetch(FetchRequest fetchRequest) MultiFetcher.fetch(FetchRequest fetchRequest) Fetches a document. -
Uses of FetchRequest in com.norconex.crawler.fs.fetch
Classes in com.norconex.crawler.fs.fetch that implement FetchRequestModifier and TypeClassDescriptionclassclassA request to get all direct paths within a folder. -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl
Methods in com.norconex.crawler.fs.fetch.impl with parameters of type FetchRequestModifier and TypeMethodDescriptionAbstractNioFetcher.fetch(FetchRequest fetchRequest) static booleanFileFetchUtil.referenceStartsWith(FetchRequest req, String... prefixes) Whether a reference starts with any of the given prefixes (typically URI schemes). -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.adlsgen2
Methods in com.norconex.crawler.fs.fetch.impl.adlsgen2 with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanAdlsGen2Fetcher.acceptRequest(@NonNull FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.archive
Methods in com.norconex.crawler.fs.fetch.impl.archive with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanArchiveFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.azureblob
Methods in com.norconex.crawler.fs.fetch.impl.azureblob with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanAzureBlobFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.box
Methods in com.norconex.crawler.fs.fetch.impl.box with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanBoxFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) BoxFetcher.fetch(FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.cmis
Methods in com.norconex.crawler.fs.fetch.impl.cmis with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanCmisFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.egnyte
Methods in com.norconex.crawler.fs.fetch.impl.egnyte with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanEgnyteFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) EgnyteFetcher.fetch(FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.ftp
Methods in com.norconex.crawler.fs.fetch.impl.ftp with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanFtpFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.gcs
Methods in com.norconex.crawler.fs.fetch.impl.gcs with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanGcsFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.googledrive
Methods in com.norconex.crawler.fs.fetch.impl.googledrive with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanGoogleDriveFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) GoogleDriveFetcher.fetch(FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.hdfs
Methods in com.norconex.crawler.fs.fetch.impl.hdfs with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanHdfsFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.local
Methods in com.norconex.crawler.fs.fetch.impl.local with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanLocalFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.m365graph
Methods in com.norconex.crawler.fs.fetch.impl.m365graph with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanM365GraphFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) M365GraphFetcher.fetch(FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.s3
Methods in com.norconex.crawler.fs.fetch.impl.s3 with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanS3Fetcher.acceptRequest(@NonNull FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.sftp
Methods in com.norconex.crawler.fs.fetch.impl.sftp with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanSftpFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.smb
Methods in com.norconex.crawler.fs.fetch.impl.smb with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanSmbFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.fs.fetch.impl.webdav
Methods in com.norconex.crawler.fs.fetch.impl.webdav with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanWebDavFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.web.fetch
Classes in com.norconex.crawler.web.fetch that implement FetchRequest -
Uses of FetchRequest in com.norconex.crawler.web.fetch.impl.httpclient
Methods in com.norconex.crawler.web.fetch.impl.httpclient with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanHttpClientFetcher.acceptRequest(@NonNull FetchRequest fetchRequest) HttpClientFetcher.fetch(FetchRequest fetchRequest) -
Uses of FetchRequest in com.norconex.crawler.web.fetch.impl.playwright
Methods in com.norconex.crawler.web.fetch.impl.playwright with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanPlaywrightFetcher.acceptRequest(@NonNull FetchRequest req) PlaywrightFetcher.fetch(FetchRequest req) -
Uses of FetchRequest in com.norconex.crawler.web.fetch.impl.webdriver
Methods in com.norconex.crawler.web.fetch.impl.webdriver with parameters of type FetchRequestModifier and TypeMethodDescriptionprotected booleanWebDriverFetcher.acceptRequest(@NonNull FetchRequest req) WebDriverFetcher.fetch(FetchRequest req)