OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReconnectionManager
(Results
1 - 3
of
3
) sorted by null
/external/smack/src/org/jivesoftware/smack/
ReconnectionManager.java
36
public class
ReconnectionManager
implements ConnectionListener {
52
connection.addConnectionListener(new
ReconnectionManager
(connection));
57
private
ReconnectionManager
(Connection connection) {
120
while (
ReconnectionManager
.this.isReconnectionAllowed()) {
126
while (
ReconnectionManager
.this.isReconnectionAllowed() &&
132
ReconnectionManager
.this
138
ReconnectionManager
.this.notifyReconnectionFailed(e1);
144
if (
ReconnectionManager
.this.isReconnectionAllowed()) {
150
ReconnectionManager
.this.notifyReconnectionFailed(e);
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/
InitStaticCode.java
45
Class.forName(org.jivesoftware.smack.
ReconnectionManager
.class.getName(), true, appClassLoader);
/external/smack/src/org/jivesoftware/smackx/
InitStaticCode.java
45
Class.forName(org.jivesoftware.smack.
ReconnectionManager
.class.getName(), true, appClassLoader);
Completed in 103 milliseconds