|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use AsyncClientListener | |
---|---|
net.sf.xenqtt.client |
Uses of AsyncClientListener in net.sf.xenqtt.client |
---|
Fields in net.sf.xenqtt.client declared as AsyncClientListener | |
---|---|
static AsyncClientListener |
AsyncClientListener.NULL_LISTENER
Use this listener when you want to ignore all client events including received messages. |
Methods in net.sf.xenqtt.client with parameters of type AsyncClientListener | |
---|---|
MqttClient |
MqttClientFactory.newAsyncClient(AsyncClientListener asyncClientListener)
|
MqttClient |
AsyncClientFactory.newAsyncClient(AsyncClientListener asyncClientListener)
Creates an asynchronous client . |
Constructors in net.sf.xenqtt.client with parameters of type AsyncClientListener | |
---|---|
AsyncMqttClient(String brokerUri,
AsyncClientListener listener,
Executor executor)
Constructs an instance of this class using a user provided Executor with the default config . |
|
AsyncMqttClient(String brokerUri,
AsyncClientListener listener,
Executor executor,
MqttClientConfig config)
Constructs an instance of this class using a user provided Executor with a custom config . |
|
AsyncMqttClient(String brokerUri,
AsyncClientListener listener,
int messageHandlerThreadPoolSize)
Constructs an instance of this class using an Executor owned by this class with the default config . |
|
AsyncMqttClient(String brokerUri,
AsyncClientListener listener,
int messageHandlerThreadPoolSize,
MqttClientConfig config)
Constructs an instance of this class using an Executor owned by this class with a custom config . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |