public class CookieSet extends Object implements LoginCookies
Modifier and Type | Field and Description |
---|---|
protected List<org.apache.http.cookie.Cookie> |
cookieList |
_rcsid
Constructor and Description |
---|
CookieSet(List<org.apache.http.cookie.Cookie> cookieList) |
Modifier and Type | Method and Description |
---|---|
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> cookieList
public CookieSet(List<org.apache.http.cookie.Cookie> cookieList)
public int getCookieCount()
LoginCookies
getCookieCount
in interface LoginCookies
public org.apache.http.cookie.Cookie getCookie(int index)
LoginCookies
getCookie
in interface LoginCookies