Uses of Interface
com.norconex.collector.http.robot.IRobotsMetaProvider
-
Packages that use IRobotsMetaProvider Package Description com.norconex.collector.http.crawler com.norconex.collector.http.robot.impl -
-
Uses of IRobotsMetaProvider in com.norconex.collector.http.crawler
Methods in com.norconex.collector.http.crawler that return IRobotsMetaProvider Modifier and Type Method Description IRobotsMetaProviderHttpCrawlerConfig. getRobotsMetaProvider()Methods in com.norconex.collector.http.crawler with parameters of type IRobotsMetaProvider Modifier and Type Method Description voidHttpCrawlerConfig. setRobotsMetaProvider(IRobotsMetaProvider robotsMetaProvider) -
Uses of IRobotsMetaProvider in com.norconex.collector.http.robot.impl
Classes in com.norconex.collector.http.robot.impl that implement IRobotsMetaProvider Modifier and Type Class Description classStandardRobotsMetaProviderImplementation ofIRobotsMetaProvideras per X-Robots-Tag and ROBOTS standards.
-