| Package | Description |
|---|---|
| com.atlassian.marketplace.client.http |
Interfaces and classes related to the HTTP transport layer.
|
| Modifier and Type | Method and Description |
|---|---|
HttpConfiguration.ProxyAuthMethod |
HttpConfiguration.ProxyAuthParams.getAuthMethod() |
static HttpConfiguration.ProxyAuthMethod |
HttpConfiguration.ProxyAuthMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpConfiguration.ProxyAuthMethod[] |
HttpConfiguration.ProxyAuthMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.atlassian.fugue.Option<HttpConfiguration.ProxyAuthMethod> |
HttpConfiguration.ProxyAuthMethod.fromKey(String key) |
| Constructor and Description |
|---|
ProxyAuthParams(HttpConfiguration.Credentials credentials,
HttpConfiguration.ProxyAuthMethod authMethod) |
ProxyAuthParams(HttpConfiguration.Credentials credentials,
HttpConfiguration.ProxyAuthMethod authMethod,
com.atlassian.fugue.Option<String> ntlmDomain,
com.atlassian.fugue.Option<String> ntlmWorkstation) |
Copyright © 2019 Atlassian. All rights reserved.