| Package | Description |
|---|---|
| com.atlassian.marketplace.client |
Top-level interfaces and value classes for the Atlassian Marketplace API.
|
| com.atlassian.marketplace.client.http |
Interfaces and classes related to the HTTP transport layer.
|
| com.atlassian.marketplace.client.impl |
Internal implementation of Marketplace client APIs.
|
| Modifier and Type | Method and Description |
|---|---|
HttpTransport |
MarketplaceClient.getHttp()
Provides access to the underlying HTTP transport mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
HttpTransport |
HttpTransport.withRequestDecorator(RequestDecorator decorator)
Returns another
HttpTransport instance that behaves the same as this one except that
it adds headers from the specified RequestDecorator to every request (in
addition to any headers previously specified in the defaults). |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsHttpTransport
Implementation of
HttpTransport based on Apache HttpComponents. |
| Modifier and Type | Field and Description |
|---|---|
protected HttpTransport |
DefaultMarketplaceClient.httpTransport |
| Modifier and Type | Method and Description |
|---|---|
HttpTransport |
DefaultMarketplaceClient.getHttp() |
HttpTransport |
CommonsHttpTransport.withRequestDecorator(RequestDecorator decorator) |
| Constructor and Description |
|---|
DefaultMarketplaceClient(URI serverBaseUri,
HttpTransport httpTransport,
EntityEncoding encoding)
Constructs a
DefaultMarketplaceClient using a specific HTTP implementation and
response parser. |
Copyright © 2019 Atlassian. All rights reserved.