Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- BAD_GATEWAY_502 - Static variable in class io.vrap.rmf.base.client.http.HttpStatusCode
- BAD_REQUEST_400 - Static variable in class io.vrap.rmf.base.client.http.HttpStatusCode
- BadGatewayException - Exception in io.vrap.rmf.base.client.error
- BadGatewayException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>) - Constructor for exception io.vrap.rmf.base.client.error.BadGatewayException
- BadGatewayException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ApiHttpRequest) - Constructor for exception io.vrap.rmf.base.client.error.BadGatewayException
- BadGatewayException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ApiHttpRequest, ResponseSerializer) - Constructor for exception io.vrap.rmf.base.client.error.BadGatewayException
- BadGatewayException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ResponseSerializer) - Constructor for exception io.vrap.rmf.base.client.error.BadGatewayException
- BadRequestException - Exception in io.vrap.rmf.base.client.error
- BadRequestException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>) - Constructor for exception io.vrap.rmf.base.client.error.BadRequestException
- BadRequestException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ApiHttpRequest) - Constructor for exception io.vrap.rmf.base.client.error.BadRequestException
- BadRequestException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ApiHttpRequest, ResponseSerializer) - Constructor for exception io.vrap.rmf.base.client.error.BadRequestException
- BadRequestException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ResponseSerializer) - Constructor for exception io.vrap.rmf.base.client.error.BadRequestException
- BaseAuthTokenSupplier - Class in io.vrap.rmf.base.client.oauth2
- BaseAuthTokenSupplier(VrapHttpClient, ApiHttpRequest) - Constructor for class io.vrap.rmf.base.client.oauth2.BaseAuthTokenSupplier
- BaseAuthTokenSupplier(VrapHttpClient, ApiHttpRequest, ResponseSerializer) - Constructor for class io.vrap.rmf.base.client.oauth2.BaseAuthTokenSupplier
- BaseException - Exception in io.vrap.rmf.base.client.error
-
Exception hierarchy
- BaseException() - Constructor for exception io.vrap.rmf.base.client.error.BaseException
- BaseException(String) - Constructor for exception io.vrap.rmf.base.client.error.BaseException
- BaseException(String, Throwable) - Constructor for exception io.vrap.rmf.base.client.error.BaseException
- BaseException(String, Throwable, boolean, boolean) - Constructor for exception io.vrap.rmf.base.client.error.BaseException
- BaseException(Throwable) - Constructor for exception io.vrap.rmf.base.client.error.BaseException
- BaseHttpClientSupplier - Class in io.vrap.rmf.base.client
-
In order to work, the sdk needs an
VrapHttpClientprovider, this can be done by extendingHttpClientSupplierand exposing it as a service - BaseHttpClientSupplier() - Constructor for class io.vrap.rmf.base.client.BaseHttpClientSupplier
- blockingWait(CompletionStage<T>, long, TimeUnit) - Static method in class io.vrap.rmf.base.client.utils.ClientUtils
-
Waits with a timeout for RESPONSES of a client wrapped in a
CompletionStage. - blockingWait(CompletionStage<T>, ApiHttpRequest, long, TimeUnit) - Static method in class io.vrap.rmf.base.client.utils.ClientUtils
-
Waits with a timeout for RESPONSES of a client wrapped in a
CompletionStage. - blockingWait(CompletionStage<T>, ApiHttpRequest, Duration) - Static method in class io.vrap.rmf.base.client.utils.ClientUtils
-
Waits with a timeout for RESPONSES of a client wrapped in a
CompletionStage. - blockingWait(CompletionStage<T>, Duration) - Static method in class io.vrap.rmf.base.client.utils.ClientUtils
-
Waits with a timeout for RESPONSES of a client wrapped in a
CompletionStage. - blockingWaitForEach(List<? extends CompletionStage<T>>, long, TimeUnit) - Static method in class io.vrap.rmf.base.client.utils.ClientUtils
- blockingWaitForEach(List<? extends CompletionStage<T>>, Duration) - Static method in class io.vrap.rmf.base.client.utils.ClientUtils
- blockingWaitForEach(Stream<? extends CompletionStage<T>>, long, TimeUnit) - Static method in class io.vrap.rmf.base.client.utils.ClientUtils
- blockingWaitForEach(Stream<? extends CompletionStage<T>>, Duration) - Static method in class io.vrap.rmf.base.client.utils.ClientUtils
- blockingWaitForEachCollector(long, TimeUnit) - Static method in class io.vrap.rmf.base.client.utils.ClientUtils
- blockingWaitForEachCollector(Duration) - Static method in class io.vrap.rmf.base.client.utils.ClientUtils
- BodyApiMethod<T extends BodyApiMethod<T,
TResult, TBody>, TResult, TBody> - Class in io.vrap.rmf.base.client - BodyApiMethod(ApiHttpClient) - Constructor for class io.vrap.rmf.base.client.BodyApiMethod
- BodyApiMethod(ApiHttpClient, ApiHttpHeaders, List<ApiMethod.ParamEntry<String, String>>) - Constructor for class io.vrap.rmf.base.client.BodyApiMethod
- BodyApiMethod(BodyApiMethod<T, TResult, TBody>) - Constructor for class io.vrap.rmf.base.client.BodyApiMethod
- build() - Method in interface io.vrap.rmf.base.client.Builder
-
build an instance of the generic type
- build() - Method in class io.vrap.rmf.base.client.ClientBuilder
-
build the
ApiHttpClientwith the configured values - build() - Method in class io.vrap.rmf.base.client.http.PolicyBuilder
- build() - Method in class io.vrap.rmf.base.client.http.RetryPolicyBuilder
- build() - Method in class io.vrap.rmf.base.client.oauth2.ClientCredentialsBuilder
- buildDefaultUserAgent() - Static method in class io.vrap.rmf.base.client.ClientBuilder
-
default user agent provider
- Builder<T> - Interface in io.vrap.rmf.base.client
-
interface to build instance of T
- BuildInfo - Class in io.vrap.rmf.base.client
- BuildInfo() - Constructor for class io.vrap.rmf.base.client.BuildInfo
- bulkhead(int) - Static method in class io.vrap.rmf.base.client.http.PolicyBuilder
- bulkhead(int) - Static method in class io.vrap.rmf.base.client.http.RetryPolicyBuilder
- bulkhead(int, FailsafeConcurrencyBuilderOptions) - Static method in class io.vrap.rmf.base.client.http.PolicyBuilder
- bulkhead(int, FailsafeConcurrencyBuilderOptions) - Static method in class io.vrap.rmf.base.client.http.RetryPolicyBuilder
- bulkhead(int, Duration) - Static method in class io.vrap.rmf.base.client.http.PolicyBuilder
- bulkhead(int, Duration) - Static method in class io.vrap.rmf.base.client.http.RetryPolicyBuilder
- bulkhead(int, Duration, FailsafeConcurrencyBuilderOptions) - Static method in class io.vrap.rmf.base.client.http.PolicyBuilder
- bulkhead(int, Duration, FailsafeConcurrencyBuilderOptions) - Static method in class io.vrap.rmf.base.client.http.RetryPolicyBuilder
- bytesToString(byte[]) - Static method in class io.vrap.rmf.base.client.utils.Utils
- bytesToUTF8String(byte[]) - Static method in class io.vrap.rmf.base.client.utils.Utils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form