|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncClientListener | |
|---|---|
| net.sf.xenqtt.client | |
| Uses of AsyncClientListener in net.sf.xenqtt.client |
|---|
| Methods in net.sf.xenqtt.client with parameters of type AsyncClientListener | |
|---|---|
MqttClient |
MqttClientFactory.newAsyncClient(AsyncClientListener asyncClientListener)
Creates an asynchronous client. |
| Constructors in net.sf.xenqtt.client with parameters of type AsyncClientListener | |
|---|---|
AsyncMqttClient(String brokerUri,
AsyncClientListener listener,
ReconnectionStrategy reconnectionStrategy,
Executor executor,
int connectTimeoutSeconds,
int messageResendIntervalSeconds)
Constructs an instance of this class using a user provided Executor. |
|
AsyncMqttClient(String brokerUri,
AsyncClientListener listener,
ReconnectionStrategy reconnectionStrategy,
int messageHandlerThreadPoolSize,
int connectTimeoutSeconds,
int messageResendIntervalSeconds)
Constructs an instance of this class using an Executor owned by this class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||