public class MqttBrokerSettings extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KEY_MQTT_BROKER |
static String |
SKEY_ALLOW_ANONYMOUS |
static String |
SKEY_BIND_ADDRESS |
static String |
SKEY_ENABLED |
static String |
SKEY_MQTT_PORT |
static String |
SKEY_MQTTS_PORT |
static String |
SKEY_SSL_ENABLED |
static String |
SKEY_WEBSOCKET_PORT |
Constructor and Description |
---|
MqttBrokerSettings() |
Modifier and Type | Method and Description |
---|---|
static MqttBrokerSettings |
get() |
Boolean |
getAllowAnonymous() |
Boolean |
getEnabled() |
void |
save() |
public static final String KEY_MQTT_BROKER
public static final String SKEY_ENABLED
public static final String SKEY_SSL_ENABLED
public static final String SKEY_BIND_ADDRESS
public static final String SKEY_MQTT_PORT
public static final String SKEY_MQTTS_PORT
public static final String SKEY_WEBSOCKET_PORT
public static final String SKEY_ALLOW_ANONYMOUS
public Boolean getEnabled()
public Boolean getAllowAnonymous()
public static MqttBrokerSettings get()
public void save()
Copyright © 2015–2019. All rights reserved.