| Package | Description |
|---|---|
| org.aoju.bus.http.cookie |
| Modifier and Type | Method and Description |
|---|---|
Cookie |
Cookie.Builder.build() |
static Cookie |
Cookie.parse(Url url,
String setCookie) |
| Modifier and Type | Method and Description |
|---|---|
List<Cookie> |
CookieJar.loadForRequest(Url url) |
static List<Cookie> |
Cookie.parseAll(Url url,
Headers headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
CookieJar.saveFromResponse(Url url,
List<Cookie> cookies) |
Copyright © 2019. All rights reserved.