| Package | Description |
|---|---|
| com.sap.cloud.sdk.cloudplatform.connectivity |
| Modifier and Type | Method and Description |
|---|---|
static ProxyType |
ProxyType.ofIdentifier(String identifier)
Returns the
ProxyType which equals the given identifier. |
static ProxyType |
ProxyType.ofIdentifierOrDefault(String identifier,
ProxyType defaultProxyType)
Returns the
ProxyType which equals the given identifier, or the defaultProxyType in case there is
none. |
static ProxyType |
ProxyType.ofIdentifierSensitive(String identifier)
Returns the
ProxyType which equals the given identifier. |
static ProxyType |
ProxyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyType[] |
ProxyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
io.vavr.control.Option<ProxyType> |
AbstractHttpDestination.getProxyType() |
io.vavr.control.Option<ProxyType> |
DefaultHttpDestination.getProxyType()
Returns the
ProxyType that is configured for this destination. |
io.vavr.control.Option<ProxyType> |
HttpDestinationProperties.getProxyType()
Returns the
ProxyType that is configured for this destination. |
| Modifier and Type | Method and Description |
|---|---|
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.network(ProxyType proxyType)
Deprecated.
Use
DefaultHttpDestination.Builder.proxyType(ProxyType) instead. |
static ProxyType |
ProxyType.ofIdentifierOrDefault(String identifier,
ProxyType defaultProxyType)
Returns the
ProxyType which equals the given identifier, or the defaultProxyType in case there is
none. |
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.proxyType(ProxyType proxyType)
Sets the proxy type (Internet or On-Premise).
|
Copyright © 2021 SAP SE. All rights reserved.