public class TomcatLogbackAccessEvent extends AbstractLogbackAccessEvent
AbstractLogbackAccessEvent.AbstractOverridenAttribute<T extends Serializable>| Constructor and Description |
|---|
TomcatLogbackAccessEvent(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLocalPort() |
String |
getProtocol() |
String |
getRemoteAddr() |
String |
getRemoteHost() |
getRemoteUserbuildRequestHeaderMap, buildRequestParameterMap, getAttribute, getContentLength, getCookie, getElapsedSeconds, getElapsedTime, getMethod, getQueryString, getRequest, getRequestContent, getRequestHeader, getRequestHeaderMap, getRequestHeaderNames, getRequestParameter, getRequestParameterMap, getRequestURI, getRequestURL, getResponse, getResponseContent, getResponseHeader, getResponseHeaderMap, getResponseHeaderNameList, getServerAdapter, getServerName, getSessionID, getStatusCode, getThreadName, getTimeStamp, prepareForDeferredProcessing, setThreadName, setTimeStamppublic TomcatLogbackAccessEvent(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response)
request - the HTTP request.response - the HTTP response.public int getLocalPort()
getLocalPort in interface ch.qos.logback.access.spi.IAccessEventgetLocalPort in class AbstractLogbackAccessEventpublic String getRemoteAddr()
getRemoteAddr in interface ch.qos.logback.access.spi.IAccessEventgetRemoteAddr in class ch.qos.logback.access.spi.AccessEventpublic String getRemoteHost()
getRemoteHost in interface ch.qos.logback.access.spi.IAccessEventgetRemoteHost in class ch.qos.logback.access.spi.AccessEventpublic String getProtocol()
getProtocol in interface ch.qos.logback.access.spi.IAccessEventgetProtocol in class ch.qos.logback.access.spi.AccessEventCopyright © 2017 rakugakibox.net. All rights reserved.