| Package | Description |
|---|---|
| com.azure.core.amqp |
Package containing classes common to AMQP protocol.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyAuthenticationType |
ProxyOptions.getAuthentication()
Gets the proxy authentication type.
|
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 |
|---|
ProxyOptions(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 Microsoft Corporation. All rights reserved.