Package | Description |
---|---|
org.eclipse.paho.client.mqttv3 |
Contains a programming interface enabling applications to communicate with an MQTT server.
|
org.eclipse.paho.client.mqttv3.internal | |
org.eclipse.paho.client.mqttv3.util |
Provides helpers and utilities.
|
Modifier and Type | Field and Description |
---|---|
protected ClientComms |
MqttAsyncClient.comms |
Modifier and Type | Method and Description |
---|---|
void |
TimerPingSender.init(ClientComms comms) |
void |
MqttPingSender.init(ClientComms comms)
Initial method.
|
Constructor and Description |
---|
MqttTopic(String name,
ClientComms comms) |
Constructor and Description |
---|
ClientState(MqttClientPersistence persistence,
CommsTokenStore tokenStore,
CommsCallback callback,
ClientComms clientComms,
MqttPingSender pingSender) |
CommsReceiver(ClientComms clientComms,
ClientState clientState,
CommsTokenStore tokenStore,
InputStream in) |
CommsSender(ClientComms clientComms,
ClientState clientState,
CommsTokenStore tokenStore,
OutputStream out) |
ConnectActionListener(MqttAsyncClient client,
MqttClientPersistence persistence,
ClientComms comms,
MqttConnectOptions options,
MqttToken userToken,
Object userContext,
IMqttActionListener userCallback) |
Constructor and Description |
---|
Debug(String clientID,
ClientComms comms)
Set the debug facility up for a specific client
|
Copyright © 2016 Eclipse Paho. All rights reserved.