cn.dreampie.server.provider.jetty
类 JettyServerProvider

java.lang.Object
  继承者 cn.dreampie.server.RestyServer
      继承者 cn.dreampie.server.provider.jetty.JettyServerProvider

public class JettyServerProvider
extends RestyServer

Created by Dreampie on 16/9/6.


字段摘要
 
从类 cn.dreampie.server.RestyServer 继承的字段
classLoader, classPath, contextPath, host, isBuild, mainFile, port, reloadObserver, reloadRunnable, resourceBase, rootPath, stack, useHttpSession, watchThread, webXmlPath
 
构造方法摘要
JettyServerProvider()
           
 
方法摘要
 void destroy()
           
protected  void init()
           
 void restartWebApp()
           
 void start()
           
 void stop()
           
 
从类 cn.dreampie.server.RestyServer 继承的方法
build, build, build, setContextPath, setResourceBase, setUseHttpSession
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JettyServerProvider

public JettyServerProvider()
方法详细信息

init

protected void init()
             throws Exception
指定者:
RestyServer 中的 init
抛出:
Exception

start

public void start()
           throws Exception
指定者:
RestyServer 中的 start
抛出:
Exception

stop

public void stop()
          throws Exception
指定者:
RestyServer 中的 stop
抛出:
Exception

destroy

public void destroy()
             throws Exception
指定者:
RestyServer 中的 destroy
抛出:
Exception

restartWebApp

public void restartWebApp()
                   throws Exception
指定者:
RestyServer 中的 restartWebApp
抛出:
Exception


Copyright © 2017. All rights reserved.