|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MqttClientListener | |
|---|---|
| net.sf.xenqtt.client | |
| Uses of MqttClientListener in net.sf.xenqtt.client |
|---|
| Subinterfaces of MqttClientListener in net.sf.xenqtt.client | |
|---|---|
interface |
AsyncClientListener
Implement this interface to use the AsyncMqttClient. |
| Methods in net.sf.xenqtt.client with parameters of type MqttClientListener | |
|---|---|
MqttClient |
MqttClientFactory.newSynchronousClient(MqttClientListener mqttClientListener)
Creates a synchronous client. |
| Constructors in net.sf.xenqtt.client with parameters of type MqttClientListener | |
|---|---|
SynchronousMqttClient(String brokerUri,
MqttClientListener listener,
ReconnectionStrategy reconnectionStrategy,
Executor executor,
int connectTimeoutSeconds,
int messageResendIntervalSeconds,
int blockingTimeoutSeconds)
Constructs an instance of this class using a user provided Executor. |
|
SynchronousMqttClient(String brokerUri,
MqttClientListener listener,
ReconnectionStrategy reconnectionStrategy,
int messageHandlerThreadPoolSize,
int connectTimeoutSeconds,
int messageResendIntervalSeconds,
int blockingTimeoutSeconds)
Constructs an instance of this class using an Executor owned by this class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||