| Package | Description |
|---|---|
| io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
| io.sphere.sdk.client.metrics |
Provides classes to collect metrics about a
SphereClient. |
| Modifier and Type | Class and Description |
|---|---|
class |
DeprecationExceptionSphereClientDecorator
Decorator for
SphereClients to throw exceptions on deprecated http calls. |
class |
QueueSphereClientDecorator
Decorates a
SphereClient to limit the amount of parallel requests which await an answer. |
class |
TimeoutSphereClientDecorator
Wraps a
SphereClient to add timeouts. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMetricsSphereClient
A decorator for
SphereClients which collects the time of serialization from and to JSON
as well as the time waiting for the response from the Composable Commerce API. |