Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- readObjectFromResource(String, TypeReference<T>) - Static method in class io.vrap.rmf.base.client.utils.json.JsonUtils
-
Reads a UTF-8 JSON text file from the classpath of the current thread and transforms it into a Java object.
- readObjectFromResource(String, JavaType) - Static method in class io.vrap.rmf.base.client.utils.json.JsonUtils
- readObjectFromResource(String, Class<T>) - Static method in class io.vrap.rmf.base.client.utils.json.JsonUtils
- recover(CompletionStage<T>, Function<Throwable, ? extends T>) - Static method in class io.vrap.rmf.base.client.utils.CompletableFutureUtils
-
Creates a
CompletionStagewhich can be recovered if an error occurs. - recoverWith(CompletionStage<T>, Function<? super Throwable, CompletionStage<T>>) - Static method in class io.vrap.rmf.base.client.utils.CompletableFutureUtils
-
Creates a
CompletionStagewhich can be recovered if an error occurs. - recoverWith(CompletionStage<T>, Function<? super Throwable, CompletionStage<T>>, Executor) - Static method in class io.vrap.rmf.base.client.utils.CompletableFutureUtils
-
Creates a
CompletionStagewhich can be recovered if an error occurs by executing a function in a certain thread pool. - reflectionHashCode() - Method in class io.vrap.rmf.base.client.ApiHttpRequest
- reflectionString() - Method in interface io.vrap.rmf.base.client.ModelBase
- reflectionString(Object) - Static method in interface io.vrap.rmf.base.client.ModelBase
- reflectionString(Object, ToStringStyle) - Static method in interface io.vrap.rmf.base.client.ModelBase
- reflectionString(ToStringStyle) - Method in interface io.vrap.rmf.base.client.ModelBase
- RefreshableTokenSupplier - Interface in io.vrap.rmf.base.client.oauth2
- RefreshFlowTokenSupplier - Class in io.vrap.rmf.base.client.oauth2
- RefreshFlowTokenSupplier(String, String, String, TokenStorage, VrapHttpClient) - Constructor for class io.vrap.rmf.base.client.oauth2.RefreshFlowTokenSupplier
- RefreshFlowTokenSupplier(String, String, String, TokenStorage, VrapHttpClient, ResponseSerializer) - Constructor for class io.vrap.rmf.base.client.oauth2.RefreshFlowTokenSupplier
- refreshToken() - Method in class io.vrap.rmf.base.client.http.OAuthHandler
- refreshToken() - Method in class io.vrap.rmf.base.client.oauth2.AnonymousFlowTokenSupplier
- refreshToken() - Method in class io.vrap.rmf.base.client.oauth2.InMemoryTokenSupplier
- refreshToken() - Method in interface io.vrap.rmf.base.client.oauth2.RefreshableTokenSupplier
- refreshToken() - Method in class io.vrap.rmf.base.client.oauth2.RefreshFlowTokenSupplier
- refreshToken() - Method in class io.vrap.rmf.base.client.oauth2.TokenStorageSupplier
- RequestCommand<TResult> - Interface in io.vrap.rmf.base.client
- resolve(URI) - Method in class io.vrap.rmf.base.client.ApiHttpRequest
- ResponseSerializer - Interface in io.vrap.rmf.base.client
-
Interface to deserialize a response to a specified output type
- resultType() - Method in interface io.vrap.rmf.base.client.HttpRequestCommand
- RetryMiddleware - Class in io.vrap.rmf.base.client.http
-
Implementation for a retry of a requests upon configured response status codes
- RetryMiddleware(int) - Constructor for class io.vrap.rmf.base.client.http.RetryMiddleware
-
Deprecated.
- RetryMiddleware(int, int) - Constructor for class io.vrap.rmf.base.client.http.RetryMiddleware
-
Deprecated.max parallel requests are limited by underlying HTTP client
- RetryMiddleware(int, int, long, long) - Constructor for class io.vrap.rmf.base.client.http.RetryMiddleware
-
Deprecated.max parallel requests are limited by underlying HTTP client
- RetryMiddleware(int, int, long, long, List<Integer>) - Constructor for class io.vrap.rmf.base.client.http.RetryMiddleware
-
Deprecated.max parallel requests are limited by underlying HTTP client
- RetryMiddleware(int, int, List<Integer>) - Constructor for class io.vrap.rmf.base.client.http.RetryMiddleware
-
Deprecated.max parallel requests are limited by underlying HTTP client
- RetryMiddleware(int, long, long) - Constructor for class io.vrap.rmf.base.client.http.RetryMiddleware
-
Deprecated.use
RetryRequestMiddleware.of(int, long, long)instead - RetryMiddleware(int, long, long, List<Integer>) - Constructor for class io.vrap.rmf.base.client.http.RetryMiddleware
-
Deprecated.use
RetryRequestMiddleware.of(int, long, long, List)instead - RetryMiddleware(int, List<Integer>) - Constructor for class io.vrap.rmf.base.client.http.RetryMiddleware
-
Deprecated.use
RetryRequestMiddleware.of(int, List)instead - RetryRequestMiddleware - Interface in io.vrap.rmf.base.client.http
-
Middleware for retrying of a requests upon configured response status codes and/or exceptions
- RmfTimeoutException - Exception in io.vrap.rmf.base.client.error
- RmfTimeoutException(TimeoutException) - Constructor for exception io.vrap.rmf.base.client.error.RmfTimeoutException
- RmfTimeoutException(TimeoutException, ApiHttpRequest) - Constructor for exception io.vrap.rmf.base.client.error.RmfTimeoutException
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
RetryRequestMiddleware.of(int)instead