org.eclipse.jetty.util.component
接口 Destroyable

所有已知子接口:
Handler, Server.Graceful
所有已知实现类:
AbstractConnector, AbstractHandler, AbstractHandlerContainer, AbstractNIOConnector, AggregateLifeCycle, Ajp13SocketConnector, BlockingChannelConnector, ConnectHandler, ConstraintSecurityHandler, ContextHandler, ContextHandlerCollection, DataSourceCloser, DebugHandler, DefaultHandler, DeploymentManager, ErrorHandler, ErrorPageErrorHandler, FileDestroyable, GzipHandler, HandlerCollection, HandlerList, HandlerWrapper, HotSwapHandler, HttpClient, HttpSpiContextHandler, InheritedChannelConnector, IPAccessHandler, LocalConnector, MovedContextHandler, NestedConnector, NetworkTrafficSelectChannelConnector, ProxyHandler, RequestLogHandler, ResourceHandler, RewriteHandler, ScopedHandler, SecurityHandler, SelectChannelConnector, Server, ServletContextHandler, ServletHandler, ServletHandler, SessionHandler, ShutdownHandler, SocketConnector, SslSelectChannelConnector, SslSocketConnector, StatisticsHandler, TemplateContext, WebAppContext, WebSocketClientFactory, WebSocketHandler

public interface Destroyable

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.


方法摘要
 void destroy()
           
 

方法详细信息

destroy

void destroy()


Copyright © 2013. All Rights Reserved.