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