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