com.feingto.iot.common.model.enums.Protocol Maven / Gradle / Ivy
package com.feingto.iot.common.model.enums;
/**
* 协议
*
* @author longfei
*/
public enum Protocol {
TCP,
WS,
MQTT,
MQTT_WS,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy