org.eclipse.jetty.server
接口 RequestLog

所有超级接口:
LifeCycle
所有已知实现类:
AsyncNCSARequestLog, NCSARequestLog

public interface RequestLog
extends LifeCycle

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


嵌套类摘要
 
从接口 org.eclipse.jetty.util.component.LifeCycle 继承的嵌套类/接口
LifeCycle.Listener
 
方法摘要
 void log(Request request, Response response)
           
 
从接口 org.eclipse.jetty.util.component.LifeCycle 继承的方法
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 

方法详细信息

log

void log(Request request,
         Response response)


Copyright © 2013. All Rights Reserved.