mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
03.47.2006 cdee5ecd5b7ac3e3da5d3ffc9c39f4ba09159c13
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();
}