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