Uses of Enum Class
de.gematik.test.tiger.common.data.config.tigerProxy.TigerProxyType
Packages that use TigerProxyType
-
Uses of TigerProxyType in de.gematik.test.tiger.common.data.config.tigerProxy
Methods in de.gematik.test.tiger.common.data.config.tigerProxy that return TigerProxyTypeModifier and TypeMethodDescriptionForwardProxyInfo.getProxyProtocol(String proxyProtocol) ForwardProxyInfo.getType()static TigerProxyTypeReturns the enum constant of this class with the specified name.static TigerProxyType[]TigerProxyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gematik.test.tiger.common.data.config.tigerProxy with parameters of type TigerProxyTypeModifier and TypeMethodDescriptionForwardProxyInfo.getProxyPort(String proxyPort, TigerProxyType type) voidForwardProxyInfo.setType(TigerProxyType type) ForwardProxyInfo.ForwardProxyInfoBuilder.type(TigerProxyType type) Constructors in de.gematik.test.tiger.common.data.config.tigerProxy with parameters of type TigerProxyTypeModifierConstructorDescriptionForwardProxyInfo(String hostname, Integer port, TigerProxyType type, String username, String password)