See: Description
| Interface | Description |
|---|---|
| HttpTransport |
Abstraction of how to execute HTTP requests against the API.
|
| RequestDecorator |
Allows the caller to attach custom request headers to all client requests.
|
| SimpleHttpResponse |
A simple abstraction of an HTTP response.
|
| Class | Description |
|---|---|
| HttpConfiguration |
Encapsulates all the properties that control the client's HTTP behavior, except for the
base URI of the server.
|
| HttpConfiguration.Builder |
Builder class for
HttpConfiguration. |
| HttpConfiguration.Credentials |
A username-password pair for client authentication or proxy authentication.
|
| HttpConfiguration.ProxyAuthParams |
Parameters for proxy authentication, instantiated only if you are using an authenticated proxy.
|
| HttpConfiguration.ProxyConfiguration |
Parameters for specifying an HTTP proxy.
|
| HttpConfiguration.ProxyConfiguration.Builder |
Builder class for
HttpConfiguration.ProxyConfiguration. |
| HttpConfiguration.ProxyHost |
Specifies the proxy hostname and port.
|
| RequestDecorator.Instances |
| Enum | Description |
|---|---|
| HttpConfiguration.ProxyAuthMethod |
Constants for the supported proxy authentication methods.
|
Copyright © 2016 Atlassian. All rights reserved.