Uses of Interface
org.eclipse.jetty.util.component.Destroyable

Packages that use Destroyable
org.eclipse.jetty.ajp   
org.eclipse.jetty.client   
org.eclipse.jetty.deploy   
org.eclipse.jetty.embedded   
org.eclipse.jetty.http.spi   
org.eclipse.jetty.jndi   
org.eclipse.jetty.nested   
org.eclipse.jetty.osgi.httpservice   
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   
 

Uses of Destroyable in org.eclipse.jetty.ajp
 

Classes in org.eclipse.jetty.ajp that implement Destroyable
 class Ajp13SocketConnector
           
 

Uses of Destroyable in org.eclipse.jetty.client
 

Classes in org.eclipse.jetty.client that implement Destroyable
 class HttpClient
          Http Client.
 

Uses of Destroyable in org.eclipse.jetty.deploy
 

Classes in org.eclipse.jetty.deploy that implement Destroyable
 class DeploymentManager
          The Deployment Manager.
 

Uses of Destroyable in org.eclipse.jetty.embedded
 

Classes in org.eclipse.jetty.embedded that implement Destroyable
 class HelloHandler
           
static class ManyHandlers.ParamHandler
           
 

Uses of Destroyable in org.eclipse.jetty.http.spi
 

Classes in org.eclipse.jetty.http.spi that implement Destroyable
 class HttpSpiContextHandler
          Jetty handler that bridges requests to HttpHandler.
 

Uses of Destroyable in org.eclipse.jetty.jndi
 

Classes in org.eclipse.jetty.jndi that implement Destroyable
 class DataSourceCloser
          Close a DataSource.
 

Uses of Destroyable in org.eclipse.jetty.nested
 

Classes in org.eclipse.jetty.nested that implement Destroyable
 class NestedConnector
          Nested Jetty Connector
 

Uses of Destroyable in org.eclipse.jetty.osgi.httpservice
 

Classes in org.eclipse.jetty.osgi.httpservice that implement Destroyable
 class HttpServiceErrorPageErrorHandler
          Extended error page handler.
 

Uses of Destroyable in org.eclipse.jetty.overlays
 

Classes in org.eclipse.jetty.overlays that implement Destroyable
 class TemplateContext
          A Cloudtide template context.
 

Uses of Destroyable in org.eclipse.jetty.rewrite.handler
 

Classes in org.eclipse.jetty.rewrite.handler that implement Destroyable
 class RewriteHandler
           Rewrite handler is responsible for managing the rules.
 

Uses of Destroyable in org.eclipse.jetty.security
 

Classes in org.eclipse.jetty.security that implement Destroyable
 class ConstraintSecurityHandler
          Handler to enforce SecurityConstraints.
 class SecurityHandler
          Abstract SecurityHandler.
 

Uses of Destroyable in org.eclipse.jetty.server
 

Subinterfaces of Destroyable in org.eclipse.jetty.server
 interface Handler
          A Jetty Server Handler.
static interface Server.Graceful
           
 

Classes in org.eclipse.jetty.server that implement Destroyable
 class AbstractConnector
          Abstract Connector implementation.
 class LocalConnector
           
 class Server
          Jetty HTTP Servlet Server.
 

Uses of Destroyable in org.eclipse.jetty.server.bio
 

Classes in org.eclipse.jetty.server.bio that implement Destroyable
 class SocketConnector
          Socket Connector.
 

Uses of Destroyable in org.eclipse.jetty.server.handler
 

Classes in org.eclipse.jetty.server.handler that implement Destroyable
 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
 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
 class MovedContextHandler
          Moved ContextHandler.
 class ProxyHandler
          Deprecated. 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
           
 

Uses of Destroyable in org.eclipse.jetty.server.nio
 

Classes in org.eclipse.jetty.server.nio that implement Destroyable
 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.
 

Uses of Destroyable in org.eclipse.jetty.server.session
 

Classes in org.eclipse.jetty.server.session that implement Destroyable
 class SessionHandler
          SessionHandler.
 

Uses of Destroyable in org.eclipse.jetty.server.ssl
 

Classes in org.eclipse.jetty.server.ssl that implement Destroyable
 class SslSelectChannelConnector
          SslSelectChannelConnector.
 class SslSocketConnector
          SSL Socket Connector.
 

Uses of Destroyable in org.eclipse.jetty.servlet
 

Classes in org.eclipse.jetty.servlet that implement Destroyable
 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.
 

Uses of Destroyable in org.eclipse.jetty.util.component
 

Classes in org.eclipse.jetty.util.component that implement Destroyable
 class AggregateLifeCycle
          An AggregateLifeCycle is an LifeCycle implementation for a collection of contained beans.
 class FileDestroyable
           
 

Uses of Destroyable in org.eclipse.jetty.webapp
 

Classes in org.eclipse.jetty.webapp that implement Destroyable
 class WebAppContext
          Web Application Context Handler.
 

Uses of Destroyable in org.eclipse.jetty.websocket
 

Classes in org.eclipse.jetty.websocket that implement Destroyable
 class WebSocketClientFactory
          WebSocketClientFactory contains the common components needed by multiple WebSocketClient instances (for example, a ThreadPool, a NIO selector, etc).
 class WebSocketHandler
           
 



Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.