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