| Package | Description |
|---|---|
| com.atlassian.confluence.zipper | |
| com.atlassian.zipper.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ReliableZipperClient
Implementation of
ZipperClient to provide reliability on top of an existing implementation that can
survive short network outage or service unavailability due to restart |
| Modifier and Type | Method and Description |
|---|---|
protected ZipperClient |
DefaultZipServiceClientSupplier.create() |
static ZipperClient |
ReliableZipperClient.decorate(ZipperClient delegate) |
| Modifier and Type | Method and Description |
|---|---|
static ZipperClient |
ReliableZipperClient.decorate(ZipperClient delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientZipperClient
Implementation of $
ZipperClient using Apache HTTP client |
| Modifier and Type | Method and Description |
|---|---|
static ZipperClient |
ZipperClientFactory.create(ZipperClientConfig config,
Iterable<org.apache.http.HttpRequestInterceptor> requestInterceptors,
Iterable<org.apache.http.HttpResponseInterceptor> responseInterceptors,
AsapHeaderGenerator asapHeaderGenerator)
Create a new client
|
Copyright © 2003–2017 Atlassian. All rights reserved.