Class MqttConstants
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.mqtt.MqttConstants
-
public class MqttConstants extends Object
MQTT Constants
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_TYPE
static String
DEFAULT_CONFAC_NAME
static String
MQTT_CLIENT_ID
static String
MQTT_PASSWORD
static String
MQTT_QOS
static String
MQTT_RECONNECTION_INTERVAL
static String
MQTT_SERVER_HOST_NAME
static String
MQTT_SERVER_PORT
static String
MQTT_SESSION_CLEAN
static String
MQTT_SSL_ENABLE
static String
MQTT_SSL_KEYSTORE_LOCATION
static String
MQTT_SSL_KEYSTORE_PASSWORD
static String
MQTT_SSL_KEYSTORE_TYPE
static String
MQTT_SSL_SOCKET_FACTORY
static String
MQTT_SSL_TRUSTSTORE_LOCATION
static String
MQTT_SSL_TRUSTSTORE_PASSWORD
static String
MQTT_SSL_TRUSTSTORE_TYPE
static String
MQTT_SSL_VERSION
static String
MQTT_TEMP_STORE
static String
MQTT_TOPIC_NAME
static String
MQTT_USERNAME
static String
PARAM_MQTT_CONFAC
-
Constructor Summary
Constructors Constructor Description MqttConstants()
-
-
-
Field Detail
-
PARAM_MQTT_CONFAC
public static final String PARAM_MQTT_CONFAC
- See Also:
- Constant Field Values
-
DEFAULT_CONFAC_NAME
public static final String DEFAULT_CONFAC_NAME
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
MQTT_SERVER_HOST_NAME
public static final String MQTT_SERVER_HOST_NAME
- See Also:
- Constant Field Values
-
MQTT_SERVER_PORT
public static final String MQTT_SERVER_PORT
- See Also:
- Constant Field Values
-
MQTT_TOPIC_NAME
public static final String MQTT_TOPIC_NAME
- See Also:
- Constant Field Values
-
MQTT_QOS
public static final String MQTT_QOS
- See Also:
- Constant Field Values
-
MQTT_SESSION_CLEAN
public static final String MQTT_SESSION_CLEAN
- See Also:
- Constant Field Values
-
MQTT_USERNAME
public static final String MQTT_USERNAME
- See Also:
- Constant Field Values
-
MQTT_PASSWORD
public static final String MQTT_PASSWORD
- See Also:
- Constant Field Values
-
MQTT_TEMP_STORE
public static final String MQTT_TEMP_STORE
- See Also:
- Constant Field Values
-
MQTT_CLIENT_ID
public static final String MQTT_CLIENT_ID
- See Also:
- Constant Field Values
-
MQTT_RECONNECTION_INTERVAL
public static final String MQTT_RECONNECTION_INTERVAL
- See Also:
- Constant Field Values
-
MQTT_SSL_ENABLE
public static final String MQTT_SSL_ENABLE
- See Also:
- Constant Field Values
-
MQTT_SSL_KEYSTORE_LOCATION
public static final String MQTT_SSL_KEYSTORE_LOCATION
- See Also:
- Constant Field Values
-
MQTT_SSL_KEYSTORE_TYPE
public static final String MQTT_SSL_KEYSTORE_TYPE
- See Also:
- Constant Field Values
-
MQTT_SSL_KEYSTORE_PASSWORD
public static final String MQTT_SSL_KEYSTORE_PASSWORD
- See Also:
- Constant Field Values
-
MQTT_SSL_TRUSTSTORE_LOCATION
public static final String MQTT_SSL_TRUSTSTORE_LOCATION
- See Also:
- Constant Field Values
-
MQTT_SSL_TRUSTSTORE_TYPE
public static final String MQTT_SSL_TRUSTSTORE_TYPE
- See Also:
- Constant Field Values
-
MQTT_SSL_TRUSTSTORE_PASSWORD
public static final String MQTT_SSL_TRUSTSTORE_PASSWORD
- See Also:
- Constant Field Values
-
MQTT_SSL_VERSION
public static final String MQTT_SSL_VERSION
- See Also:
- Constant Field Values
-
MQTT_SSL_SOCKET_FACTORY
public static final String MQTT_SSL_SOCKET_FACTORY
- See Also:
- Constant Field Values
-
-