Uses of Class
org.correomqtt.business.model.ConnectionConfigDTO
-
Packages that use ConnectionConfigDTO Package Description org.correomqtt.business.model org.correomqtt.business.mqtt org.correomqtt.business.provider org.correomqtt.business.utils org.correomqtt.gui.transformer -
-
Uses of ConnectionConfigDTO in org.correomqtt.business.model
Constructors in org.correomqtt.business.model with parameters of type ConnectionConfigDTO Constructor Description ConnectionConfigDTO(ConnectionConfigDTO configDTO) -
Uses of ConnectionConfigDTO in org.correomqtt.business.mqtt
Methods in org.correomqtt.business.mqtt with parameters of type ConnectionConfigDTO Modifier and Type Method Description static CorreoMqttClientCorreoMqttClientFactory. createClient(ConnectionConfigDTO configDTO) -
Uses of ConnectionConfigDTO in org.correomqtt.business.provider
Methods in org.correomqtt.business.provider that return types with arguments of type ConnectionConfigDTO Modifier and Type Method Description List<ConnectionConfigDTO>SettingsProvider. getConnectionConfigs()Methods in org.correomqtt.business.provider with parameters of type ConnectionConfigDTO Modifier and Type Method Description StringSecretStoreProvider. getPassword(String masterPassword, ConnectionConfigDTO connection, ConnectionPasswordType type)voidSecretStoreProvider. setPassword(String masterPassword, ConnectionConfigDTO connection, ConnectionPasswordType type, String password)Method parameters in org.correomqtt.business.provider with type arguments of type ConnectionConfigDTO Modifier and Type Method Description voidSettingsProvider. saveConnections(List<ConnectionConfigDTO> connections, String masterPassword) -
Uses of ConnectionConfigDTO in org.correomqtt.business.utils
Methods in org.correomqtt.business.utils that return ConnectionConfigDTO Modifier and Type Method Description ConnectionConfigDTOConnectionHolder. getConfig(String connectionId)Methods in org.correomqtt.business.utils that return types with arguments of type ConnectionConfigDTO Modifier and Type Method Description List<ConnectionConfigDTO>ConnectionHolder. getSortedConnections()Methods in org.correomqtt.business.utils with parameters of type ConnectionConfigDTO Modifier and Type Method Description booleanConnectionHolder. isConnectionUnused(ConnectionConfigDTO config)Constructors in org.correomqtt.business.utils with parameters of type ConnectionConfigDTO Constructor Description CorreoMqttConnection(ConnectionConfigDTO configDTO, int sort) -
Uses of ConnectionConfigDTO in org.correomqtt.gui.transformer
Methods in org.correomqtt.gui.transformer that return ConnectionConfigDTO Modifier and Type Method Description static ConnectionConfigDTOConnectionTransformer. propsToDto(ConnectionPropertiesDTO props)Methods in org.correomqtt.gui.transformer that return types with arguments of type ConnectionConfigDTO Modifier and Type Method Description static List<ConnectionConfigDTO>ConnectionTransformer. propsListToDtoList(javafx.collections.ObservableList<ConnectionPropertiesDTO> connectionPropList)Methods in org.correomqtt.gui.transformer with parameters of type ConnectionConfigDTO Modifier and Type Method Description static ConnectionPropertiesDTOConnectionTransformer. dtoToProps(ConnectionConfigDTO dto)Method parameters in org.correomqtt.gui.transformer with type arguments of type ConnectionConfigDTO Modifier and Type Method Description static List<ConnectionPropertiesDTO>ConnectionTransformer. dtoListToPropList(List<ConnectionConfigDTO> connectionDTOList)
-