Uses of Enum Class
com.norconex.collector.http.crawler.HttpCrawlerConfig.HttpMethodSupport
Packages that use HttpCrawlerConfig.HttpMethodSupport
-
Uses of HttpCrawlerConfig.HttpMethodSupport in com.norconex.collector.http.crawler
Methods in com.norconex.collector.http.crawler that return HttpCrawlerConfig.HttpMethodSupportModifier and TypeMethodDescriptionHttpCrawlerConfig.getFetchHttpGet()Gets whether to fetch HTTP documents using an HTTP GET request.HttpCrawlerConfig.getFetchHttpHead()Gets whether to fetch HTTP response headers using an HTTP HEAD request.Returns the enum constant of this class with the specified name.static HttpCrawlerConfig.HttpMethodSupport[]HttpCrawlerConfig.HttpMethodSupport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.collector.http.crawler with parameters of type HttpCrawlerConfig.HttpMethodSupportModifier and TypeMethodDescriptionbooleanHttpCrawlerConfig.HttpMethodSupport.is(HttpCrawlerConfig.HttpMethodSupport methodSupport) static booleanHttpCrawlerConfig.HttpMethodSupport.isEnabled(HttpCrawlerConfig.HttpMethodSupport methodSupport) voidHttpCrawlerConfig.setFetchHttpGet(HttpCrawlerConfig.HttpMethodSupport fetchHttpGet) Sets whether to fetch HTTP documents using an HTTP GET request.voidHttpCrawlerConfig.setFetchHttpHead(HttpCrawlerConfig.HttpMethodSupport fetchHttpHead) Sets whether to fetch HTTP response headers using an HTTP HEAD request.