opends/src/server/org/opends/server/changelog/ProtocolSession.java
@@ -83,4 +83,11 @@ public abstract SynchronizationMessage receive() throws IOException, ClassNotFoundException, DataFormatException; /** * Retrieve the IP address of the remote server. * * @return The IP address of the remote server. */ public abstract String getRemoteAddress(); }