org.inspektr.common.web
Class ClientInfo
java.lang.Object
org.inspektr.common.web.ClientInfo
public final class ClientInfo
- extends Object
Captures information from the HttpServletRequest to log later.
- Since:
- 1.0
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientInfo
public ClientInfo()
ClientInfo
public ClientInfo(javax.servlet.http.HttpServletRequest request)
ClientInfo
public ClientInfo(String serverIpAddress,
String clientIpAddress)
getServerIpAddress
public String getServerIpAddress()
getClientIpAddress
public String getClientIpAddress()
Copyright © 2007-2012. All Rights Reserved.