mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opends/src/server/org/opends/server/changelog/SocketSession.java @@ -120,4 +120,12 @@ + totalLength + " bytes."); } } /** * {@inheritDoc} */ public String getRemoteAddress() { return socket.getInetAddress().getHostAddress(); } }