Index

A B C D E F G H I J L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCEPT_ENCODING - Static variable in class io.vrap.rmf.base.client.ApiHttpHeaders
 
ACCEPTED_202 - Static variable in class io.vrap.rmf.base.client.http.HttpStatusCode
 
AcceptGZipMiddleware - Class in io.vrap.rmf.base.client.http
Middleware to add the header Accept: gzip to the request
AcceptGZipMiddleware() - Constructor for class io.vrap.rmf.base.client.http.AcceptGZipMiddleware
 
Accessor<T> - Class in io.vrap.rmf.base.client
abstract class for accessor implementations
Accessor(T) - Constructor for class io.vrap.rmf.base.client.Accessor
accessor constructor
addAcceptGZipMiddleware() - Method in class io.vrap.rmf.base.client.ClientBuilder
add middleware to inject an Accept: gzip header
addContext(Object, Object) - Method in class io.vrap.rmf.base.client.ApiHttpRequest
 
addContext(Object, Object) - Method in class io.vrap.rmf.base.client.ApiHttpResponse
 
addContext(Object, Object) - Method in class io.vrap.rmf.base.client.ContextApiHttpClientImpl
 
addContext(Object, Object) - Method in interface io.vrap.rmf.base.client.ContextAware
 
addContext(T) - Method in class io.vrap.rmf.base.client.ApiHttpRequest
 
addContext(T) - Method in class io.vrap.rmf.base.client.ApiHttpResponse
 
addContext(T) - Method in class io.vrap.rmf.base.client.ContextApiHttpClientImpl
 
addContext(T) - Method in interface io.vrap.rmf.base.client.ContextAware
 
addCorrelationIdProvider(CorrelationIdProvider) - Method in class io.vrap.rmf.base.client.ClientBuilder
 
addCorrelationIdProvider(CorrelationIdProvider, boolean) - Method in class io.vrap.rmf.base.client.ClientBuilder
 
addHeader(String, String) - Method in class io.vrap.rmf.base.client.ApiHttpHeaders
 
addHeader(String, String) - Method in class io.vrap.rmf.base.client.ApiHttpRequest
 
addHeader(String, String) - Method in class io.vrap.rmf.base.client.ApiMethod
adds a header with the specified value
addMiddleware(Middleware) - Method in class io.vrap.rmf.base.client.http.HandlerStack
 
addMiddleware(Middleware, Middleware...) - Method in class io.vrap.rmf.base.client.ClientBuilder
adds the middlewares to be configured for the client.
addMiddlewares(Middleware...) - Method in class io.vrap.rmf.base.client.http.HandlerStack
 
addMiddlewares(List<Middleware>) - Method in class io.vrap.rmf.base.client.ClientBuilder
adds the middlewares to be configured for the client.
addMiddlewares(List<Middleware>) - Method in class io.vrap.rmf.base.client.http.HandlerStack
 
addNotFoundExceptionMiddleware() - Method in class io.vrap.rmf.base.client.ClientBuilder
add Middleware to convert a NotFoundException to a response with a null body value
addNotFoundExceptionMiddleware(NotFoundExceptionMiddleware) - Method in class io.vrap.rmf.base.client.ClientBuilder
add Middleware to convert a NotFoundException to a response with a null body value
addNotFoundExceptionMiddleware(Predicate<ApiHttpRequest>) - Method in class io.vrap.rmf.base.client.ClientBuilder
add Middleware to convert a NotFoundException to a response with a null body value
addNotFoundExceptionMiddleware(Set<ApiHttpMethod>) - Method in class io.vrap.rmf.base.client.ClientBuilder
add Middleware to convert a NotFoundException to a response with a null body value
addQueryParam(String, V) - Method in class io.vrap.rmf.base.client.ApiMethod
add an additional query parameter
addQueryParams(List<ApiMethod.ParamEntry<String, String>>) - Method in class io.vrap.rmf.base.client.ApiMethod
add the query parameters
andThen(FailsafeRetryPolicyBuilderOptions) - Method in interface io.vrap.rmf.base.client.http.FailsafeRetryPolicyBuilderOptions
 
AnonymousFlowTokenSupplier - Class in io.vrap.rmf.base.client.oauth2
 
