public interface CookieStore
Cookie对象的抽象存储。
| Modifier and Type | Method and Description |
|---|---|
void |
addCookie(Cookie cookie)
添加一个 Cookie ,替换任何现有的等效的cookie。
|
void |
clear()
清除所有饼干。
|
boolean |
clearExpired(Date date)
|
List<Cookie> |
getCookies()
返回此商店中包含的所有Cookie。
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.