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 HttpServer.getRequestLog()
           
 RequestLog HttpContext.getRequestLog()
           
 

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



Copyright © 2012. All Rights Reserved.