AnonymousFlowTokenSupplier(String, String, String, String, RefreshFlowTokenSupplier, VrapHttpClient) - Constructor for class io.vrap.rmf.base.client.oauth2.AnonymousFlowTokenSupplier
 
AnonymousFlowTokenSupplier(String, String, String, String, RefreshFlowTokenSupplier, VrapHttpClient, ResponseSerializer) - Constructor for class io.vrap.rmf.base.client.oauth2.AnonymousFlowTokenSupplier
 
AnonymousSessionTokenSupplier - Class in io.vrap.rmf.base.client.oauth2
Token supplier using anonymous flow
AnonymousSessionTokenSupplier(String, String, String, String, VrapHttpClient) - Constructor for class io.vrap.rmf.base.client.oauth2.AnonymousSessionTokenSupplier
 
AnonymousSessionTokenSupplier(String, String, String, String, VrapHttpClient, ResponseSerializer) - Constructor for class io.vrap.rmf.base.client.oauth2.AnonymousSessionTokenSupplier
 
ApiClientException - Exception in io.vrap.rmf.base.client.error
 
ApiClientException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>) - Constructor for exception io.vrap.rmf.base.client.error.ApiClientException
 
ApiClientException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ApiHttpRequest) - Constructor for exception io.vrap.rmf.base.client.error.ApiClientException
 
ApiClientException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ApiHttpRequest, ResponseSerializer) - Constructor for exception io.vrap.rmf.base.client.error.ApiClientException
 
ApiClientException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ResponseSerializer) - Constructor for exception io.vrap.rmf.base.client.error.ApiClientException
 
ApiHttpClient - Interface in io.vrap.rmf.base.client
Interface for an HTTP client accessing the API and mapping to a known output type
ApiHttpClientImpl - Class in io.vrap.rmf.base.client
Default implementation of an ApiHttpClient
ApiHttpClientImpl(String, HandlerStack) - Constructor for class io.vrap.rmf.base.client.ApiHttpClientImpl
 
ApiHttpClientImpl(URI, HandlerStack) - Constructor for class io.vrap.rmf.base.client.ApiHttpClientImpl
 
ApiHttpClientImpl(URI, HandlerStack, ResponseSerializer) - Constructor for class io.vrap.rmf.base.client.ApiHttpClientImpl
 
ApiHttpException - Exception in io.vrap.rmf.base.client
 
ApiHttpException(int, String, ApiHttpHeaders) - Constructor for exception io.vrap.rmf.base.client.ApiHttpException
 
ApiHttpException(int, String, ApiHttpHeaders, ApiHttpResponse<byte[]>) - Constructor for exception io.vrap.rmf.base.client.ApiHttpException
 
ApiHttpException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>) - Constructor for exception io.vrap.rmf.base.client.ApiHttpException
 
ApiHttpException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ApiHttpRequest) - Constructor for exception io.vrap.rmf.base.client.ApiHttpException
 
ApiHttpException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ApiHttpRequest, ResponseSerializer) - Constructor for exception io.vrap.rmf.base.client.ApiHttpException
 
ApiHttpException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ApiHttpRequest, ResponseSerializer, Throwable) - Constructor for exception io.vrap.rmf.base.client.ApiHttpException
 
ApiHttpException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ResponseSerializer) - Constructor for exception io.vrap.rmf.base.client.ApiHttpException
 
ApiHttpException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, Throwable) - Constructor for exception io.vrap.rmf.base.client.ApiHttpException
 
ApiHttpHeaders - Class in io.vrap.rmf.base.client
 
ApiHttpHeaders() - Constructor for class io.vrap.rmf.base.client.ApiHttpHeaders
 
ApiHttpHeaders(ApiHttpHeaders) - Constructor for class io.vrap.rmf.base.client.ApiHttpHeaders
 
ApiHttpHeaders(ApiHttpHeaders.StringHeaderEntry...) - Constructor for class io.vrap.rmf.base.client.ApiHttpHeaders
 
ApiHttpHeaders(List<Map.Entry<String, String>>) - Constructor for class io.vrap.rmf.base.client.ApiHttpHeaders
 
ApiHttpHeaders.HeaderEntry<K,V> - Class in io.vrap.rmf.base.client
 
ApiHttpHeaders.StringHeaderEntry - Class in io.vrap.rmf.base.client
 
