| Package | Description |
|---|---|
| rocks.xmpp.core.session |
Provides classes related to an XMPP session.
|
| Modifier and Type | Method and Description |
|---|---|
static ReconnectionStrategy |
ReconnectionStrategy.after(long duration,
TimeUnit timeUnit)
Reconnects always after a fix amount of time, e.g. after 10 seconds.
|
ReconnectionStrategy |
ReconnectionManager.getReconnectionStrategy()
Gets the reconnection strategy.
|
static ReconnectionStrategy |
ReconnectionStrategy.truncatedBinaryExponentialBackoffStrategy(int slotTime,
int ceiling)
This is the default reconnection strategy used by the
ReconnectionManager. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReconnectionManager.setReconnectionStrategy(ReconnectionStrategy reconnectionStrategy)
Sets the reconnection strategy.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.