Searched defs:remoteServerURL (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationServer.java472 * @param remoteServerURL The address and port for the server, separated by a
476 private void connect(String remoteServerURL, String baseDn) argument
478 int separator = remoteServerURL.lastIndexOf(':');
479 String port = remoteServerURL.substring(separator + 1);
480 String hostname = remoteServerURL.substring(0, separator);
481 boolean sslEncryption =replSessionSecurity.isSslEncryption(remoteServerURL);
485 " connects to " + remoteServerURL);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationServer.java473 * @param remoteServerURL The address and port for the server, separated by a
477 private void connect(String remoteServerURL, String baseDn) argument
479 int separator = remoteServerURL.lastIndexOf(':');
480 String port = remoteServerURL.substring(separator + 1);
481 String hostname = remoteServerURL.substring(0, separator);
482 boolean sslEncryption =replSessionSecurity.isSslEncryption(remoteServerURL);
486 " connects to " + remoteServerURL);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DReplicationServer.java472 * @param remoteServerURL The address and port for the server, separated by a
476 private void connect(String remoteServerURL, String baseDn) argument
478 int separator = remoteServerURL.lastIndexOf(':');
479 String port = remoteServerURL.substring(separator + 1);
480 String hostname = remoteServerURL.substring(0, separator);
481 boolean sslEncryption =replSessionSecurity.isSslEncryption(remoteServerURL);
485 " connects to " + remoteServerURL);

Completed in 68 milliseconds