Uses of Class
de.gematik.test.tiger.common.config.tigerProxy.TigerProxyType
-
Packages that use TigerProxyType Package Description de.gematik.test.tiger.common.config.tigerProxy -
-
Uses of TigerProxyType in de.gematik.test.tiger.common.config.tigerProxy
Methods in de.gematik.test.tiger.common.config.tigerProxy that return TigerProxyType Modifier and Type Method Description TigerProxyTypeForwardProxyInfo. getType()static TigerProxyTypeTigerProxyType. valueOf(String name)Returns the enum constant of this type with the specified name.static TigerProxyType[]TigerProxyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gematik.test.tiger.common.config.tigerProxy with parameters of type TigerProxyType Modifier and Type Method Description voidForwardProxyInfo. setType(TigerProxyType type)ForwardProxyInfo.ForwardProxyInfoBuilderForwardProxyInfo.ForwardProxyInfoBuilder. type(TigerProxyType type)Constructors in de.gematik.test.tiger.common.config.tigerProxy with parameters of type TigerProxyType Constructor Description ForwardProxyInfo(String hostname, Integer port, TigerProxyType type)
-