org.mortbay.jetty
Interface RequestLog

All Superinterfaces:
org.mortbay.component.LifeCycle
All Known Implementing Classes:
NCSARequestLog

public interface RequestLog
extends org.mortbay.component.LifeCycle

A RequestLog can be attached to a RequestLogHandler to enable logging of requests/responses.

Author:
Nigel Canonizado
See Also:
Server#setRequestLog

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.mortbay.component.LifeCycle
org.mortbay.component.LifeCycle.Listener
 
Method Summary
 void log(Request request, Response response)
           
 
Methods inherited from interface org.mortbay.component.LifeCycle
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 

Method Detail

log

void log(Request request,
         Response response)


Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.