public final class MqttConnectPayload extends Object
MqttConnectMessage| Constructor and Description |
|---|
MqttConnectPayload(String clientIdentifier,
MqttProperties willProperties,
String willTopic,
byte[] willMessage,
String username,
byte[] password) |
MqttConnectPayload(String clientIdentifier,
String willTopic,
byte[] willMessage,
String username,
byte[] password) |
| Modifier and Type | Method and Description |
|---|---|
String |
clientIdentifier() |
String |
password() |
byte[] |
passwordInBytes() |
String |
toString() |
String |
username() |
byte[] |
willMessageInBytes() |
MqttProperties |
willProperties() |
String |
willTopic() |
public MqttConnectPayload(String clientIdentifier, String willTopic, byte[] willMessage, String username, byte[] password)
public MqttConnectPayload(String clientIdentifier, MqttProperties willProperties, String willTopic, byte[] willMessage, String username, byte[] password)
public String clientIdentifier()
public MqttProperties willProperties()
public String willTopic()
public byte[] willMessageInBytes()
public String username()
public byte[] passwordInBytes()
public String password()
Copyright © 2025. All rights reserved.