|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAccessEvent
The Access module's internal representation of logging events. When the
logging component instance is called in the container to log then a
AccessEvent instance is created. This instance is passed
around to the different logback components.
| Field Summary | |
|---|---|
static String |
NA
|
static int |
SENTINEL
|
| Methods inherited from interface ch.qos.logback.core.spi.DeferredProcessingAware |
|---|
prepareForDeferredProcessing |
| Field Detail |
|---|
static final String NA
static final int SENTINEL
| Method Detail |
|---|
javax.servlet.http.HttpServletRequest getRequest()
javax.servlet.http.HttpServletResponse getResponse()
long getTimeStamp()
String getRequestURI()
String getRequestURL()
String getRemoteHost()
String getRemoteUser()
String getProtocol()
String getMethod()
String getServerName()
String getRemoteAddr()
String getRequestHeader(String key)
Enumeration getRequestHeaderNames()
Map<String,String> getRequestHeaderMap()
Map<String,String[]> getRequestParameterMap()
String getAttribute(String key)
key - String[] getRequestParameter(String key)
String getCookie(String key)
long getContentLength()
int getStatusCode()
String getRequestContent()
String getResponseContent()
int getLocalPort()
ServerAdapter getServerAdapter()
String getResponseHeader(String key)
Map<String,String> getResponseHeaderMap()
List<String> getResponseHeaderNameList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||