| Modifier and Type | Method and Description |
|---|---|
HttpUrl |
HttpUrl.Builder.build()
Create immutable
HttpUrl instance from current field values. |
HttpUrl |
HttpRequest.getEndpoint()
Request URL.
|
static HttpUrl |
HttpUrl.parse(String endpoint)
Parse URL string to create new
HttpUrl instance. |
| Modifier and Type | Method and Description |
|---|---|
HttpUrl |
AbstractHttpRequest.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract HttpRequest |
AbstractHttpClient.buildRequest(HttpMethod httpMethod,
HttpUrl endpoint)
Build request object.
|
| Constructor and Description |
|---|
AbstractHttpRequest(HttpUrl endpoint,
HttpMethod method) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpRequest |
ApacheHttpClient.buildRequest(HttpMethod httpMethod,
HttpUrl endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpRequest |
AsyncHttpClient.buildRequest(HttpMethod httpMethod,
HttpUrl endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpRequest |
NingAsyncHttpClient.buildRequest(HttpMethod httpMethod,
HttpUrl endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpRequest |
OkHttpClient.buildRequest(HttpMethod httpMethod,
HttpUrl endpoint) |
Copyright © 2018. All rights reserved.