public interface CookieJar
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<Cookie> |
getCookies()
Get all cookies in this store
|
List<Cookie> |
getCookies(URL url)
Get cookies match the given url.
|
void |
storeCookies(Collection<Cookie> cookies)
Add multi cookies to cookie jar.
|
void storeCookies(Collection<Cookie> cookies)
@Nonnull List<Cookie> getCookies(URL url)
@Nonnull Collection<Cookie> getCookies()
Copyright © 2017. All rights reserved.