| Package | Description |
|---|---|
| com.microsoft.azure.proton.transport.proxy |
| Modifier and Type | Method and Description |
|---|---|
ProxyAuthenticationType |
ProxyConfiguration.authentication()
Gets the proxy authentication type to use.
|
static ProxyAuthenticationType |
ProxyAuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyAuthenticationType[] |
ProxyAuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProxyConfiguration(ProxyAuthenticationType authentication,
Proxy proxyAddress,
String username,
String password)
Creates a proxy configuration that uses the
proxyAddress and authenticates with provided username, password and authentication. |
Copyright © 2020. All rights reserved.