Uses of Class
org.correomqtt.business.model.Proxy
-
Packages that use Proxy Package Description org.correomqtt.business.model org.correomqtt.gui.model -
-
Uses of Proxy in org.correomqtt.business.model
Methods in org.correomqtt.business.model that return Proxy Modifier and Type Method Description static ProxyProxy. fromJsonValue(String value)static ProxyProxy. valueOf(String name)Returns the enum constant of this type with the specified name.static Proxy[]Proxy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Proxy in org.correomqtt.gui.model
Methods in org.correomqtt.gui.model that return Proxy Modifier and Type Method Description ProxyConnectionPropertiesDTO. getProxy()Methods in org.correomqtt.gui.model with parameters of type Proxy Modifier and Type Method Description ConnectionPropertiesDTO.ConnectionPropertiesDTOBuilderConnectionPropertiesDTO.ConnectionPropertiesDTOBuilder. proxy(Proxy proxy)
-