| Modifier and Type | Method and Description |
|---|---|
RestRequest |
RestRequest.Builder.build()
Builds the unmodifiable rest request instance.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<RestRequest> |
RestRequestEnhancer.enhanceRestRequest(RestRequest request)
Enhances the rest request by creating a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
static RestRequest.Builder |
RestRequest.builderFrom(RestRequest restRequest)
Creates a builder to build
RestRequest and initialize it with the given object. |
static io.reactivex.Completable |
RestCallUtil.callEndpoint(org.everit.http.client.HttpClient httpClient,
RestRequest restRequest,
Optional<RestRequestEnhancer> requestEnhancer)
Calls a rest endpoint asynchronously where there is no response body.
|
static <T> io.reactivex.Single<T> |
RestCallUtil.callEndpoint(org.everit.http.client.HttpClient httpClient,
RestRequest restRequest,
Optional<RestRequestEnhancer> requestEnhancer,
com.fasterxml.jackson.core.type.TypeReference<T> returnType)
Calls a rest endpoint asynchronously.
|
io.reactivex.Single<RestRequest> |
RestRequestEnhancer.enhanceRestRequest(RestRequest request)
Enhances the rest request by creating a new instance.
|
Copyright © 2011–2019 Everit Kft.. All rights reserved.