Modifier and Type | Class and Description |
---|---|
protected static class |
CookieManager.DynamicCookieSet
This is a set of cookies, built dynamically.
|
class |
CookieSet
This class represents a bunch of cookies
|
Modifier and Type | Field and Description |
---|---|
protected LoginCookies |
ThrottledFetcher.ExecuteMethodThread.cookies |
protected LoginCookies |
ThrottledFetcher.ThrottledConnection.lastFetchCookies
The cookies from the last fetch
|
protected LoginCookies |
CookieManager.CookiesExecutor.returnValue |
Modifier and Type | Method and Description |
---|---|
LoginCookies |
ThrottledFetcher.ExecuteMethodThread.getCookies() |
LoginCookies |
IThrottledConnection.getLastFetchCookies()
Get the last fetch cookies.
|
LoginCookies |
ThrottledFetcher.ThrottledConnection.getLastFetchCookies()
Get the last fetch cookies.
|
LoginCookies |
CookieManager.CookiesExecutor.getResults()
Get the result.
|
LoginCookies |
CookieManager.readCookies(String sessionKey)
Read cookies currently in effect for a given session key.
|
protected LoginCookies |
CookieManager.readCookiesUncached(String sessionKey)
Read cookies from database, uncached.
|
Modifier and Type | Method and Description |
---|---|
void |
IThrottledConnection.executeFetch(String urlPath,
String userAgent,
String from,
boolean redirectOK,
String host,
FormData formData,
LoginCookies loginCookies)
Execute the fetch and get the return code.
|
void |
ThrottledFetcher.ThrottledConnection.executeFetch(String urlPath,
String userAgent,
String from,
boolean redirectOK,
String host,
FormData formData,
LoginCookies loginCookies)
Execute the fetch and get the return code.
|
void |
CookieManager.updateCookies(String sessionKey,
LoginCookies cookies)
Update cookes that are in effect for a given session key.
|