org.eclipse.jetty.server.handler
类 AbstractHandler
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AggregateLifeCycle
org.eclipse.jetty.server.handler.AbstractHandler
- 所有已实现的接口:
- Handler, Destroyable, Dumpable, LifeCycle
- 直接已知子类:
- AbstractHandlerContainer, DefaultHandler, ErrorHandler, ShutdownHandler
public abstract class AbstractHandler
- extends AggregateLifeCycle
- implements Handler
AbstractHandler.
|
方法摘要 |
void |
destroy()
Destroy the joined Destroyable beans in the reverse order they were added. |
protected void |
doStart()
Start the managed lifecycle beans in the order they were added. |
protected void |
doStop()
Stop the joined lifecycle beans in the reverse order they were added. |
void |
dumpThis(Appendable out)
|
Server |
getServer()
|
void |
setServer(Server server)
|
| 从类 org.eclipse.jetty.util.component.AggregateLifeCycle 继承的方法 |
addBean, addBean, contains, dump, dump, dump, dump, dump, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, unmanage |
| 从类 org.eclipse.jetty.util.component.AbstractLifeCycle 继承的方法 |
addLifeCycleListener, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractHandler
public AbstractHandler()
doStart
protected void doStart()
throws Exception
- 从类
AggregateLifeCycle 复制的描述
- Start the managed lifecycle beans in the order they were added.
- 覆盖:
- 类
AggregateLifeCycle 中的 doStart
- 抛出:
Exception- 另请参见:
AbstractLifeCycle.doStart()
doStop
protected void doStop()
throws Exception
- 从类
AggregateLifeCycle 复制的描述
- Stop the joined lifecycle beans in the reverse order they were added.
- 覆盖:
- 类
AggregateLifeCycle 中的 doStop
- 抛出:
Exception- 另请参见:
AbstractLifeCycle.doStart()
setServer
public void setServer(Server server)
- 指定者:
- 接口
Handler 中的 setServer
getServer
public Server getServer()
- 指定者:
- 接口
Handler 中的 getServer
destroy
public void destroy()
- 从类
AggregateLifeCycle 复制的描述
- Destroy the joined Destroyable beans in the reverse order they were added.
- 指定者:
- 接口
Handler 中的 destroy - 指定者:
- 接口
Destroyable 中的 destroy - 覆盖:
- 类
AggregateLifeCycle 中的 destroy
- 另请参见:
Destroyable.destroy()
dumpThis
public void dumpThis(Appendable out)
throws IOException
- 覆盖:
- 类
AggregateLifeCycle 中的 dumpThis
- 抛出:
IOException
Copyright © 2013. All Rights Reserved.