| Class and Description |
|---|
| io.vrap.rmf.base.client.ClientFactory |
| io.vrap.rmf.base.client.MiddlewareFactory
functionality now available using the
ClientBuilder |
| io.vrap.rmf.base.client.utils.json.VrapJsonUtils
use
JsonUtils instead |
| Field and Description |
|---|
| io.vrap.rmf.base.client.http.RetryMiddleware.DEFAULT_MAX_PARALLEL_REQUESTS |
| Constructor and Description |
|---|
| io.vrap.rmf.base.client.http.RetryMiddleware(int, int)
max parallel requests are limited by underlying HTTP client
|
| io.vrap.rmf.base.client.http.RetryMiddleware(int, int, List<Integer>)
max parallel requests are limited by underlying HTTP client
|
| io.vrap.rmf.base.client.http.RetryMiddleware(int, int, long, long)
max parallel requests are limited by underlying HTTP client
|
| io.vrap.rmf.base.client.http.RetryMiddleware(int, int, long, long, List<Integer>)
max parallel requests are limited by underlying HTTP client
|