OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isReconnectionAllowed
(Results
1 - 4
of
4
) sorted by null
/external/smack/src/org/jivesoftware/smack/
ReconnectionManager.java
67
private boolean
isReconnectionAllowed
() {
69
&& connection.
isReconnectionAllowed
();
84
if (this.
isReconnectionAllowed
()) {
120
while (ReconnectionManager.this.
isReconnectionAllowed
()) {
126
while (ReconnectionManager.this.
isReconnectionAllowed
() &&
144
if (ReconnectionManager.this.
isReconnectionAllowed
()) {
167
if (
isReconnectionAllowed
()) {
180
if (
isReconnectionAllowed
()) {
207
if (this.
isReconnectionAllowed
()) {
Connection.java.orig
321
protected boolean
isReconnectionAllowed
() {
322
return config.
isReconnectionAllowed
();
[
all
...]
Connection.java
321
protected boolean
isReconnectionAllowed
() {
322
return config.
isReconnectionAllowed
();
[
all
...]
ConnectionConfiguration.java
612
public boolean
isReconnectionAllowed
() {
Completed in 143 milliseconds