Uses of Interface
org.openqa.jetty.http.RequestLog

Packages that use RequestLog
org.openqa.jetty.http   
 

Uses of RequestLog in org.openqa.jetty.http
 

Classes in org.openqa.jetty.http that implement RequestLog
 class NCSARequestLog
          NCSA HTTP Request Log.
 

Methods in org.openqa.jetty.http that return RequestLog
 RequestLog HttpContext.getRequestLog()
           
 RequestLog HttpServer.getRequestLog()
           
 

Methods in org.openqa.jetty.http with parameters of type RequestLog
 void HttpContext.setRequestLog(RequestLog log)
          Set the request log.
 void HttpServer.setRequestLog(RequestLog log)
          Set the request log.
 



Copyright © 2011. All Rights Reserved.