Uses of Enum Class
com.norconex.crawler.web.fetch.impl.httpclient.HttpAuthMethod
Packages that use HttpAuthMethod
-
Uses of HttpAuthMethod in com.norconex.crawler.web.fetch.impl.httpclient
Methods in com.norconex.crawler.web.fetch.impl.httpclient that return HttpAuthMethodModifier and TypeMethodDescriptionHttpAuthConfig.getMethod()The authentication method.static HttpAuthMethodReturns the enum constant of this class with the specified name.static HttpAuthMethod[]HttpAuthMethod.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 HttpAuthMethodModifier and TypeMethodDescriptionHttpAuthConfig.setMethod(HttpAuthMethod method) The authentication method.