Package | Description |
---|---|
io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
Modifier and Type | Method and Description |
---|---|
static BlockingSphereClient |
BlockingSphereClient.of(SphereClient delegate,
Duration defaultTimeout)
Creates a blocking client with a configured default timeout for blocking requests.
|
static BlockingSphereClient |
BlockingSphereClient.of(SphereClient delegate,
long defaultTimeout,
TimeUnit unit)
Creates a blocking client with a configured default timeout for blocking requests.
|