接口 org.eclipse.jetty.server.Server.Graceful
的使用

使用 Server.Graceful 的软件包
org.eclipse.jetty.http.spi   
org.eclipse.jetty.server.handler   
org.eclipse.jetty.servlet   
org.eclipse.jetty.webapp   
 

org.eclipse.jetty.http.spiServer.Graceful 的使用
 

实现 Server.Gracefulorg.eclipse.jetty.http.spi 中的类
 class HttpSpiContextHandler
          Jetty handler that bridges requests to HttpHandler.
 

org.eclipse.jetty.server.handlerServer.Graceful 的使用
 

实现 Server.Gracefulorg.eclipse.jetty.server.handler 中的类
 class ContextHandler
          ContextHandler.
 class MovedContextHandler
          Moved ContextHandler.
 

org.eclipse.jetty.servletServer.Graceful 的使用
 

实现 Server.Gracefulorg.eclipse.jetty.servlet 中的类
 class ServletContextHandler
          Servlet Context.
 

org.eclipse.jetty.webappServer.Graceful 的使用
 

实现 Server.Gracefulorg.eclipse.jetty.webapp 中的类
 class WebAppContext
          Web Application Context Handler.
 



Copyright © 2013. All Rights Reserved.