Package com.exedio.cope.pattern
Class MediaRequestLog
- java.lang.Object
-
- com.exedio.cope.pattern.MediaRequestLog
-
public final class MediaRequestLog extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getDate()
Exception
getException()
String
getHost()
String
getPathInfo()
String
getQueryString()
String
getReferer()
String
getRemoteAddr()
String
getUserAgent()
boolean
isSecure()
-
-
-
Method Detail
-
getDate
public Date getDate()
-
getException
public Exception getException()
-
getRemoteAddr
public String getRemoteAddr()
- See Also:
ServletRequest.getRemoteAddr()
-
isSecure
public boolean isSecure()
-
getPathInfo
public String getPathInfo()
-
getQueryString
public String getQueryString()
-
getHost
public String getHost()
-
getReferer
public String getReferer()
-
getUserAgent
public String getUserAgent()
-
-