Uses of Class
com.caucho.server.log.AccessLog

Packages that use AccessLog
com.caucho.http.log   
com.caucho.server.cluster   
com.caucho.server.webapp   
 

Uses of AccessLog in com.caucho.http.log
 

Subclasses of AccessLog in com.caucho.http.log
 class AccessLog
          Represents an log of every top-level request to the server.
 

Uses of AccessLog in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster with parameters of type AccessLog
 void ServletContainerConfig.setAccessLog(AccessLog accessLog)
          Sets the access log.
 void ServletService.setAccessLog(AccessLog log)
          Sets the access log.
 

Uses of AccessLog in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that return AccessLog
 AccessLog WebApp.createAccessLog()
          Sets the access log.