Hierarchy For All Packages
Package Hierarchies:- com.norconex.collector.http,
- com.norconex.collector.http.canon,
- com.norconex.collector.http.canon.impl,
- com.norconex.collector.http.checksum.impl,
- com.norconex.collector.http.crawler,
- com.norconex.collector.http.crawler.event.impl,
- com.norconex.collector.http.delay,
- com.norconex.collector.http.delay.impl,
- com.norconex.collector.http.doc,
- com.norconex.collector.http.fetch,
- com.norconex.collector.http.fetch.impl,
- com.norconex.collector.http.fetch.impl.webdriver,
- com.norconex.collector.http.fetch.util,
- com.norconex.collector.http.filter.impl,
- com.norconex.collector.http.link,
- com.norconex.collector.http.link.impl,
- com.norconex.collector.http.pipeline.committer,
- com.norconex.collector.http.pipeline.importer,
- com.norconex.collector.http.pipeline.queue,
- com.norconex.collector.http.processor,
- com.norconex.collector.http.processor.impl,
- com.norconex.collector.http.recrawl,
- com.norconex.collector.http.recrawl.impl,
- com.norconex.collector.http.robot,
- com.norconex.collector.http.robot.impl,
- com.norconex.collector.http.sitemap,
- com.norconex.collector.http.sitemap.impl,
- com.norconex.collector.http.url,
- com.norconex.collector.http.url.impl
Class Hierarchy
- java.lang.Object
- com.norconex.collector.http.delay.impl.AbstractDelay
- com.norconex.collector.http.delay.impl.CrawlerDelay
- com.norconex.collector.http.delay.impl.SiteDelay
- com.norconex.collector.http.delay.impl.ThreadDelay
- com.norconex.collector.http.delay.impl.AbstractDelayResolver (implements com.norconex.collector.http.delay.IDelayResolver, com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.delay.impl.GenericDelayResolver
- com.norconex.collector.http.delay.impl.ReferenceDelayResolver
- com.norconex.collector.http.fetch.AbstractHttpFetcher (implements com.norconex.commons.lang.event.IEventListener<T>, com.norconex.collector.http.fetch.IHttpFetcher, com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.fetch.impl.GenericHttpFetcher
- com.norconex.collector.http.fetch.impl.PhantomJSDocumentFetcher
- com.norconex.collector.http.fetch.impl.webdriver.WebDriverHttpFetcher
- com.norconex.collector.http.link.AbstractLinkExtractor (implements com.norconex.collector.http.link.ILinkExtractor, com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.link.AbstractTextLinkExtractor
- com.norconex.collector.http.link.impl.DOMLinkExtractor
- com.norconex.collector.http.link.impl.HtmlLinkExtractor
- com.norconex.collector.http.link.impl.GenericLinkExtractor
- com.norconex.collector.http.link.impl.RegexLinkExtractor
- com.norconex.collector.http.link.impl.XMLFeedLinkExtractor
- com.norconex.collector.http.link.impl.TikaLinkExtractor
- com.norconex.collector.http.link.AbstractTextLinkExtractor
- com.norconex.collector.core.checksum.AbstractMetadataChecksummer (implements com.norconex.collector.core.checksum.IMetadataChecksummer, com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.checksum.impl.LastModifiedMetadataChecksummer
- com.norconex.collector.core.pipeline.AbstractPipelineContext
- com.norconex.collector.core.pipeline.DocInfoPipelineContext
- com.norconex.collector.http.pipeline.queue.HttpQueuePipelineContext
- com.norconex.collector.core.pipeline.DocumentPipelineContext
- com.norconex.collector.http.pipeline.committer.HttpCommitterPipelineContext
- com.norconex.collector.core.pipeline.importer.ImporterPipelineContext
- com.norconex.collector.http.pipeline.importer.HttpImporterPipelineContext
- com.norconex.collector.core.pipeline.DocInfoPipelineContext
- com.norconex.collector.http.fetch.util.ApacheHttpUtil
- com.norconex.collector.http.fetch.impl.webdriver.Browser.WebDriverBuilder
- com.norconex.collector.core.Collector
- com.norconex.collector.http.HttpCollector
- com.norconex.collector.core.CollectorConfig (implements com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.HttpCollectorConfig
- com.norconex.collector.core.crawler.Crawler
- com.norconex.collector.http.crawler.HttpCrawler
- com.norconex.collector.core.crawler.CrawlerConfig (implements com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.crawler.HttpCrawlerConfig
- com.norconex.collector.core.crawler.CrawlerLifeCycleListener (implements com.norconex.commons.lang.event.IEventListener<T>)
- com.norconex.collector.http.sitemap.impl.GenericSitemapResolver (implements com.norconex.collector.http.sitemap.ISitemapResolver, com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.core.doc.CrawlState (implements java.io.Serializable)
- com.norconex.collector.http.doc.HttpCrawlState
- org.apache.http.impl.client.DefaultRedirectStrategy (implements org.apache.http.client.RedirectStrategy)
- org.apache.http.impl.client.LaxRedirectStrategy
- com.norconex.collector.http.fetch.util.ApacheRedirectCaptureStrategy
- org.apache.http.impl.client.LaxRedirectStrategy
- com.norconex.collector.http.fetch.util.DocImageHandler (implements com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.fetch.impl.webdriver.ScreenshotHandler
- com.norconex.importer.doc.DocInfo (implements java.io.Serializable)
- com.norconex.collector.core.doc.CrawlDocInfo
- com.norconex.collector.http.doc.HttpDocInfo
- com.norconex.collector.core.doc.CrawlDocInfo
- com.norconex.collector.http.processor.impl.FeaturedImageProcessor (implements com.norconex.collector.http.processor.IHttpDocumentProcessor, com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.canon.impl.GenericCanonicalLinkDetector (implements com.norconex.collector.http.canon.ICanonicalLinkDetector, com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.delay.impl.GenericDelayResolver.DelaySchedule
- com.norconex.collector.http.fetch.impl.GenericHttpFetcherConfig (implements com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.recrawl.impl.GenericRecrawlableResolver (implements com.norconex.collector.http.recrawl.IRecrawlableResolver, com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.recrawl.impl.GenericRecrawlableResolver.MinFrequency
- com.norconex.collector.http.fetch.util.GenericRedirectURLProvider (implements com.norconex.collector.http.fetch.util.IRedirectURLProvider, com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.url.impl.GenericURLNormalizer (implements com.norconex.collector.http.url.IURLNormalizer, com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.url.impl.GenericURLNormalizer.Replace
- com.norconex.collector.http.fetch.util.HstsResolver
- com.norconex.collector.http.link.impl.HtmlLinkExtractor.RegexPair
- com.norconex.collector.http.fetch.impl.HttpAuthConfig (implements com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.crawler.HttpCrawlerEvent
- com.norconex.collector.http.doc.HttpDocMetadata
- com.norconex.collector.http.fetch.HttpFetchClient
- com.norconex.collector.http.fetch.HttpFetchClientResponse (implements com.norconex.collector.http.fetch.IHttpFetchResponse)
- com.norconex.collector.http.fetch.HttpFetchResponseBuilder
- com.norconex.collector.http.fetch.impl.webdriver.HttpSnifferConfig (implements com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.processor.impl.ImageCache
- com.norconex.collector.http.link.Link (implements java.lang.Comparable<T>)
- org.openqa.selenium.MutableCapabilities (implements org.openqa.selenium.Capabilities)
- org.openqa.selenium.remote.AbstractDriverOptions<DO>
- com.norconex.collector.http.fetch.impl.webdriver.Browser.CustomDriverOptions
- org.openqa.selenium.remote.AbstractDriverOptions<DO>
- com.norconex.commons.lang.pipeline.Pipeline<T> (implements com.norconex.commons.lang.pipeline.IPipelineStage<T>)
- com.norconex.collector.http.pipeline.committer.HttpCommitterPipeline
- com.norconex.collector.http.pipeline.importer.HttpImporterPipeline
- com.norconex.collector.http.pipeline.queue.HttpQueuePipeline
- com.norconex.collector.http.delay.impl.ReferenceDelayResolver.DelayReferencePattern
- com.norconex.collector.http.robot.RobotsMeta
- com.norconex.collector.http.robot.RobotsTxt
- com.norconex.collector.http.processor.impl.ScaledImage
- com.norconex.collector.http.filter.impl.SegmentCountURLFilter (implements com.norconex.collector.core.filter.IDocumentFilter, com.norconex.collector.core.filter.IMetadataFilter, com.norconex.importer.handler.filter.IOnMatchFilter, com.norconex.collector.core.filter.IReferenceFilter, com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.robot.impl.StandardRobotsMetaProvider (implements com.norconex.collector.http.robot.IRobotsMetaProvider, com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.robot.impl.StandardRobotsTxtProvider (implements com.norconex.collector.http.robot.IRobotsTxtProvider)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.io.IOException
- com.norconex.collector.http.fetch.HttpFetchException
- java.io.IOException
- java.lang.Exception
- com.norconex.collector.http.crawler.URLCrawlScopeStrategy
- com.norconex.collector.http.crawler.event.impl.URLStatusCrawlerEventListener (implements com.norconex.commons.lang.event.IEventListener<T>, com.norconex.commons.lang.xml.IXMLConfigurable)
- com.norconex.collector.http.fetch.impl.webdriver.WebDriverHttpFetcherConfig (implements com.norconex.commons.lang.xml.IXMLConfigurable)
- javax.net.ssl.X509ExtendedTrustManager (implements javax.net.ssl.X509TrustManager)
- com.norconex.collector.http.fetch.util.TrustAllX509TrustManager
- com.norconex.collector.http.delay.impl.AbstractDelay
Interface Hierarchy
- com.norconex.collector.http.canon.ICanonicalLinkDetector
- com.norconex.collector.http.delay.IDelayResolver
- com.norconex.collector.http.processor.IHttpDocumentProcessor
- com.norconex.collector.http.fetch.IHttpFetcher
- com.norconex.collector.http.fetch.IHttpFetchResponse
- com.norconex.collector.http.link.ILinkExtractor
- com.norconex.importer.handler.filter.IOnMatchFilter
- com.norconex.collector.http.robot.IRobotsTxtFilter (also extends com.norconex.collector.core.filter.IReferenceFilter)
- com.norconex.collector.http.recrawl.IRecrawlableResolver
- com.norconex.collector.http.fetch.util.IRedirectURLProvider
- com.norconex.collector.core.filter.IReferenceFilter
- com.norconex.collector.http.robot.IRobotsTxtFilter (also extends com.norconex.importer.handler.filter.IOnMatchFilter)
- com.norconex.collector.http.robot.IRobotsMetaProvider
- com.norconex.collector.http.robot.IRobotsTxtProvider
- com.norconex.collector.http.sitemap.ISitemapResolver
- com.norconex.collector.http.crawler.IStartURLsProvider
- com.norconex.collector.http.url.IURLNormalizer
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.norconex.collector.http.fetch.impl.webdriver.Browser
- com.norconex.collector.http.fetch.util.DocImageHandler.DirStructure
- com.norconex.collector.http.fetch.util.DocImageHandler.Target
- com.norconex.collector.http.processor.impl.FeaturedImageProcessor.Quality
- com.norconex.collector.http.processor.impl.FeaturedImageProcessor.Storage
- com.norconex.collector.http.processor.impl.FeaturedImageProcessor.StorageDiskStructure
- com.norconex.collector.http.delay.impl.GenericDelayResolver.DelaySchedule.DOW
- com.norconex.collector.http.recrawl.impl.GenericRecrawlableResolver.SitemapSupport
- com.norconex.collector.http.url.impl.GenericURLNormalizer.Normalization
- com.norconex.collector.http.crawler.HttpCrawlerConfig.HttpMethodSupport
- com.norconex.collector.http.crawler.HttpCrawlerConfig.ReferencedLinkType
- com.norconex.collector.http.fetch.HttpMethod
- com.norconex.collector.http.fetch.impl.PhantomJSDocumentFetcher.Quality
- com.norconex.collector.http.fetch.impl.PhantomJSDocumentFetcher.Storage
- com.norconex.collector.http.fetch.impl.PhantomJSDocumentFetcher.StorageDiskStructure
- com.norconex.collector.http.sitemap.SitemapChangeFrequency
- com.norconex.collector.http.fetch.impl.webdriver.WebDriverHttpFetcherConfig.WaitElementType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)