| Modifier and Type | Interface | Description |
|---|---|---|
interface |
RestRequestBuilder |
An
RestRequestBuilder extends an RestCaller with builder
functionality and adds lambda support for handling the responses
addressed to this RestCaller. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
RestRequestBuilderImpl |
The implementation of the
RestCallerBuilder interface as good old
POJO for use by different RestClient implementations. |
| Modifier and Type | Method | Description |
|---|---|---|
default RestResponse |
RestRequestClient.doRequest(RestRequest aRequest) |
Sends a request with the possible attributes and returns the according
request's
RestResponse instance synchronously. |
static RestResponse |
RestRequestClientSugar.doRequest(RestRequest aRequest) |
Copyright © 2018. All rights reserved.