public class StatsRecordingHandler extends Object implements org.eclipse.jetty.server.RequestLog
| Constructor and Description |
|---|
StatsRecordingHandler(RequestStats stats) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLifeCycleListener(org.eclipse.jetty.util.component.LifeCycle.Listener listener) |
boolean |
isFailed() |
boolean |
isRunning() |
boolean |
isStarted() |
boolean |
isStarting() |
boolean |
isStopped() |
boolean |
isStopping() |
void |
log(org.eclipse.jetty.server.Request request,
org.eclipse.jetty.server.Response response) |
void |
removeLifeCycleListener(org.eclipse.jetty.util.component.LifeCycle.Listener listener) |
void |
start() |
void |
stop() |
public StatsRecordingHandler(RequestStats stats)
public void log(org.eclipse.jetty.server.Request request,
org.eclipse.jetty.server.Response response)
log in interface org.eclipse.jetty.server.RequestLogpublic void start()
throws Exception
start in interface org.eclipse.jetty.util.component.LifeCycleExceptionpublic void stop()
throws Exception
stop in interface org.eclipse.jetty.util.component.LifeCycleExceptionpublic boolean isRunning()
isRunning in interface org.eclipse.jetty.util.component.LifeCyclepublic boolean isStarted()
isStarted in interface org.eclipse.jetty.util.component.LifeCyclepublic boolean isStarting()
isStarting in interface org.eclipse.jetty.util.component.LifeCyclepublic boolean isStopping()
isStopping in interface org.eclipse.jetty.util.component.LifeCyclepublic boolean isStopped()
isStopped in interface org.eclipse.jetty.util.component.LifeCyclepublic boolean isFailed()
isFailed in interface org.eclipse.jetty.util.component.LifeCyclepublic void addLifeCycleListener(org.eclipse.jetty.util.component.LifeCycle.Listener listener)
addLifeCycleListener in interface org.eclipse.jetty.util.component.LifeCyclepublic void removeLifeCycleListener(org.eclipse.jetty.util.component.LifeCycle.Listener listener)
removeLifeCycleListener in interface org.eclipse.jetty.util.component.LifeCycleCopyright © 2010-2013 Airlift. All Rights Reserved.