Searched defs:pendingConnections (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java86 private List<LDAPClientConnection> pendingConnections = field in class:LDAPRequestHandler
253 if (!pendingConnections.isEmpty())
255 tmp = pendingConnections;
256 pendingConnections = new LinkedList<LDAPClientConnection>();
465 for (LDAPClientConnection c : pendingConnections)
516 pendingConnections.add(clientConnection);
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java85 private List<LDAPClientConnection> pendingConnections = field in class:LDAPRequestHandler
252 if (!pendingConnections.isEmpty())
254 tmp = pendingConnections;
255 pendingConnections = new LinkedList<LDAPClientConnection>();
464 for (LDAPClientConnection c : pendingConnections)
515 pendingConnections.add(clientConnection);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java86 private List<LDAPClientConnection> pendingConnections = field in class:LDAPRequestHandler
253 if (!pendingConnections.isEmpty())
255 tmp = pendingConnections;
256 pendingConnections = new LinkedList<LDAPClientConnection>();
465 for (LDAPClientConnection c : pendingConnections)
516 pendingConnections.add(clientConnection);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java86 private List<LDAPClientConnection> pendingConnections = field in class:LDAPRequestHandler
253 if (!pendingConnections.isEmpty())
255 tmp = pendingConnections;
256 pendingConnections = new LinkedList<LDAPClientConnection>();
465 for (LDAPClientConnection c : pendingConnections)
516 pendingConnections.add(clientConnection);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java85 private List<LDAPClientConnection> pendingConnections = field in class:LDAPRequestHandler
252 if (!pendingConnections.isEmpty())
254 tmp = pendingConnections;
255 pendingConnections = new LinkedList<LDAPClientConnection>();
464 for (LDAPClientConnection c : pendingConnections)
515 pendingConnections.add(clientConnection);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java79 private List<LDAPClientConnection> pendingConnections = new LinkedList<>(); field in class:LDAPRequestHandler
223 if (!pendingConnections.isEmpty())
225 tmp = pendingConnections;
226 pendingConnections = new LinkedList<>();
391 for (LDAPClientConnection c : pendingConnections)
439 pendingConnections.add(clientConnection);

Completed in 26 milliseconds