public class LogInfo extends Object
Constructor and Description |
---|
LogInfo(String remoteAddress,
String remoteHost,
Calendar accessDateTime,
String requestUri,
int requestBytes,
long responseMillis,
int responseCode,
int responseBytes,
String protocolId,
String referer,
String userAgent,
int callNest,
String callTree) |
Modifier and Type | Method and Description |
---|---|
Calendar |
getAccessDateTime() |
int |
getCallNest() |
String |
getCallTree() |
String |
getProtocolId() |
String |
getReferer() |
String |
getRemoteAddress() |
String |
getRemoteHost() |
int |
getRequestBytes() |
String |
getRequestUri() |
int |
getResponseBytes() |
int |
getResponseCode() |
long |
getResponseMillis() |
String |
getUserAgent() |
public String getRemoteAddress()
public String getRemoteHost()
public Calendar getAccessDateTime()
public String getRequestUri()
public int getRequestBytes()
public long getResponseMillis()
public int getResponseCode()
public int getResponseBytes()
public String getProtocolId()
public String getReferer()
public String getUserAgent()
public int getCallNest()
public String getCallTree()