ApiHttpMethod - Enum in io.vrap.rmf.base.client
 
ApiHttpRequest - Class in io.vrap.rmf.base.client
 
ApiHttpRequest() - Constructor for class io.vrap.rmf.base.client.ApiHttpRequest
 
ApiHttpRequest(ApiHttpMethod, URI, ApiHttpHeaders, byte[]) - Constructor for class io.vrap.rmf.base.client.ApiHttpRequest
 
ApiHttpRequest(ApiHttpMethod, URI, ApiHttpHeaders, byte[], Map<Object, Object>) - Constructor for class io.vrap.rmf.base.client.ApiHttpRequest
 
ApiHttpRequest(ApiHttpRequest) - Constructor for class io.vrap.rmf.base.client.ApiHttpRequest
 
ApiHttpResponse<U> - Class in io.vrap.rmf.base.client
 
ApiHttpResponse(int, ApiHttpHeaders, U) - Constructor for class io.vrap.rmf.base.client.ApiHttpResponse
 
ApiHttpResponse(int, ApiHttpHeaders, U, String) - Constructor for class io.vrap.rmf.base.client.ApiHttpResponse
 
ApiHttpResponse(int, ApiHttpHeaders, U, String, Map<Object, Object>) - Constructor for class io.vrap.rmf.base.client.ApiHttpResponse
 
ApiHttpResponse(ApiHttpResponse<U>) - Constructor for class io.vrap.rmf.base.client.ApiHttpResponse
 
ApiMethod<T extends ApiMethod<T,TResult>,TResult> - Class in io.vrap.rmf.base.client
 
ApiMethod(ApiHttpClient) - Constructor for class io.vrap.rmf.base.client.ApiMethod
 
ApiMethod(ApiHttpClient, ApiHttpHeaders, List<ApiMethod.ParamEntry<String, String>>) - Constructor for class io.vrap.rmf.base.client.ApiMethod
 
ApiMethod(ApiMethod<T, TResult>) - Constructor for class io.vrap.rmf.base.client.ApiMethod
 
ApiMethod.ParamEntry<K,V> - Class in io.vrap.rmf.base.client
 
ApiServerException - Exception in io.vrap.rmf.base.client.error
 
ApiServerException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>) - Constructor for exception io.vrap.rmf.base.client.error.ApiServerException
 
ApiServerException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ApiHttpRequest) - Constructor for exception io.vrap.rmf.base.client.error.ApiServerException
 
ApiServerException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ApiHttpRequest, ResponseSerializer) - Constructor for exception io.vrap.rmf.base.client.error.ApiServerException
 
ApiServerException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, ResponseSerializer) - Constructor for exception io.vrap.rmf.base.client.error.ApiServerException
 
apply(RetryPolicyBuilder<ApiHttpResponse<byte[]>>) - Method in interface io.vrap.rmf.base.client.http.FailsafeRetryPolicyBuilderOptions
 
apply(T) - Method in interface io.vrap.rmf.base.client.utils.ExceptionalFunction
 
asModelBase(Object) - Static method in interface io.vrap.rmf.base.client.ModelBase
 
AsyncApiClient<TReturn> - Interface in io.vrap.rmf.base.client
 
AuthenticationToken - Class in io.vrap.rmf.base.client
 
AuthenticationToken() - Constructor for class io.vrap.rmf.base.client.AuthenticationToken
 
AuthException - Exception in io.vrap.rmf.base.client.oauth2
 
AuthException(int, String, ApiHttpHeaders) - Constructor for exception io.vrap.rmf.base.client.oauth2.AuthException
 
AuthException(int, String, ApiHttpHeaders, String) - Constructor for exception io.vrap.rmf.base.client.oauth2.AuthException
 
AuthException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>) - Constructor for exception io.vrap.rmf.base.client.oauth2.AuthException
 
AuthException(int, String, ApiHttpHeaders, String, ApiHttpResponse<byte[]>, Throwable) - Constructor for exception io.vrap.rmf.base.client.oauth2.AuthException
 
AUTHORIZATION - Static variable in class io.vrap.rmf.base.client.ApiHttpHeaders
 
AutoCloseableService - Class in io.vrap.rmf.base.client
 
A B C D E F G H I J L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form