|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectReturnCode | |
---|---|
net.sf.xenqtt.client | |
net.sf.xenqtt.message |
Uses of ConnectReturnCode in net.sf.xenqtt.client |
---|
Methods in net.sf.xenqtt.client that return ConnectReturnCode | |
---|---|
ConnectReturnCode |
MqttClient.connect(String clientId,
boolean cleanSession)
Connects this client to the broker with no credentials and no Will Message. |
ConnectReturnCode |
MqttClient.connect(String clientId,
boolean cleanSession,
String userName,
String password)
Connects this client to the broker with credentials but no Will Message. |
ConnectReturnCode |
MqttClient.connect(String clientId,
boolean cleanSession,
String willTopic,
String willMessage,
QoS willQos,
boolean willRetain)
Connects this client to the broker with a Will Message but no credentials. |
ConnectReturnCode |
MqttClient.connect(String clientId,
boolean cleanSession,
String userName,
String password,
String willTopic,
String willMessage,
QoS willQos,
boolean willRetain)
Connects this client to the broker with credentials and a WillMessage. |
Methods in net.sf.xenqtt.client with parameters of type ConnectReturnCode | |
---|---|
void |
AsyncClientListener.connected(MqttClient client,
ConnectReturnCode returnCode)
Called after the client has received a connect acknowledgment from the broker. |
Uses of ConnectReturnCode in net.sf.xenqtt.message |
---|
Methods in net.sf.xenqtt.message that return ConnectReturnCode | |
---|---|
ConnectReturnCode |
ConnAckMessage.getReturnCode()
|
static ConnectReturnCode |
ConnectReturnCode.lookup(int value)
|
static ConnectReturnCode |
ConnectReturnCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConnectReturnCode[] |
ConnectReturnCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.xenqtt.message with parameters of type ConnectReturnCode | |
---|---|
void |
ConnAckMessage.setReturnCode(ConnectReturnCode returnCode)
Sets the return code |
Constructors in net.sf.xenqtt.message with parameters of type ConnectReturnCode | |
---|---|
ConnAckMessage(ConnectReturnCode returnCode)
Used to construct a message for sending |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |