|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.authz.common.logging.AccessLogEntry
public class AccessLogEntry
Data object for generating service access logs.
Constructor Summary | |
---|---|
AccessLogEntry(javax.servlet.http.HttpServletRequest request)
Constructor. |
|
AccessLogEntry(java.lang.String remote,
java.lang.String host,
int port,
java.lang.String path)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getRemoteHost()
Gets the remote client host or IP address. |
java.lang.String |
getRequestPath()
Gets the request path without servlet context information. |
long |
getRequestTime()
Gets the time the request was made. |
java.lang.String |
getServerHost()
Gets the server's host name or IP address. |
int |
getServerPort()
Gets the server's port number. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AccessLogEntry(javax.servlet.http.HttpServletRequest request)
request
- the requestpublic AccessLogEntry(java.lang.String remote, java.lang.String host, int port, java.lang.String path)
remote
- the remote client host name or IPhost
- the servers host name or IPport
- the servers port numberpath
- the request path information minus the servlet context informationMethod Detail |
---|
public java.lang.String getRemoteHost()
public java.lang.String getRequestPath()
public long getRequestTime()
public java.lang.String getServerHost()
public int getServerPort()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |