com.googlecode.mycontainer.web.jetty
Class JettyRequestLogImpl

java.lang.Object
  extended by org.eclipse.jetty.util.component.AbstractLifeCycle
      extended by com.googlecode.mycontainer.web.jetty.JettyRequestLogImpl
All Implemented Interfaces:
org.eclipse.jetty.server.RequestLog, org.eclipse.jetty.util.component.LifeCycle

public class JettyRequestLogImpl
extends org.eclipse.jetty.util.component.AbstractLifeCycle
implements org.eclipse.jetty.server.RequestLog


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
org.eclipse.jetty.util.component.LifeCycle.Listener
 
Field Summary
 
Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
 
Constructor Summary
JettyRequestLogImpl()
           
 
Method Summary
 void log(org.eclipse.jetty.server.Request request, org.eclipse.jetty.server.Response response)
           
 
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, doStart, doStop, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jetty.util.component.LifeCycle
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 

Constructor Detail

JettyRequestLogImpl

public JettyRequestLogImpl()
Method Detail

log

public void log(org.eclipse.jetty.server.Request request,
                org.eclipse.jetty.server.Response response)
Specified by:
log in interface org.eclipse.jetty.server.RequestLog


Copyright © 2008-2013 Mycontainer Team. All Rights Reserved.