| Package | Description |
|---|---|
| org.everit.http.client |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpResponse.Builder.build()
The body of the HTTP response.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<HttpResponse> |
HttpClient.send(HttpRequest request)
Sends an HTTP call.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpResponse.Builder |
HttpResponse.builderFrom(HttpResponse httpResponse)
Creates a builder to build
HttpResponse and initialize it with the given object. |
static void |
HttpUtil.closeResponseGracefully(HttpResponse response)
Closes the HTTP response gracefully by reading any body content that has not been read yet.
|
Copyright © 2011–2019 Everit Kft.. All rights reserved.