opends/src/server/org/opends/server/replication/protocol/ProtocolSession.java
@@ -23,7 +23,7 @@ * * * Copyright 2006-2009 Sun Microsystems, Inc. * Portions copyright 2011 ForgeRock AS * Portions copyright 2011-2013 ForgeRock AS */ package org.opends.server.replication.protocol; @@ -109,6 +109,13 @@ public abstract boolean isEncrypted(); /** * Retrieve the local URL in the form host:port. * * @return The local URL. */ public abstract String getLocalUrl(); /** * Retrieve the IP address of the remote server. * * @return The IP address of the remote server.