Package org.eclipse.jetty.util.component
Interface Dumpable.DumpableContainer
-
- All Superinterfaces:
Dumpable
- All Known Implementing Classes:
AbstractConnectionFactory,AbstractConnectionPool,AbstractConnector,AbstractConnectorHttpClientTransport,AbstractConnectorHttpClientTransport.ClientSelectorManager,AbstractHandler,AbstractHandler.ErrorDispatchHandler,AbstractHandlerContainer,AbstractHttpClientTransport,AbstractLoginService,AbstractNCSARequestLog,AbstractNetworkConnector,AbstractSessionCache,AbstractSessionDataStore,AntWebAppContext,AntWebAppContext.AntServletHandler,AsyncDelayHandler,AsyncNCSARequestLog,AttributeContainerMap,BufferedResponseHandler,CachingSessionDataStore,ConfigurableSpnegoLoginService,ConnectHandler,ConnectHandler.ConnectManager,ConstraintSecurityHandler,ContainerLifeCycle,ContextHandler,ContextHandlerCollection,CustomRequestLog,DataSourceLoginService,DebugHandler,DefaultHandler,DefaultSessionCache,DefaultSessionIdManager,DelegatingThreadPool,DeploymentManager,DetectorConnectionFactory,DuplexConnectionPool,EatWhatYouKill,ErrorHandler,ErrorPageErrorHandler,ExecutorSizedThreadPool,ExecutorThreadPool,FastCGIProxyServlet.ProxyHttpClientTransportOverFCGI,FileBufferedResponseHandler,FileSessionDataStore,GzipHandler,HandlerCollection,HandlerList,HandlerWrapper,HashLoginService,HotSwapHandler,HttpClient,HttpClientTransportOverFCGI,HttpClientTransportOverHTTP,HttpConnectionFactory,HttpDestination,HttpDestinationOverFCGI,HttpDestinationOverHTTP,HttpSpiContextHandler,IdleTimeoutHandler,InetAccessHandler,IPAccessHandler,JAASLoginService,JDBCLoginService,JDBCSessionDataStore,KeyStoreScanner,LeakTrackingByteBufferPool,LeakTrackingConnectionPool,LocalConnector,LowResourceMonitor,ManagedSelector,MonitoredQueuedThreadPool,MovedContextHandler,MovedContextHandler.Redirector,MultiplexConnectionPool,MultiplexHttpDestination,MultiplexHttpDestinationOverFCGI,NCSARequestLog,NegotiatingServerConnectionFactory,NetworkTrafficSelectChannelConnector,NetworkTrafficServerConnector,NullSessionCache,NullSessionDataStore,OpenIdConfiguration,OpenIdLoginService,OptionalSslConnectionFactory,PoolingHttpDestination,ProxyConnectionFactory,ProxyConnectionFactory.ProxyV1ConnectionFactory,ProxyConnectionFactory.ProxyV2ConnectionFactory,QueuedThreadPool,QuickStartWebApp,RandomConnectionPool,RequestLogHandler,ResourceHandler,RewriteHandler,RoundRobinConnectionPool,ScopedHandler,SecuredRedirectHandler,SecurityHandler,SelectorManager,Server,ServerConnector,ServerConnector.ServerConnectorManager,ServerFCGIConnectionFactory,ServletContextHandler,ServletHandler,SessionHandler,ShutdownHandler,SizeLimitHandler,Slf4jRequestLog,SslConnectionFactory,StatisticsHandler,ThreadLimitHandler,ValidatingConnectionPool,WebAppContext
- Enclosing interface:
- Dumpable
public static interface Dumpable.DumpableContainer extends Dumpable
DumpableContainer A Dumpable that is a container of beans can implement this interface to allow it to refine which of its beans can be dumped.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisDumpable(java.lang.Object o)
-