| Package | Description |
|---|---|
| com.cinterion.mqtt |
| Constructor and Description |
|---|
MqttConfig(String host,
short port,
String clientId,
String username,
String password,
int connectionTimeout,
int keepAliveInterval,
boolean cleanSession,
SslConfig sslConfig,
String sslCA,
String sslCert)
Instantiates an MQTT configuration.
|