|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ReconnectionStrategy | |
---|---|
net.sf.xenqtt.client |
Uses of ReconnectionStrategy in net.sf.xenqtt.client |
---|
Classes in net.sf.xenqtt.client that implement ReconnectionStrategy | |
---|---|
class |
FixedReconnectionStrategy
A ReconnectStrategy implementation that attempts to reconnect a fixed intervals up to a maximum number of reconnection attempts. |
class |
NullReconnectStrategy
Reconnect strategy that does 0 reconnect attempts. |
class |
ProgressiveReconnectionStrategy
A ReconnectionStrategy implementation that allows for progressive reconnection attempts to the broker. |
Methods in net.sf.xenqtt.client that return ReconnectionStrategy | |
---|---|
ReconnectionStrategy |
ReconnectionStrategy.clone()
|
ReconnectionStrategy |
ProgressiveReconnectionStrategy.clone()
|
ReconnectionStrategy |
NullReconnectStrategy.clone()
|
ReconnectionStrategy |
FixedReconnectionStrategy.clone()
|
ReconnectionStrategy |
MqttClientConfig.getReconnectionStrategy()
|
Methods in net.sf.xenqtt.client with parameters of type ReconnectionStrategy | |
---|---|
MqttClientConfig |
MqttClientConfig.setReconnectionStrategy(ReconnectionStrategy reconnectionStrategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |