接口 org.eclipse.jetty.server.HandlerContainer
的使用

使用 HandlerContainer 的软件包
org.eclipse.jetty.http.spi   
org.eclipse.jetty.rewrite.handler   
org.eclipse.jetty.security   
org.eclipse.jetty.server   
org.eclipse.jetty.server.handler   
org.eclipse.jetty.server.session   
org.eclipse.jetty.servlet   
org.eclipse.jetty.webapp   
org.eclipse.jetty.websocket   
 

org.eclipse.jetty.http.spiHandlerContainer 的使用
 

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

org.eclipse.jetty.rewrite.handlerHandlerContainer 的使用
 

实现 HandlerContainerorg.eclipse.jetty.rewrite.handler 中的类
 class RewriteHandler
           Rewrite handler is responsible for managing the rules.
 

org.eclipse.jetty.securityHandlerContainer 的使用
 

实现 HandlerContainerorg.eclipse.jetty.security 中的类
 class ConstraintSecurityHandler
          Handler to enforce SecurityConstraints.
 class SecurityHandler
          Abstract SecurityHandler.
 

org.eclipse.jetty.serverHandlerContainer 的使用
 

实现 HandlerContainerorg.eclipse.jetty.server 中的类
 class Server
          Jetty HTTP Servlet Server.
 

org.eclipse.jetty.server.handlerHandlerContainer 的使用
 

实现 HandlerContainerorg.eclipse.jetty.server.handler 中的类
 class AbstractHandlerContainer
          Abstract Handler Container.
 class ConnectHandler
          Implementation of a tunneling proxy that supports HTTP CONNECT.
 class ContextHandler
          ContextHandler.
 class ContextHandlerCollection
          ContextHandlerCollection.
 class DebugHandler
          Debug Handler.
 class GzipHandler
          GZIP Handler This handler will gzip the content of a response if: The filter is mapped to a matching path The response status code is >=200 and <300 The content length is unknown or more than the minGzipSize initParameter or the minGzipSize is 0(default) The content-type is in the comma separated list of mimeTypes set in the mimeTypes initParameter or if no mimeTypes are defined the content-type is not "application/gzip" No content-encoding is specified by the resource Compressing the content can greatly improve the network bandwidth usage, but at a cost of memory and CPU cycles.
 class HandlerCollection
          A collection of handlers.
 class HandlerList
          HandlerList.
 class HandlerWrapper
          A HandlerWrapper acts as a Handler but delegates the handle method and life cycle events to a delegate.
 class HotSwapHandler
          A HandlerContainer that allows a hot swap of a wrapped handler.
 class IPAccessHandler
          IP Access Handler Controls access to the wrapped handler by the real remote IP.
 class MovedContextHandler
          Moved ContextHandler.
 class ProxyHandler
          已过时。 Use ConnectHandler
 class RequestLogHandler
          RequestLogHandler.
 class ResourceHandler
          Resource Handler.
 class ScopedHandler
          ScopedHandler.
 class StatisticsHandler
           
 

类型参数类型为 HandlerContainerorg.eclipse.jetty.server.handler 中的方法
static
<T extends HandlerContainer>
T
AbstractHandlerContainer.findContainerOf(HandlerContainer root, Class<T> type, Handler handler)
           
 

参数类型为 HandlerContainerorg.eclipse.jetty.server.handler 中的方法
static
<T extends HandlerContainer>
T
AbstractHandlerContainer.findContainerOf(HandlerContainer root, Class<T> type, Handler handler)
           
 

参数类型为 HandlerContainerorg.eclipse.jetty.server.handler 中的构造方法
ContextHandler(HandlerContainer parent, String contextPath)
           
MovedContextHandler(HandlerContainer parent, String contextPath, String newContextURL)
           
 

org.eclipse.jetty.server.sessionHandlerContainer 的使用
 

实现 HandlerContainerorg.eclipse.jetty.server.session 中的类
 class SessionHandler
          SessionHandler.
 

org.eclipse.jetty.servletHandlerContainer 的使用
 

实现 HandlerContainerorg.eclipse.jetty.servlet 中的类
 class ServletContextHandler
          Servlet Context.
 class ServletHandler
          Servlet HttpHandler.
 

参数类型为 HandlerContainerorg.eclipse.jetty.servlet 中的构造方法
ServletContextHandler(HandlerContainer parent, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler)
           
ServletContextHandler(HandlerContainer parent, String contextPath)
           
ServletContextHandler(HandlerContainer parent, String contextPath, boolean sessions, boolean security)
           
ServletContextHandler(HandlerContainer parent, String contextPath, int options)
           
ServletContextHandler(HandlerContainer parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler)
           
 

org.eclipse.jetty.webappHandlerContainer 的使用
 

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

参数类型为 HandlerContainerorg.eclipse.jetty.webapp 中的构造方法
WebAppContext(HandlerContainer parent, String webApp, String contextPath)
           
 

org.eclipse.jetty.websocketHandlerContainer 的使用
 

实现 HandlerContainerorg.eclipse.jetty.websocket 中的类
 class WebSocketHandler
           
 



Copyright © 2013. All Rights Reserved.