Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.s4hana.connectivity | |
com.sap.cloud.sdk.testutil |
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> |
ScpCfHttpDestination.getProxyType() |
io.vavr.control.Option<ProxyType> |
ScpNeoHttpDestination.getProxyType() |
io.vavr.control.Option<ProxyType> |
HttpDestinationProperties.getProxyType()
Returns the
ProxyType that is configured for this destination. |
io.vavr.control.Option<ProxyType> |
AbstractHttpDestination.getProxyType() |
io.vavr.control.Option<ProxyType> |
DefaultHttpDestination.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. |
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.proxyType(ProxyType value)
Sets the proxy type (Internet or On-Premise).
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.proxyType(ProxyType proxyType)
Sets the proxy type (Internet or On-Premise)
|
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.proxyType(ProxyType proxyType)
Sets the proxy type (Internet or On-Premise).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<ProxyType> |
DefaultErpHttpDestination.getProxyType() |
Modifier and Type | Method and Description |
---|---|
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.network(ProxyType proxyType)
Deprecated.
Use {
DefaultErpHttpDestination.Builder.proxyType(ProxyType) } instead. |
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.proxyType(ProxyType proxyType)
Sets the proxy type (Internet or On-Premise).
|
Modifier and Type | Method and Description |
---|---|
ProxyType |
MockDestination.getProxyType() |
ProxyType |
MockErpDestination.getProxyType() |
Modifier and Type | Method and Description |
---|---|
Destination |
MockUtil.mockDestination(String name,
URI uri,
AuthenticationType authenticationType,
Credentials credentials,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
List<Header> headers,
KeyStore trustStore,
String trustStorePassword,
Boolean isTrustingAllCertificates,
KeyStore keyStore,
String keyStorePassword,
Map<String,String> propertiesByName) |
Destination |
MockUtil.mockErpDestination(String destinationName,
ErpSystem erpSystem,
Credentials credentials,
AuthenticationType authenticationType,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
List<Header> headers,
KeyStore trustStore,
String trustStorePassword,
Boolean isTrustingAllCertificates,
KeyStore keyStore,
String keyStorePassword,
Map<String,String> propertiesByName) |
MockDestination.MockDestinationBuilder |
MockDestination.MockDestinationBuilder.proxyType(ProxyType proxyType) |
MockErpDestination.MockErpDestinationBuilder |
MockErpDestination.MockErpDestinationBuilder.proxyType(ProxyType proxyType) |
void |
MockDestination.setProxyType(ProxyType proxyType) |
void |
MockErpDestination.setProxyType(ProxyType proxyType) |
Copyright © 2020 SAP SE. All rights reserved.