| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | FixedReconnectionStrategyA ReconnectStrategyimplementation that attempts to reconnect a fixed intervals up to a maximum number of reconnection attempts. | 
|  class | NullReconnectStrategyReconnect strategy that does 0 reconnect attempts. | 
|  class | ProgressiveReconnectionStrategyA ReconnectionStrategyimplementation 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 | |||||||||