Uses of Enum Class
de.gematik.test.tiger.mockserver.proxyconfiguration.ProxyConfiguration.Type
Packages that use ProxyConfiguration.Type
Package
Description
-
Uses of ProxyConfiguration.Type in de.gematik.test.tiger.mockserver.proxyconfiguration
Methods in de.gematik.test.tiger.mockserver.proxyconfiguration that return ProxyConfiguration.TypeModifier and TypeMethodDescriptionProxyConfiguration.getType()static ProxyConfiguration.TypeReturns the enum constant of this class with the specified name.static ProxyConfiguration.Type[]ProxyConfiguration.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gematik.test.tiger.mockserver.proxyconfiguration with parameters of type ProxyConfiguration.TypeModifier and TypeMethodDescriptionstatic ProxyConfigurationProxyConfiguration.proxyConfiguration(ProxyConfiguration.Type type, String address) static ProxyConfigurationProxyConfiguration.proxyConfiguration(ProxyConfiguration.Type type, String address, String username, String password) static ProxyConfigurationProxyConfiguration.proxyConfiguration(ProxyConfiguration.Type type, InetSocketAddress address) static ProxyConfigurationProxyConfiguration.proxyConfiguration(ProxyConfiguration.Type type, InetSocketAddress address, String username, String password) -
Uses of ProxyConfiguration.Type in de.gematik.test.tiger.proxy.configuration
Methods in de.gematik.test.tiger.proxy.configuration that return ProxyConfiguration.TypeModifier and TypeMethodDescriptionstatic ProxyConfiguration.TypeProxyConfigurationConverter.toMockServerType(de.gematik.test.tiger.common.data.config.tigerproxy.TigerProxyType type)