接口 org.eclipse.jetty.util.component.Destroyable
的使用

使用 Destroyable 的软件包
org.eclipse.jetty.ajp   
org.eclipse.jetty.client   
org.eclipse.jetty.deploy   
org.eclipse.jetty.http.spi   
org.eclipse.jetty.jndi   
org.eclipse.jetty.nested   
org.eclipse.jetty.overlays   
org.eclipse.jetty.rewrite.handler   
org.eclipse.jetty.security   
org.eclipse.jetty.server   
org.eclipse.jetty.server.bio   
org.eclipse.jetty.server.handler   
org.eclipse.jetty.server.nio   
org.eclipse.jetty.server.session   
org.eclipse.jetty.server.ssl   
org.eclipse.jetty.servlet   
org.eclipse.jetty.util.component   
org.eclipse.jetty.webapp   
org.eclipse.jetty.websocket   
 

org.eclipse.jetty.ajpDestroyable 的使用
 

实现 Destroyableorg.eclipse.jetty.ajp 中的类
 class Ajp13SocketConnector
           
 

org.eclipse.jetty.clientDestroyable 的使用
 

实现 Destroyableorg.eclipse.jetty.client 中的类
 class HttpClient
          Http Client.
 

org.eclipse.jetty.deployDestroyable 的使用
 

实现 Destroyableorg.eclipse.jetty.deploy 中的类
 class DeploymentManager
          The Deployment Manager.
 

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

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

org.eclipse.jetty.jndiDestroyable 的使用
 

实现 Destroyableorg.eclipse.jetty.jndi 中的类
 class DataSourceCloser
          Close a DataSource.
 

org.eclipse.jetty.nestedDestroyable 的使用
 

实现 Destroyableorg.eclipse.jetty.nested 中的类
 class NestedConnector
          Nested Jetty Connector This Jetty Connector allows a jetty instance to be nested inside another servlet container.
 

org.eclipse.jetty.overlaysDestroyable 的使用
 

实现 Destroyableorg.eclipse.jetty.overlays 中的类
 class TemplateContext
          A Cloudtide template context.
 

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

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

org.eclipse.jetty.securityDestroyable 的使用
 

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

org.eclipse.jetty.serverDestroyable 的使用
 

org.eclipse.jetty.serverDestroyable 的子接口
 interface Handler
          A Jetty Server Handler.
static interface Server.Graceful
           
 

实现 Destroyableorg.eclipse.jetty.server 中的类
 class AbstractConnector
          Abstract Connector implementation.
 class LocalConnector
           
 class Server
          Jetty HTTP Servlet Server.
 

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

实现 Destroyableorg.eclipse.jetty.server.bio 中的类
 class SocketConnector
          Socket Connector.
 

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

实现 Destroyableorg.eclipse.jetty.server.handler 中的类
 class AbstractHandler
          AbstractHandler.
 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 DefaultHandler
          Default Handler.
 class ErrorHandler
          Handler for Error pages An ErrorHandler is registered with ContextHandler.setErrorHandler(ErrorHandler) or Server.addBean(Object).
 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 ShutdownHandler
          A handler that shuts the server down on a valid request.
 class StatisticsHandler
           
 

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

实现 Destroyableorg.eclipse.jetty.server.nio 中的类
 class AbstractNIOConnector
           
 class BlockingChannelConnector
          Blocking NIO connector.
 class InheritedChannelConnector
          An implementation of the SelectChannelConnector which first tries to inherit from a channel provided by the system.
 class NetworkTrafficSelectChannelConnector
          A specialized version of SelectChannelConnector that supports NetworkTrafficListeners.
 class SelectChannelConnector
          Selecting NIO connector.
 

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

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

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

实现 Destroyableorg.eclipse.jetty.server.ssl 中的类
 class SslSelectChannelConnector
          SslSelectChannelConnector.
 class SslSocketConnector
          SSL Socket Connector.
 

org.eclipse.jetty.servletDestroyable 的使用
 

实现 Destroyableorg.eclipse.jetty.servlet 中的类
 class ErrorPageErrorHandler
          Error Page Error Handler An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.
 class ServletContextHandler
          Servlet Context.
 class ServletHandler
          Servlet HttpHandler.
 

org.eclipse.jetty.util.componentDestroyable 的使用
 

实现 Destroyableorg.eclipse.jetty.util.component 中的类
 class AggregateLifeCycle
          An AggregateLifeCycle is an LifeCycle implementation for a collection of contained beans.
 class FileDestroyable
           
 

org.eclipse.jetty.webappDestroyable 的使用
 

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

org.eclipse.jetty.websocketDestroyable 的使用
 

实现 Destroyableorg.eclipse.jetty.websocket 中的类
 class WebSocketClientFactory
          WebSocketClientFactory contains the common components needed by multiple WebSocketClient instances (for example, a ThreadPool, a NIO selector, etc).
 class WebSocketHandler
           
 



Copyright © 2013. All Rights Reserved.