public interface CookieJar
| 限定符和类型 | 方法和说明 |
|---|---|
List<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)
List<Cookie> getCookies(URL url)
Copyright © 2019. All rights reserved.