Uses of Class
org.seedstack.seed.ProxyConfig.ProxyMode
-
Packages that use ProxyConfig.ProxyMode Package Description org.seedstack.seed Provides SeedStack main APIs. -
-
Uses of ProxyConfig.ProxyMode in org.seedstack.seed
Methods in org.seedstack.seed that return ProxyConfig.ProxyMode Modifier and Type Method Description ProxyConfig.ProxyModeProxyConfig. getMode()static ProxyConfig.ProxyModeProxyConfig.ProxyMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ProxyConfig.ProxyMode[]ProxyConfig.ProxyMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.seedstack.seed with parameters of type ProxyConfig.ProxyMode Modifier and Type Method Description ProxyConfigProxyConfig. setMode(ProxyConfig.ProxyMode mode)
-