org.inspektr.common.web
Class ClientInfo

java.lang.Object
  extended by 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

Constructor Summary
ClientInfo()
           
ClientInfo(javax.servlet.http.HttpServletRequest request)
           
ClientInfo(String serverIpAddress, String clientIpAddress)
           
 
Method Summary
 String getClientIpAddress()
           
 String getServerIpAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientInfo

public ClientInfo()

ClientInfo

public ClientInfo(javax.servlet.http.HttpServletRequest request)

ClientInfo

public ClientInfo(String serverIpAddress,
                  String clientIpAddress)
Method Detail

getServerIpAddress

public String getServerIpAddress()

getClientIpAddress

public String getClientIpAddress()


Copyright © 2007-2012. All Rights Reserved.