Uses of Enum Class
com.norconex.crawler.web.fetch.impl.httpclient.HttpClientFetcherConfig.CookieSpec
Packages that use HttpClientFetcherConfig.CookieSpec
-
Uses of HttpClientFetcherConfig.CookieSpec in com.norconex.crawler.web.fetch.impl.httpclient
Methods in com.norconex.crawler.web.fetch.impl.httpclient that return HttpClientFetcherConfig.CookieSpecModifier and TypeMethodDescriptionHttpClientFetcherConfig.getCookieSpec()Cookie specification to use when fetching documents.Returns the enum constant of this class with the specified name.static HttpClientFetcherConfig.CookieSpec[]HttpClientFetcherConfig.CookieSpec.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.crawler.web.fetch.impl.httpclient with parameters of type HttpClientFetcherConfig.CookieSpecModifier and TypeMethodDescriptionHttpClientFetcherConfig.setCookieSpec(HttpClientFetcherConfig.CookieSpec cookieSpec) Cookie specification to use when fetching documents.