Uses of Class
com.norconex.crawler.core.fetch.AbstractFetcher
Packages that use AbstractFetcher
Package
Description
-
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.implModifier and TypeClassDescriptionclassAbstractNioFetcher<C extends BaseFetcherConfig>Base class for fetchers relying on Java NIO.2 (java.nio.file), either via the JDK's built-in providers or third-partyFileSystemProviderimplementations found on the classpath. -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.adlsgen2
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.adlsgen2Modifier and TypeClassDescriptionclassFetcher for Azure Data Lake Storage Gen2, using references such asabfss://filesystem@account.dfs.core.windows.net/path/to/file. -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.archive
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.archiveModifier and TypeClassDescriptionclassFetcher for archive file systems treated as virtual directory trees. -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.azureblob
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.azureblobModifier and TypeClassDescriptionclassFetcher for Azure Blob Storage, using references such asazblob://account/container/path/to/blob. -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.box
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.box -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.cmis
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.cmisModifier and TypeClassDescriptionclassCMIS-enabled Content Management Systems (CMS) fetcher (Atom end-point), backed by a custom, read-only NIO.2FileSystemProvider(CmisFileSystemProvider). -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.egnyte
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.egnyte -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.ftp
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.ftpModifier and TypeClassDescriptionclass -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.gcs
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.gcsModifier and TypeClassDescriptionclassFetcher for Google Cloud Storage (gs://bucket/object), backed by the official Google-maintainedgoogle-cloud-nioprovider. -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.googledrive
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.googledriveModifier and TypeClassDescriptionclassGoogle Drive API fetcher for Google Workspace My Drive and Shared Drives. -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.hdfs
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.hdfsModifier and TypeClassDescriptionclassFetcher for HDFS (webhdfs://), backed by a custom, read-only NIO.2FileSystemProvider(HdfsFileSystemProvider) that speaks the WebHDFS REST API directly over Apache HttpClient - no Hadoop client dependency. -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.local
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.localModifier and TypeClassDescriptionclassFetcher for a local file system, backed by the JDK's defaultFileSystemProvider. -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.m365graph
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.m365graphModifier and TypeClassDescriptionclassMicrosoft 365 Graph fetcher for SharePoint Online and OneDrive. -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.s3
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.s3Modifier and TypeClassDescriptionclassFetcher for Amazon S3 (s3://bucket/key), backed by a custom, read-only NIO.2FileSystemProvider(S3FileSystemProvider) built directly on the standard AWS SDK v2S3Client- not the AWS Common Runtime (CRT) client, avoiding its ~19MB native-library dependency. -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.sftp
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.sftpModifier and TypeClassDescriptionclassSFTP fetcher (sftp://), backed by the sftp-fs NIO.2 file system provider. -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.smb
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.smbModifier and TypeClassDescriptionclassCIFS fetcher (Samba, Windows share) (smb://), backed by a custom, read-only NIO.2FileSystemProvider(SmbFileSystemProvider) built directly on jcifs-ng's classicSmbFileAPI. -
Uses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.webdav
Subclasses of AbstractFetcher in com.norconex.crawler.fs.fetch.impl.webdavModifier and TypeClassDescriptionclassFetcher for WebDAV repositories (webdav://,webdavs://), backed by a custom, read-only NIO.2FileSystemProvider(WebDavFileSystemProvider) that speaks WebDAV directly over Apache HttpClient (no third-party WebDAV library). -
Uses of AbstractFetcher in com.norconex.crawler.web.fetch.impl.httpclient
Subclasses of AbstractFetcher in com.norconex.crawler.web.fetch.impl.httpclientModifier and TypeClassDescriptionclassDefault web crawler implementation ofFetcher, based on Apache HttpClient. -
Uses of AbstractFetcher in com.norconex.crawler.web.fetch.impl.playwright
Subclasses of AbstractFetcher in com.norconex.crawler.web.fetch.impl.playwright -
Uses of AbstractFetcher in com.norconex.crawler.web.fetch.impl.webdriver
Subclasses of AbstractFetcher in com.norconex.crawler.web.fetch.impl.webdriverModifier and TypeClassDescriptionclassUses Selenium WebDriver support for using native browsers to crawl documents.