Class | Description |
---|---|
AuthnClientFilter |
Filter that injects authentication headers into the request.
|
ClientIdFilter |
Filter that adds the client identifier headers to every request.
|
ContentLengthFilter |
A client request filter to remove content-length.
|
CrossTenancyRequestClientFilter |
Filter that injects authentication headers into the request.
|
EntityFactory |
Factory to create Entity instances for POST/PUT/PATCH requests.
|
ErrorConsumer<REQUEST> |
Basic Consumer type to handle failed calls.
|
ExplicitlySetBmcModel |
Base class for models implementing the explicitly set behavior.
|
ExplicitlySetFilter | |
ForwardingInvocationBuilder | |
HeaderUtils |
Utilities to deal with header values.
|
HttpDateUtils |
Date parsing utils.
|
LogHeadersFilter |
Filter that logs all of the outbound and inbound headers at debug level.
|
ResponseConversionFunctionFactory | Deprecated |
ResponseConversionFunctionFactoryV2 |
Factory class to create the appropriate type of Function to convert a REST
Response into its final form.
|
ResponseHelper |
A
BmcException exception is thrown in response to failures from a
REST endpoint. |
ResponseHelper.ErrorCodeAndMessage | |
ResponseHelper.ErrorCodeAndMessage.Builder | |
RestClient |
A REST client that can make synchronous and asynchronous calls.
For asynchronous call, please refer to https://dennis-xlc.gitbooks.io/restful-java-with-jax-rs-2-0-2rd-edition/en/part1/chapter13/async_invoker_client_api.html to understand why we’d better not mix to using callback or Java Future. |
RestClientFactory |
RestClientFactory is responsible for creating a new REST client whenever a
specific service instance is created.
|
RestClientFactoryBuilder |
Builder for
RestClientFactory . |
RetryTokenUtils |
Utility class that adds the opc-retry-token header to the request
|
RetryUtils | |
RFC3339DateFormat |
Swagger uses RFC3339 formats for date.
|
SuccessConsumer<REQUEST,RESPONSE> |
Basic Consumer to handle successful calls.
|
WithHeaders<T> |
Represents a result with HTTP headers
|
WrappedInvocationBuilder |
An
Invocation.Builder that stores the headers being set, allowing access to them. |
WrappedWebTarget |
A
WebTarget that delegates to another WebTarget , but creates WrappedInvocationBuilder
instances instead of plain Invocation.Builder instances. |
Copyright © 2016–2022. All rights reserved.