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

Matthew Swift
18.26.2016 142f955cce8647d62a964226bb4975e4b6a8505a
opendj-server-legacy/src/main/java/org/opends/server/loggers/HTTPRequestInfo.java
@@ -11,10 +11,12 @@
 * Header, with the fields enclosed by brackets [] replaced by your own identifying
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2013-2015 ForgeRock AS.
 * Copyright 2013-2016 ForgeRock AS.
 */
package org.opends.server.loggers;
import java.net.URI;
/**
 * Contains the information required for logging the HTTP request.
 */
@@ -78,11 +80,11 @@
  String getMethod();
  /**
   * Returns the query issued by the client.
   * Returns the URI issued by the client.
   *
   * @return the query
   * @return the URI
   */
  String getQuery();
  URI getUri();
  /**
   * Returns the user agent used by the client.