public interface AccessLogServerAdapter
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
long |
getDuration() |
String |
getMethod() |
Principal |
getPrincipal() |
String |
getProtocol() |
String |
getReferer() |
String |
getRequestURI() |
long |
getResponseLength() |
int |
getStatus() |
long |
getTimeStamp() |
String |
getUserAgent() |
String getAddress()
Principal getPrincipal()
String getMethod()
String getRequestURI()
String getProtocol()
int getStatus()
long getResponseLength()
String getReferer()
String getUserAgent()
long getTimeStamp()
long getDuration()
Copyright © 2015. All rights reserved.