Package org.eclipse.jetty.util.component
Interface Destroyable
- All Known Subinterfaces:
Handler
- All Known Implementing Classes:
AbstractConnectionFactory,AbstractConnectionPool,AbstractConnector,AbstractConnectorHttpClientTransport,AbstractHandler,AbstractHandler.ErrorDispatchHandler,AbstractHandlerContainer,AbstractHttpClientTransport,AbstractLoginService,AbstractNCSARequestLog,AbstractNetworkConnector,AbstractSessionCache,AbstractSessionDataStore,AsyncDelayHandler,AsyncNCSARequestLog,AttributeContainerMap,BufferedResponseHandler,CachingSessionDataStore,ConfigurableSpnegoLoginService,ConstraintSecurityHandler,ContainerLifeCycle,ContextHandler,ContextHandlerCollection,CustomRequestLog,CyclicTimeout,CyclicTimeouts,DebugHandler,DefaultHandler,DefaultSessionCache,DefaultSessionIdManager,DetectorConnectionFactory,DuplexConnectionPool,ErrorHandler,ErrorPageErrorHandler,ExecutorSizedThreadPool,ExecutorThreadPool,FileBufferedResponseHandler,FileDestroyable,FileSessionDataStore,GZIPContentDecoder,GZIPContentDecoder,GzipHandler,GzipHttpInputInterceptor,HandlerCollection,HandlerList,HandlerWrapper,HashLoginService,HotSwapHandler,HttpClient,HttpClientTransportOverHTTP,HttpConnectionFactory,HttpDestination,HttpDestinationOverHTTP,HttpInput.ChainedInterceptor,IdleTimeoutHandler,InetAccessHandler,IPAccessHandler,JDBCLoginService,JDBCSessionDataStore,KeyStoreScanner,LeakTrackingByteBufferPool,LeakTrackingConnectionPool,LocalConnector,LowResourceMonitor,ManagedSelector,MonitoredQueuedThreadPool,MovedContextHandler,MultiplexConnectionPool,MultiplexHttpDestination,NCSARequestLog,NegotiatingServerConnectionFactory,NetworkTrafficServerConnector,NullSessionCache,NullSessionDataStore,OptionalSslConnectionFactory,PoolingHttpDestination,ProxyConnectionFactory,QueuedThreadPool,RandomConnectionPool,RequestLogHandler,ResourceHandler,RoundRobinConnectionPool,ScopedHandler,SecuredRedirectHandler,SecurityHandler,SelectorManager,Server,ServerConnector,ServletContextHandler,ServletHandler,SessionHandler,ShutdownHandler,SizeLimitHandler,Slf4jRequestLog,SslConnectionFactory,StatisticsHandler,ThreadLimitHandler,TimeoutCompleteListener,ValidatingConnectionPool
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
A Destroyable is an object which can be destroyed.
Typically a Destroyable is a LifeCycle component that can hold onto
resources over multiple start/stop cycles. A call to destroy will release all
resources and will prevent any further start/stop cycles from being successful.
-
Method Summary
-
Method Details
-
destroy
Deprecated.
-