protected static class CookieManager.DynamicCookieSet extends Object implements LoginCookies
Modifier and Type | Field and Description |
---|---|
protected List<org.apache.http.cookie.Cookie> |
cookies |
_rcsid
Constructor and Description |
---|
CookieManager.DynamicCookieSet() |
Modifier and Type | Method and Description |
---|---|
void |
addCookie(org.apache.http.cookie.Cookie c) |
org.apache.http.cookie.Cookie |
getCookie(int index)
Get the cookie name
|
int |
getCookieCount()
Get the cookie count
|
protected List<org.apache.http.cookie.Cookie> cookies
public void addCookie(org.apache.http.cookie.Cookie c)
public int getCookieCount()
LoginCookies
getCookieCount
in interface LoginCookies
public org.apache.http.cookie.Cookie getCookie(int index)
LoginCookies
getCookie
in interface LoginCookies