Interface LoginCookies
-
- All Known Implementing Classes:
CookieManager.DynamicCookieSet,CookieSet
public interface LoginCookiesThis interface describes cookies obtained during sequential authentication.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsid
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.http.cookie.CookiegetCookie(int index)Get the cookie nameintgetCookieCount()Get the cookie count
-
-
-
Field Detail
-
_rcsid
static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-