Uses of Enum Class
com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
Packages that use ProxyType
-
Uses of ProxyType in com.sap.cloud.sdk.cloudplatform.connectivity
Fields in com.sap.cloud.sdk.cloudplatform.connectivity with type parameters of type ProxyTypeModifier and TypeFieldDescriptionstatic final DestinationPropertyKey<ProxyType>
DestinationProperty.PROXY_TYPE
ProxyType
of destination, e.g.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return ProxyTypeModifier and TypeMethodDescriptionstatic ProxyType
ProxyType.ofIdentifier
(String identifier) Returns theProxyType
which equals the given identifier.static ProxyType
ProxyType.ofIdentifierOrDefault
(String identifier, ProxyType defaultProxyType) Returns theProxyType
which equals the given identifier, or thedefaultProxyType
in case there is none.static ProxyType
ProxyType.ofIdentifierSensitive
(String identifier) Returns theProxyType
which equals the given identifier.static ProxyType
Returns the enum constant of this class with the specified name.static ProxyType[]
ProxyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return types with arguments of type ProxyTypeModifier and TypeMethodDescriptionio.vavr.control.Option<ProxyType>
DefaultHttpDestination.getProxyType()
io.vavr.control.Option<ProxyType>
HttpDestinationProperties.getProxyType()
Returns theProxyType
that is configured for this destination.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type ProxyTypeModifier and TypeMethodDescriptionstatic ProxyType
ProxyType.ofIdentifierOrDefault
(String identifier, ProxyType defaultProxyType) Returns theProxyType
which equals the given identifier, or thedefaultProxyType
in case there is none.Sets the proxy type (Internet or On-Premise).