Uses of Class
com.norconex.collector.http.robot.RobotsTxt
-
Packages that use RobotsTxt Package Description com.norconex.collector.http.delay com.norconex.collector.http.delay.impl com.norconex.collector.http.robot com.norconex.collector.http.robot.impl -
-
Uses of RobotsTxt in com.norconex.collector.http.delay
Methods in com.norconex.collector.http.delay with parameters of type RobotsTxt Modifier and Type Method Description voidIDelayResolver. delay(RobotsTxt robotsTxt, String url)Delay crawling activities (if applicable). -
Uses of RobotsTxt in com.norconex.collector.http.delay.impl
Methods in com.norconex.collector.http.delay.impl with parameters of type RobotsTxt Modifier and Type Method Description voidAbstractDelayResolver. delay(RobotsTxt robotsTxt, String url) -
Uses of RobotsTxt in com.norconex.collector.http.robot
Methods in com.norconex.collector.http.robot that return RobotsTxt Modifier and Type Method Description RobotsTxtIRobotsTxtProvider. getRobotsTxt(HttpFetchClient fetchClient, String url)Gets robots.txt rules. -
Uses of RobotsTxt in com.norconex.collector.http.robot.impl
Methods in com.norconex.collector.http.robot.impl that return RobotsTxt Modifier and Type Method Description RobotsTxtStandardRobotsTxtProvider. getRobotsTxt(HttpFetchClient fetcher, String url)protected RobotsTxtStandardRobotsTxtProvider. parseRobotsTxt(InputStream is, String url, String userAgent)
-