| Class and Description |
|---|
| io.vrap.rmf.base.client.ClientFactory |
| io.vrap.rmf.base.client.error.ExceptionFactory
use
HttpExceptionFactory instead |
| 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 |
| Method and Description |
|---|
| io.vrap.rmf.base.client.MiddlewareFactory.buildUserAgent()
use
ClientBuilder.buildDefaultUserAgent() instead |
| io.vrap.rmf.base.client.http.ErrorMiddleware.of(ResponseSerializer) |
| io.vrap.rmf.base.client.ClientBuilder.withClientCredentials(ClientCredentials, String)
use withClientCredentialsFlow instead
|
| io.vrap.rmf.base.client.ClientBuilder.withClientCredentials(ClientCredentials, String, VrapHttpClient)
use withClientCredentialsFlow instead
|
| 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
|