Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- classReference() - Method in interface io.vrap.rmf.base.client.ClassReferenceContext
- ClassReferenceContext - Interface in io.vrap.rmf.base.client
- ClientBuilder - Class in io.vrap.rmf.base.client
-
The ClientBuilder is used to configure and create an
ApiHttpClient. - ClientCredentials - Interface in io.vrap.rmf.base.client.oauth2
- ClientCredentialsBuilder - Class in io.vrap.rmf.base.client.oauth2
- ClientCredentialsBuilder() - Constructor for class io.vrap.rmf.base.client.oauth2.ClientCredentialsBuilder
- ClientCredentialsImpl - Class in io.vrap.rmf.base.client.oauth2
- ClientCredentialsTokenSupplier - Class in io.vrap.rmf.base.client.oauth2
-
Token supplier using client credentials flow
- ClientCredentialsTokenSupplier(String, String, String, String, VrapHttpClient) - Constructor for class io.vrap.rmf.base.client.oauth2.ClientCredentialsTokenSupplier
- ClientCredentialsTokenSupplier(String, String, String, String, VrapHttpClient, ResponseSerializer) - Constructor for class io.vrap.rmf.base.client.oauth2.ClientCredentialsTokenSupplier
- ClientRequestCommand<TResult> - Interface in io.vrap.rmf.base.client
- ClientUtils - Class in io.vrap.rmf.base.client.utils
- ClientUtils() - Constructor for class io.vrap.rmf.base.client.utils.ClientUtils
- close() - Method in class io.vrap.rmf.base.client.AutoCloseableService
- close() - Method in class io.vrap.rmf.base.client.http.OAuthMiddlewareImpl
- close() - Method in class io.vrap.rmf.base.client.http.PolicyMiddlewareImpl
- close() - Method in class io.vrap.rmf.base.client.http.QueueMiddleware
-
Deprecated.
- close() - Method in class io.vrap.rmf.base.client.http.RetryMiddleware
-
Deprecated.
- close() - Method in class io.vrap.rmf.base.client.HttpClientBase
- close() - Method in class io.vrap.rmf.base.client.SerializerOnlyApiHttpClient
- CLOSED_MESSAGE - Static variable in interface io.vrap.rmf.base.client.ApiHttpClient
- CLOSED_MESSAGE - Variable in class io.vrap.rmf.base.client.http.HandlerStack
- closeQuietly(AutoCloseable) - Static method in class io.vrap.rmf.base.client.AutoCloseableService
- comments() - Element in annotation type io.vrap.rmf.base.client.utils.Generated
- COMMERCETOOLS - Static variable in class io.vrap.rmf.base.client.ClientBuilder
- CompletableFutureApiClient - Interface in io.vrap.rmf.base.client
- CompletableFutureUtils - Class in io.vrap.rmf.base.client.utils
-
Tools to simplify the work with
CompletionStageandCompletableFuture. - COMPLETION_EXCEPTION - Enum constant in enum io.vrap.rmf.base.client.http.ErrorMiddleware.ExceptionMode
- ConcurrentModificationException - Exception in io.vrap.rmf.base.client.error
- ConcurrentModificationException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>) - Constructor for exception io.vrap.rmf.base.client.error.ConcurrentModificationException
- ConcurrentModificationException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ApiHttpRequest) - Constructor for exception io.vrap.rmf.base.client.error.ConcurrentModificationException
- ConcurrentModificationException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ApiHttpRequest, ResponseSerializer) - Constructor for exception io.vrap.rmf.base.client.error.ConcurrentModificationException
- ConcurrentModificationException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ResponseSerializer) - Constructor for exception io.vrap.rmf.base.client.error.ConcurrentModificationException
- CONFLICT_409 - Static variable in class io.vrap.rmf.base.client.http.HttpStatusCode
- CONTENT_ENCODING - Static variable in class io.vrap.rmf.base.client.ApiHttpHeaders
- CONTENT_LENGTH - Static variable in class io.vrap.rmf.base.client.ApiHttpHeaders
- CONTENT_TYPE - Static variable in class io.vrap.rmf.base.client.ApiHttpHeaders
- contentType(String) - Method in class io.vrap.rmf.base.client.ApiMethod
-
set specific content type
- Context - Interface in io.vrap.rmf.base.client
- ContextApiHttpClient - Interface in io.vrap.rmf.base.client
- ContextApiHttpClientImpl - Class in io.vrap.rmf.base.client
- ContextApiHttpClientImpl(ApiHttpClient) - Constructor for class io.vrap.rmf.base.client.ContextApiHttpClientImpl
- ContextApiHttpClientImpl(ApiHttpClient, boolean) - Constructor for class io.vrap.rmf.base.client.ContextApiHttpClientImpl
- ContextApiHttpClientImpl(ApiHttpClient, Map<Object, Object>) - Constructor for class io.vrap.rmf.base.client.ContextApiHttpClientImpl
- ContextApiHttpClientImpl(ApiHttpClient, Map<Object, Object>, boolean) - Constructor for class io.vrap.rmf.base.client.ContextApiHttpClientImpl
- ContextApiHttpClientImpl(ApiHttpClient, Map<Object, Object>, Consumer<ContextAware<ContextApiHttpClient>>) - Constructor for class io.vrap.rmf.base.client.ContextApiHttpClientImpl
- ContextApiHttpClientImpl(ApiHttpClient, Map<Object, Object>, Consumer<ContextAware<ContextApiHttpClient>>, boolean) - Constructor for class io.vrap.rmf.base.client.ContextApiHttpClientImpl
- ContextApiHttpClientImpl(ContextApiHttpClientImpl) - Constructor for class io.vrap.rmf.base.client.ContextApiHttpClientImpl
- ContextAware<U> - Interface in io.vrap.rmf.base.client
- convertResponse(ApiHttpResponse<byte[]>, TypeReference<O>) - Method in interface io.vrap.rmf.base.client.ResponseSerializer
- convertResponse(ApiHttpResponse<byte[]>, JavaType) - Method in interface io.vrap.rmf.base.client.ResponseSerializer
- convertResponse(ApiHttpResponse<byte[]>, Class<O>) - Method in interface io.vrap.rmf.base.client.ResponseSerializer
- convertResponse(ApiHttpResponse<byte[]>, Class<O>) - Static method in class io.vrap.rmf.base.client.utils.Utils
- CorrelationIdProvider - Interface in io.vrap.rmf.base.client.http
-
Provider for a correlation id which may be added to a request as unique identifier
- create(ApiHttpRequest, ApiHttpResponse<byte[]>) - Method in interface io.vrap.rmf.base.client.error.HttpExceptionFactory
- create(HttpHandler) - Static method in class io.vrap.rmf.base.client.http.HandlerStack
- create(HttpHandler, List<Middleware>) - Static method in class io.vrap.rmf.base.client.http.HandlerStack
- create(VrapHttpClient) - Static method in class io.vrap.rmf.base.client.http.HttpHandler
- createClientException(ApiHttpRequest, ApiHttpResponse<byte[]>) - Method in interface io.vrap.rmf.base.client.error.HttpExceptionFactory
- CREATED_201 - Static variable in class io.vrap.rmf.base.client.http.HttpStatusCode
- createFor(ApiHttpRequest, String) - Method in interface io.vrap.rmf.base.client.http.InternalLoggerFactory
- createHttpRequest() - Method in class io.vrap.rmf.base.client.ApiMethod
- createHttpRequest() - Method in interface io.vrap.rmf.base.client.CreateHttpRequestCommand
- CreateHttpRequestCommand - Interface in io.vrap.rmf.base.client
- createObjectMapper() - Static method in class io.vrap.rmf.base.client.utils.json.JsonUtils
-
creates a new
ObjectMapperinstance - createObjectMapper(ModuleOptions) - Static method in class io.vrap.rmf.base.client.utils.json.JsonUtils
- createServerException(ApiHttpRequest, ApiHttpResponse<byte[]>) - Method in interface io.vrap.rmf.base.client.error.HttpExceptionFactory
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form