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_TYPEProxyTypeof destination, e.g.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return ProxyTypeModifier and TypeMethodDescriptionstatic ProxyTypeProxyType.ofIdentifier(String identifier) Returns theProxyTypewhich equals the given identifier.static ProxyTypeProxyType.ofIdentifierOrDefault(String identifier, ProxyType defaultProxyType) Returns theProxyTypewhich equals the given identifier, or thedefaultProxyTypein case there is none.static ProxyTypeProxyType.ofIdentifierSensitive(String identifier) Returns theProxyTypewhich equals the given identifier.static ProxyTypeReturns 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 theProxyTypethat is configured for this destination.io.vavr.control.Option<ProxyType>TransparentProxyDestination.getProxyType()Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type ProxyTypeModifier and TypeMethodDescriptionstatic ProxyTypeProxyType.ofIdentifierOrDefault(String identifier, ProxyType defaultProxyType) Returns theProxyTypewhich equals the given identifier, or thedefaultProxyTypein case there is none.Sets the proxy type (Internet or On-Premise).