Uses of Interface
org.apache.manifoldcf.crawler.connectors.webcrawler.LoginCookies
-
-
Uses of LoginCookies in org.apache.manifoldcf.crawler.connectors.webcrawler
Classes in org.apache.manifoldcf.crawler.connectors.webcrawler that implement LoginCookies Modifier and Type Class Description protected static classCookieManager.DynamicCookieSetThis is a set of cookies, built dynamically.classCookieSetThis class represents a bunch of cookiesFields in org.apache.manifoldcf.crawler.connectors.webcrawler declared as LoginCookies Modifier and Type Field Description protected LoginCookiesThrottledFetcher.ExecuteMethodThread. cookiesprotected LoginCookiesThrottledFetcher.ThrottledConnection. lastFetchCookiesThe cookies from the last fetchprotected LoginCookiesCookieManager.CookiesExecutor. returnValueMethods in org.apache.manifoldcf.crawler.connectors.webcrawler that return LoginCookies Modifier and Type Method Description LoginCookiesThrottledFetcher.ExecuteMethodThread. getCookies()LoginCookiesIThrottledConnection. getLastFetchCookies()Get the last fetch cookies.LoginCookiesThrottledFetcher.ThrottledConnection. getLastFetchCookies()Get the last fetch cookies.LoginCookiesCookieManager.CookiesExecutor. getResults()Get the result.LoginCookiesCookieManager. readCookies(java.lang.String sessionKey)Read cookies currently in effect for a given session key.protected LoginCookiesCookieManager. readCookiesUncached(java.lang.String sessionKey)Read cookies from database, uncached.Methods in org.apache.manifoldcf.crawler.connectors.webcrawler with parameters of type LoginCookies Modifier and Type Method Description voidIThrottledConnection. executeFetch(java.lang.String urlPath, java.lang.String userAgent, java.lang.String from, boolean redirectOK, java.lang.String host, FormData formData, LoginCookies loginCookies)Execute the fetch and get the return code.voidThrottledFetcher.ThrottledConnection. executeFetch(java.lang.String urlPath, java.lang.String userAgent, java.lang.String from, boolean redirectOK, java.lang.String host, FormData formData, LoginCookies loginCookies)Execute the fetch and get the return code.voidCookieManager. updateCookies(java.lang.String sessionKey, LoginCookies cookies)Update cookes that are in effect for a given session key.
-