blob: c1c2e766ab5b11f49440125d7b0a66d02a2d588c [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.8) on Fri Oct 02 09:24:24 CDT 2020 -->
<title>Dumpable.DumpableContainer (Jetty :: Project 9.4.32.v20200930 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-10-02">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Dumpable.DumpableContainer (Jetty :: Project 9.4.32.v20200930 API)";
}
}
catch(err) {
}
//-->
var data = {"i0":18};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../../";
var useModuleDirectories = false;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Dumpable.DumpableContainer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.eclipse.jetty.util.component</a></div>
<h2 title="Interface Dumpable.DumpableContainer" class="title">Interface Dumpable.DumpableContainer</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><code><a href="Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a></code></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="../../server/AbstractConnectionFactory.html" title="class in org.eclipse.jetty.server">AbstractConnectionFactory</a></code>, <code><a href="../../client/AbstractConnectionPool.html" title="class in org.eclipse.jetty.client">AbstractConnectionPool</a></code>, <code><a href="../../server/AbstractConnector.html" title="class in org.eclipse.jetty.server">AbstractConnector</a></code>, <code><a href="../../client/AbstractConnectorHttpClientTransport.html" title="class in org.eclipse.jetty.client">AbstractConnectorHttpClientTransport</a></code>, <code><a href="../../client/AbstractConnectorHttpClientTransport.ClientSelectorManager.html" title="class in org.eclipse.jetty.client">AbstractConnectorHttpClientTransport.ClientSelectorManager</a></code>, <code><a href="../../server/handler/AbstractHandler.html" title="class in org.eclipse.jetty.server.handler">AbstractHandler</a></code>, <code><a href="../../server/handler/AbstractHandler.ErrorDispatchHandler.html" title="class in org.eclipse.jetty.server.handler">AbstractHandler.ErrorDispatchHandler</a></code>, <code><a href="../../server/handler/AbstractHandlerContainer.html" title="class in org.eclipse.jetty.server.handler">AbstractHandlerContainer</a></code>, <code><a href="../../http2/server/AbstractHTTP2ServerConnectionFactory.html" title="class in org.eclipse.jetty.http2.server">AbstractHTTP2ServerConnectionFactory</a></code>, <code><a href="../../client/AbstractHttpClientTransport.html" title="class in org.eclipse.jetty.client">AbstractHttpClientTransport</a></code>, <code><a href="../../security/AbstractLoginService.html" title="class in org.eclipse.jetty.security">AbstractLoginService</a></code>, <code><a href="../../server/AbstractNCSARequestLog.html" title="class in org.eclipse.jetty.server">AbstractNCSARequestLog</a></code>, <code><a href="../../server/AbstractNetworkConnector.html" title="class in org.eclipse.jetty.server">AbstractNetworkConnector</a></code>, <code><a href="../../server/session/AbstractSessionCache.html" title="class in org.eclipse.jetty.server.session">AbstractSessionCache</a></code>, <code><a href="../../server/session/AbstractSessionDataStore.html" title="class in org.eclipse.jetty.server.session">AbstractSessionDataStore</a></code>, <code><a href="../../alpn/server/ALPNServerConnectionFactory.html" title="class in org.eclipse.jetty.alpn.server">ALPNServerConnectionFactory</a></code>, <code><a href="../../ant/AntWebAppContext.html" title="class in org.eclipse.jetty.ant">AntWebAppContext</a></code>, <code><a href="../../ant/AntWebAppContext.AntServletHandler.html" title="class in org.eclipse.jetty.ant">AntWebAppContext.AntServletHandler</a></code>, <code><a href="../../server/handler/AsyncDelayHandler.html" title="class in org.eclipse.jetty.server.handler">AsyncDelayHandler</a></code>, <code><a href="../../server/AsyncNCSARequestLog.html" title="class in org.eclipse.jetty.server">AsyncNCSARequestLog</a></code>, <code><a href="AttributeContainerMap.html" title="class in org.eclipse.jetty.util.component">AttributeContainerMap</a></code>, <code><a href="../../server/handler/BufferedResponseHandler.html" title="class in org.eclipse.jetty.server.handler">BufferedResponseHandler</a></code>, <code><a href="../../server/session/CachingSessionDataStore.html" title="class in org.eclipse.jetty.server.session">CachingSessionDataStore</a></code>, <code><a href="../../websocket/jsr356/ClientContainer.html" title="class in org.eclipse.jetty.websocket.jsr356">ClientContainer</a></code>, <code><a href="../../security/ConfigurableSpnegoLoginService.html" title="class in org.eclipse.jetty.security">ConfigurableSpnegoLoginService</a></code>, <code><a href="../../proxy/ConnectHandler.html" title="class in org.eclipse.jetty.proxy">ConnectHandler</a></code>, <code><a href="../../proxy/ConnectHandler.ConnectManager.html" title="class in org.eclipse.jetty.proxy">ConnectHandler.ConnectManager</a></code>, <code><a href="../../websocket/client/io/ConnectionManager.html" title="class in org.eclipse.jetty.websocket.client.io">ConnectionManager</a></code>, <code><a href="../../security/ConstraintSecurityHandler.html" title="class in org.eclipse.jetty.security">ConstraintSecurityHandler</a></code>, <code><a href="ContainerLifeCycle.html" title="class in org.eclipse.jetty.util.component">ContainerLifeCycle</a></code>, <code><a href="../../server/handler/ContextHandler.html" title="class in org.eclipse.jetty.server.handler">ContextHandler</a></code>, <code><a href="../../server/handler/ContextHandlerCollection.html" title="class in org.eclipse.jetty.server.handler">ContextHandlerCollection</a></code>, <code><a href="../../server/CustomRequestLog.html" title="class in org.eclipse.jetty.server">CustomRequestLog</a></code>, <code><a href="../../plus/security/DataSourceLoginService.html" title="class in org.eclipse.jetty.plus.security">DataSourceLoginService</a></code>, <code><a href="../../server/handler/DebugHandler.html" title="class in org.eclipse.jetty.server.handler">DebugHandler</a></code>, <code><a href="../../server/handler/DefaultHandler.html" title="class in org.eclipse.jetty.server.handler">DefaultHandler</a></code>, <code><a href="../../server/session/DefaultSessionCache.html" title="class in org.eclipse.jetty.server.session">DefaultSessionCache</a></code>, <code><a href="../../server/session/DefaultSessionIdManager.html" title="class in org.eclipse.jetty.server.session">DefaultSessionIdManager</a></code>, <code><a href="../../http/spi/DelegatingThreadPool.html" title="class in org.eclipse.jetty.http.spi">DelegatingThreadPool</a></code>, <code><a href="../../deploy/DeploymentManager.html" title="class in org.eclipse.jetty.deploy">DeploymentManager</a></code>, <code><a href="../../server/DetectorConnectionFactory.html" title="class in org.eclipse.jetty.server">DetectorConnectionFactory</a></code>, <code><a href="../../client/DuplexConnectionPool.html" title="class in org.eclipse.jetty.client">DuplexConnectionPool</a></code>, <code><a href="../thread/strategy/EatWhatYouKill.html" title="class in org.eclipse.jetty.util.thread.strategy">EatWhatYouKill</a></code>, <code><a href="../../server/handler/ErrorHandler.html" title="class in org.eclipse.jetty.server.handler">ErrorHandler</a></code>, <code><a href="../../servlet/ErrorPageErrorHandler.html" title="class in org.eclipse.jetty.servlet">ErrorPageErrorHandler</a></code>, <code><a href="../thread/ExecutorSizedThreadPool.html" title="class in org.eclipse.jetty.util.thread">ExecutorSizedThreadPool</a></code>, <code><a href="../thread/ExecutorThreadPool.html" title="class in org.eclipse.jetty.util.thread">ExecutorThreadPool</a></code>, <code><a href="../../websocket/common/extensions/ExtensionStack.html" title="class in org.eclipse.jetty.websocket.common.extensions">ExtensionStack</a></code>, <code><a href="../../server/session/FileSessionDataStore.html" title="class in org.eclipse.jetty.server.session">FileSessionDataStore</a></code>, <code><a href="../../gcloud/session/GCloudSessionDataStore.html" title="class in org.eclipse.jetty.gcloud.session">GCloudSessionDataStore</a></code>, <code><a href="../../server/handler/gzip/GzipHandler.html" title="class in org.eclipse.jetty.server.handler.gzip">GzipHandler</a></code>, <code><a href="../../server/handler/HandlerCollection.html" title="class in org.eclipse.jetty.server.handler">HandlerCollection</a></code>, <code><a href="../../server/handler/HandlerList.html" title="class in org.eclipse.jetty.server.handler">HandlerList</a></code>, <code><a href="../../server/handler/HandlerWrapper.html" title="class in org.eclipse.jetty.server.handler">HandlerWrapper</a></code>, <code><a href="../../security/HashLoginService.html" title="class in org.eclipse.jetty.security">HashLoginService</a></code>, <code><a href="../../hazelcast/session/HazelcastSessionDataStore.html" title="class in org.eclipse.jetty.hazelcast.session">HazelcastSessionDataStore</a></code>, <code><a href="../../embedded/HelloHandler.html" title="class in org.eclipse.jetty.embedded">HelloHandler</a></code>, <code><a href="../../embedded/HelloWorld.html" title="class in org.eclipse.jetty.embedded">HelloWorld</a></code>, <code><a href="../../server/handler/HotSwapHandler.html" title="class in org.eclipse.jetty.server.handler">HotSwapHandler</a></code>, <code><a href="../../http2/client/HTTP2Client.html" title="class in org.eclipse.jetty.http2.client">HTTP2Client</a></code>, <code><a href="../../http2/client/HTTP2ClientSession.html" title="class in org.eclipse.jetty.http2.client">HTTP2ClientSession</a></code>, <code><a href="../../http2/server/HTTP2CServerConnectionFactory.html" title="class in org.eclipse.jetty.http2.server">HTTP2CServerConnectionFactory</a></code>, <code><a href="../../http2/server/HTTP2ServerConnectionFactory.html" title="class in org.eclipse.jetty.http2.server">HTTP2ServerConnectionFactory</a></code>, <code><a href="../../http2/server/HTTP2ServerSession.html" title="class in org.eclipse.jetty.http2.server">HTTP2ServerSession</a></code>, <code><a href="../../http2/HTTP2Session.html" title="class in org.eclipse.jetty.http2">HTTP2Session</a></code>, <code><a href="../../client/HttpClient.html" title="class in org.eclipse.jetty.client">HttpClient</a></code>, <code><a href="../../fcgi/client/http/HttpClientTransportOverFCGI.html" title="class in org.eclipse.jetty.fcgi.client.http">HttpClientTransportOverFCGI</a></code>, <code><a href="../../client/http/HttpClientTransportOverHTTP.html" title="class in org.eclipse.jetty.client.http">HttpClientTransportOverHTTP</a></code>, <code><a href="../../http2/client/http/HttpClientTransportOverHTTP2.html" title="class in org.eclipse.jetty.http2.client.http">HttpClientTransportOverHTTP2</a></code>, <code><a href="../../unixsocket/client/HttpClientTransportOverUnixSockets.html" title="class in org.eclipse.jetty.unixsocket.client">HttpClientTransportOverUnixSockets</a></code>, <code><a href="../../unixsocket/client/HttpClientTransportOverUnixSockets.UnixSocketSelectorManager.html" title="class in org.eclipse.jetty.unixsocket.client">HttpClientTransportOverUnixSockets.UnixSocketSelectorManager</a></code>, <code><a href="../../server/HttpConnectionFactory.html" title="class in org.eclipse.jetty.server">HttpConnectionFactory</a></code>, <code><a href="../../client/HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></code>, <code><a href="../../fcgi/client/http/HttpDestinationOverFCGI.html" title="class in org.eclipse.jetty.fcgi.client.http">HttpDestinationOverFCGI</a></code>, <code><a href="../../client/http/HttpDestinationOverHTTP.html" title="class in org.eclipse.jetty.client.http">HttpDestinationOverHTTP</a></code>, <code><a href="../../http2/client/http/HttpDestinationOverHTTP2.html" title="class in org.eclipse.jetty.http2.client.http">HttpDestinationOverHTTP2</a></code>, <code><a href="../../osgi/httpservice/HttpServiceErrorPageErrorHandler.html" title="class in org.eclipse.jetty.osgi.httpservice">HttpServiceErrorPageErrorHandler</a></code>, <code><a href="../../http/spi/HttpSpiContextHandler.html" title="class in org.eclipse.jetty.http.spi">HttpSpiContextHandler</a></code>, <code><a href="../../server/handler/IdleTimeoutHandler.html" title="class in org.eclipse.jetty.server.handler">IdleTimeoutHandler</a></code>, <code><a href="../../server/handler/InetAccessHandler.html" title="class in org.eclipse.jetty.server.handler">InetAccessHandler</a></code>, <code><a href="../../session/infinispan/InfinispanSessionDataStore.html" title="class in org.eclipse.jetty.session.infinispan">InfinispanSessionDataStore</a></code>, <code><a href="../../server/handler/IPAccessHandler.html" title="class in org.eclipse.jetty.server.handler">IPAccessHandler</a></code>, <code><a href="../../security/JDBCLoginService.html" title="class in org.eclipse.jetty.security">JDBCLoginService</a></code>, <code><a href="../../server/session/JDBCSessionDataStore.html" title="class in org.eclipse.jetty.server.session">JDBCSessionDataStore</a></code>, <code><a href="../../maven/plugin/JettyWebAppContext.html" title="class in org.eclipse.jetty.maven.plugin">JettyWebAppContext</a></code>, <code><a href="../../websocket/jsr356/JsrSession.html" title="class in org.eclipse.jetty.websocket.jsr356">JsrSession</a></code>, <code><a href="../ssl/KeyStoreScanner.html" title="class in org.eclipse.jetty.util.ssl">KeyStoreScanner</a></code>, <code><a href="../../io/LeakTrackingByteBufferPool.html" title="class in org.eclipse.jetty.io">LeakTrackingByteBufferPool</a></code>, <code><a href="../../client/LeakTrackingConnectionPool.html" title="class in org.eclipse.jetty.client">LeakTrackingConnectionPool</a></code>, <code><a href="../../server/LocalConnector.html" title="class in org.eclipse.jetty.server">LocalConnector</a></code>, <code><a href="../../server/LowResourceMonitor.html" title="class in org.eclipse.jetty.server">LowResourceMonitor</a></code>, <code><a href="../../io/ManagedSelector.html" title="class in org.eclipse.jetty.io">ManagedSelector</a></code>, <code><a href="../../embedded/ManyHandlers.ParamHandler.html" title="class in org.eclipse.jetty.embedded">ManyHandlers.ParamHandler</a></code>, <code><a href="../../embedded/ManyHandlers.WelcomeWrapHandler.html" title="class in org.eclipse.jetty.embedded">ManyHandlers.WelcomeWrapHandler</a></code>, <code><a href="../../maven/plugin/MavenServerConnector.html" title="class in org.eclipse.jetty.maven.plugin">MavenServerConnector</a></code>, <code><a href="../../nosql/mongodb/MongoSessionDataStore.html" title="class in org.eclipse.jetty.nosql.mongodb">MongoSessionDataStore</a></code>, <code><a href="../thread/MonitoredQueuedThreadPool.html" title="class in org.eclipse.jetty.util.thread">MonitoredQueuedThreadPool</a></code>, <code><a href="../../server/handler/MovedContextHandler.html" title="class in org.eclipse.jetty.server.handler">MovedContextHandler</a></code>, <code><a href="../../client/MultiplexConnectionPool.html" title="class in org.eclipse.jetty.client">MultiplexConnectionPool</a></code>, <code><a href="../../client/MultiplexHttpDestination.html" title="class in org.eclipse.jetty.client">MultiplexHttpDestination</a></code>, <code><a href="../../fcgi/client/http/MultiplexHttpDestinationOverFCGI.html" title="class in org.eclipse.jetty.fcgi.client.http">MultiplexHttpDestinationOverFCGI</a></code>, <code><a href="../../websocket/server/NativeWebSocketConfiguration.html" title="class in org.eclipse.jetty.websocket.server">NativeWebSocketConfiguration</a></code>, <code><a href="../../server/NCSARequestLog.html" title="class in org.eclipse.jetty.server">NCSARequestLog</a></code>, <code><a href="../../server/NegotiatingServerConnectionFactory.html" title="class in org.eclipse.jetty.server">NegotiatingServerConnectionFactory</a></code>, <code><a href="../../server/nio/NetworkTrafficSelectChannelConnector.html" title="class in org.eclipse.jetty.server.nio">NetworkTrafficSelectChannelConnector</a></code>, <code><a href="../../server/NetworkTrafficServerConnector.html" title="class in org.eclipse.jetty.server">NetworkTrafficServerConnector</a></code>, <code><a href="../../nosql/NoSqlSessionDataStore.html" title="class in org.eclipse.jetty.nosql">NoSqlSessionDataStore</a></code>, <code><a href="../../server/session/NullSessionCache.html" title="class in org.eclipse.jetty.server.session">NullSessionCache</a></code>, <code><a href="../../server/session/NullSessionDataStore.html" title="class in org.eclipse.jetty.server.session">NullSessionDataStore</a></code>, <code><a href="../../security/openid/OpenIdConfiguration.html" title="class in org.eclipse.jetty.security.openid">OpenIdConfiguration</a></code>, <code><a href="../../security/openid/OpenIdLoginService.html" title="class in org.eclipse.jetty.security.openid">OpenIdLoginService</a></code>, <code><a href="../../server/OptionalSslConnectionFactory.html" title="class in org.eclipse.jetty.server">OptionalSslConnectionFactory</a></code>, <code><a href="../../client/PoolingHttpDestination.html" title="class in org.eclipse.jetty.client">PoolingHttpDestination</a></code>, <code><a href="../../server/ProxyConnectionFactory.html" title="class in org.eclipse.jetty.server">ProxyConnectionFactory</a></code>, <code><a href="../thread/QueuedThreadPool.html" title="class in org.eclipse.jetty.util.thread">QueuedThreadPool</a></code>, <code><a href="../../quickstart/QuickStartWebApp.html" title="class in org.eclipse.jetty.quickstart">QuickStartWebApp</a></code>, <code><a href="../../client/RandomConnectionPool.html" title="class in org.eclipse.jetty.client">RandomConnectionPool</a></code>, <code><a href="../../http2/server/RawHTTP2ServerConnectionFactory.html" title="class in org.eclipse.jetty.http2.server">RawHTTP2ServerConnectionFactory</a></code>, <code><a href="../../server/handler/RequestLogHandler.html" title="class in org.eclipse.jetty.server.handler">RequestLogHandler</a></code>, <code><a href="../../server/handler/ResourceHandler.html" title="class in org.eclipse.jetty.server.handler">ResourceHandler</a></code>, <code><a href="../../rewrite/handler/RewriteHandler.html" title="class in org.eclipse.jetty.rewrite.handler">RewriteHandler</a></code>, <code><a href="../../client/RoundRobinConnectionPool.html" title="class in org.eclipse.jetty.client">RoundRobinConnectionPool</a></code>, <code><a href="../../server/handler/ScopedHandler.html" title="class in org.eclipse.jetty.server.handler">ScopedHandler</a></code>, <code><a href="../../server/handler/SecuredRedirectHandler.html" title="class in org.eclipse.jetty.server.handler">SecuredRedirectHandler</a></code>, <code><a href="../../security/SecurityHandler.html" title="class in org.eclipse.jetty.security">SecurityHandler</a></code>, <code><a href="../../io/SelectorManager.html" title="class in org.eclipse.jetty.io">SelectorManager</a></code>, <code><a href="../../server/Server.html" title="class in org.eclipse.jetty.server">Server</a></code>, <code><a href="../../server/ServerConnector.html" title="class in org.eclipse.jetty.server">ServerConnector</a></code>, <code><a href="../../server/ServerConnector.ServerConnectorManager.html" title="class in org.eclipse.jetty.server">ServerConnector.ServerConnectorManager</a></code>, <code><a href="../../websocket/jsr356/server/ServerContainer.html" title="class in org.eclipse.jetty.websocket.jsr356.server">ServerContainer</a></code>, <code><a href="../../fcgi/server/ServerFCGIConnectionFactory.html" title="class in org.eclipse.jetty.fcgi.server">ServerFCGIConnectionFactory</a></code>, <code><a href="../../servlet/ServletContextHandler.html" title="class in org.eclipse.jetty.servlet">ServletContextHandler</a></code>, <code><a href="../../servlet/ServletHandler.html" title="class in org.eclipse.jetty.servlet">ServletHandler</a></code>, <code><a href="../../server/session/SessionHandler.html" title="class in org.eclipse.jetty.server.session">SessionHandler</a></code>, <code><a href="../../server/handler/ShutdownHandler.html" title="class in org.eclipse.jetty.server.handler">ShutdownHandler</a></code>, <code><a href="../../websocket/common/scopes/SimpleContainerScope.html" title="class in org.eclipse.jetty.websocket.common.scopes">SimpleContainerScope</a></code>, <code><a href="../../server/Slf4jRequestLog.html" title="class in org.eclipse.jetty.server">Slf4jRequestLog</a></code>, <code><a href="../../server/SslConnectionFactory.html" title="class in org.eclipse.jetty.server">SslConnectionFactory</a></code>, <code><a href="../../server/handler/StatisticsHandler.html" title="class in org.eclipse.jetty.server.handler">StatisticsHandler</a></code>, <code><a href="../../server/session/TestSessionDataStore.html" title="class in org.eclipse.jetty.server.session">TestSessionDataStore</a></code>, <code><a href="../../server/session/TestSessionHandler.html" title="class in org.eclipse.jetty.server.session">TestSessionHandler</a></code>, <code><a href="../../server/handler/ThreadLimitHandler.html" title="class in org.eclipse.jetty.server.handler">ThreadLimitHandler</a></code>, <code><a href="../../unixsocket/UnixSocketConnector.html" title="class in org.eclipse.jetty.unixsocket">UnixSocketConnector</a></code>, <code><a href="../../unixsocket/UnixSocketConnector.UnixSocketConnectorManager.html" title="class in org.eclipse.jetty.unixsocket">UnixSocketConnector.UnixSocketConnectorManager</a></code>, <code><a href="../../client/ValidatingConnectionPool.html" title="class in org.eclipse.jetty.client">ValidatingConnectionPool</a></code>, <code><a href="../../webapp/WebAppContext.html" title="class in org.eclipse.jetty.webapp">WebAppContext</a></code>, <code><a href="../../websocket/client/WebSocketClient.html" title="class in org.eclipse.jetty.websocket.client">WebSocketClient</a></code>, <code><a href="../../websocket/server/WebSocketHandler.html" title="class in org.eclipse.jetty.websocket.server">WebSocketHandler</a></code>, <code><a href="../../websocket/server/WebSocketHandler.Simple.html" title="class in org.eclipse.jetty.websocket.server">WebSocketHandler.Simple</a></code>, <code><a href="../../websocket/server/WebSocketServerFactory.html" title="class in org.eclipse.jetty.websocket.server">WebSocketServerFactory</a></code>, <code><a href="../../websocket/common/WebSocketSession.html" title="class in org.eclipse.jetty.websocket.common">WebSocketSession</a></code>, <code><a href="../../websocket/server/WebSocketUpgradeHandlerWrapper.html" title="class in org.eclipse.jetty.websocket.server">WebSocketUpgradeHandlerWrapper</a></code></dd>
</dl>
<dl>
<dt>Enclosing interface:</dt>
<dd><a href="Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a></dd>
</dl>
<hr>
<pre>public static interface <span class="typeNameLabel">Dumpable.DumpableContainer</span>
extends <a href="Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a></pre>
<div class="block">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.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.org.eclipse.jetty.util.component.Dumpable">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;org.eclipse.jetty.util.component.<a href="Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a></h3>
<code><a href="Dumpable.DumpableContainer.html" title="interface in org.eclipse.jetty.util.component">Dumpable.DumpableContainer</a></code></li>
</ul>
</li>
</ul>
</section>
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.eclipse.jetty.util.component.Dumpable">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.eclipse.jetty.util.component.<a href="Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a></h3>
<code><a href="Dumpable.html#KEY">KEY</a></code></li>
</ul>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>default boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isDumpable(java.lang.Object)">isDumpable</a></span>&#8203;(java.lang.Object&nbsp;o)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.jetty.util.component.Dumpable">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.jetty.util.component.<a href="Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a></h3>
<code><a href="Dumpable.html#dump()">dump</a>, <a href="Dumpable.html#dump(java.lang.Appendable,java.lang.String)">dump</a>, <a href="Dumpable.html#dumpSelf()">dumpSelf</a></code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="isDumpable(java.lang.Object)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isDumpable</h4>
<pre class="methodSignature">default&nbsp;boolean&nbsp;isDumpable&#8203;(java.lang.Object&nbsp;o)</pre>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Dumpable.DumpableContainer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 1995&#x2013;2020 <a href="https://webtide.com">Webtide</a>. All rights reserved.</small></p>
</footer>
</body>
</html>