public final class MqttConnectPayload extends Object
MqttConnectMessage
Constructor and Description |
---|
MqttConnectPayload(String clientIdentifier,
String willTopic,
String willMessage,
String userName,
String password) |
Modifier and Type | Method and Description |
---|---|
String |
clientIdentifier() |
String |
password() |
String |
toString() |
String |
userName() |
String |
willMessage() |
String |
willTopic() |
Copyright © 2008–2017 The Netty Project. All rights reserved.