|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.http.log.AbstractAccessLog
public abstract class AbstractAccessLog
Represents an log of every top-level request to the server.
Field Summary | |
---|---|
protected static java.util.logging.Logger |
log
|
protected Path |
path
|
Constructor Summary | |
---|---|
AbstractAccessLog()
|
Method Summary | |
---|---|
void |
destroy()
Cleanup the log. |
Path |
getPath()
Returns the access-log's path. |
void |
init()
Initialize the log. |
abstract void |
log(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
Logs a request using the current format. |
void |
setPath(Path path)
Sets the access-log's path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.util.logging.Logger log
protected Path path
Constructor Detail |
---|
public AbstractAccessLog()
Method Detail |
---|
public Path getPath()
public void setPath(Path path)
public void init() throws ServletException, java.io.IOException
ServletException
java.io.IOException
public abstract void log(HttpServletRequest request, HttpServletResponse response, ServletContext application) throws java.io.IOException
request
- the servlet request.response
- the servlet response.
java.io.IOException
public void destroy() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |