| Package | Description |
|---|---|
| org.aoju.bus.http | |
| org.aoju.bus.http.accord | |
| org.aoju.bus.http.cache | |
| org.aoju.bus.http.cookie | |
| org.aoju.bus.http.internal.http | |
| org.aoju.bus.http.internal.http.first |
| Modifier and Type | Field and Description |
|---|---|
Url |
Address.url |
| Modifier and Type | Method and Description |
|---|---|
Url |
Url.Builder.build() |
static Url |
Url.get(String url) |
static Url |
Url.get(URI uri) |
static Url |
Url.get(URL url) |
static Url |
Url.parse(String url) |
Url |
Url.resolve(String link) |
Url |
Request.url() |
Url |
Address.url() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Internal.hostHeader(Url url,
boolean includeDefaultPort) |
Request.Builder |
Request.Builder.url(Url url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RealConnection.supportsUrl(Url url) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Cache.key(Url url) |
| Modifier and Type | Method and Description |
|---|---|
List<Cookie> |
CookieJar.loadForRequest(Url url) |
boolean |
Cookie.matches(Url url) |
static Cookie |
Cookie.parse(Url url,
String setCookie) |
static List<Cookie> |
Cookie.parseAll(Url url,
Headers headers) |
void |
CookieJar.saveFromResponse(Url url,
List<Cookie> cookies) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HttpHeaders.receiveHeaders(CookieJar cookieJar,
Url url,
Headers headers) |
static String |
RequestLine.requestPath(Url url) |
| Modifier and Type | Method and Description |
|---|---|
Source |
Http1Codec.newChunkedSource(Url url) |
Copyright © 2019. All rights reserved.