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