org.eclipse.jetty.server.handler
Class AbstractHandler
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.server.handler.AbstractHandler
- All Implemented Interfaces:
- Handler, LifeCycle
- Direct Known Subclasses:
- AbstractHandlerContainer, DefaultHandler, ErrorHandler, ResourceHandler
public abstract class AbstractHandler
- extends AbstractLifeCycle
- implements Handler
AbstractHandler.
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle |
addLifeCycleListener, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jetty.server.Handler |
handle |
AbstractHandler
public AbstractHandler()
doStart
protected void doStart()
throws java.lang.Exception
- Overrides:
doStart
in class AbstractLifeCycle
- Throws:
java.lang.Exception
doStop
protected void doStop()
throws java.lang.Exception
- Overrides:
doStop
in class AbstractLifeCycle
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
setServer
public void setServer(Server server)
- Specified by:
setServer
in interface Handler
getServer
public Server getServer()
- Specified by:
getServer
in interface Handler
destroy
public void destroy()
- Specified by:
destroy
in interface Handler
dump
public java.lang.String dump()
dump
protected void dump(java.lang.StringBuilder b,
java.lang.String indent)
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.