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

coulbeck
28.54.2007 f7036e50348484f4daf39f9e8457de602ab83939
opends/src/server/org/opends/server/replication/protocol/ProtocolSession.java
@@ -83,6 +83,17 @@
                         DataFormatException;
  /**
   * Stop using the security layer, if there is any.
   */
  public abstract void stopEncryption();
  /**
   * Determine whether the session is using a security layer.
   * @return true if the connection is encrypted, false otherwise.
   */
  public abstract boolean isEncrypted();
  /**
   * Retrieve the IP address of the remote server.
   *
   * @return The IP address of the remote server.