Uses of Class
com.norconex.collector.http.fetch.impl.HttpAuthConfig
-
Packages that use HttpAuthConfig Package Description com.norconex.collector.http.fetch.impl com.norconex.collector.http.fetch.util -
-
Uses of HttpAuthConfig in com.norconex.collector.http.fetch.impl
Methods in com.norconex.collector.http.fetch.impl that return HttpAuthConfig Modifier and Type Method Description HttpAuthConfig
GenericHttpFetcherConfig. getAuthConfig()
Methods in com.norconex.collector.http.fetch.impl with parameters of type HttpAuthConfig Modifier and Type Method Description void
GenericHttpFetcherConfig. setAuthConfig(HttpAuthConfig authConfig)
-
Uses of HttpAuthConfig in com.norconex.collector.http.fetch.util
Methods in com.norconex.collector.http.fetch.util with parameters of type HttpAuthConfig Modifier and Type Method Description static void
ApacheHttpUtil. authenticateUsingForm(org.apache.http.client.HttpClient httpClient, HttpAuthConfig authConfig)
-