blob: cdf6847ed8e82794772dda319adc4d4f574157f3 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Thu Sep 15 14:13:16 CDT 2022 -->
<title>Dumpable (Eclipse Jetty API Doc - v11.0.12)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-09-15">
<meta name="description" content="declaration: package: org.eclipse.jetty.util.component, interface: Dumpable">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
var pathtoroot = "../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="class-use/Dumpable.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#class">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<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="sub-nav-list">
<li>Detail:&nbsp;</li>
<li><a href="#field-detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-detail">Method</a></li>
</ul>
</div>
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.eclipse.jetty.util.component</a></div>
<h1 title="Interface Dumpable" class="title">Interface Dumpable</h1>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Known Subinterfaces:</dt>
<dd><code><a href="Dumpable.DumpableContainer.html" title="interface in org.eclipse.jetty.util.component">Dumpable.DumpableContainer</a></code></dd>
</dl>
<dl class="notes">
<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="../../http2/AbstractFlowControlStrategy.html" title="class in org.eclipse.jetty.http2">AbstractFlowControlStrategy</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="../../http2/server/AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer.html" title="class in org.eclipse.jetty.http2.server">AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer</a></code>, <code><a href="../../http3/server/AbstractHTTP3ServerConnectionFactory.html" title="class in org.eclipse.jetty.http3.server">AbstractHTTP3ServerConnectionFactory</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/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="../thread/strategy/AdaptiveExecutionStrategy.html" title="class in org.eclipse.jetty.util.thread.strategy">AdaptiveExecutionStrategy</a></code>, <code><a href="../../alpn/server/ALPNServerConnectionFactory.html" title="class in org.eclipse.jetty.alpn.server">ALPNServerConnectionFactory</a></code>, <code><a href="../../annotations/AnnotationConfiguration.DiscoveredServletContainerInitializerHolder.html" title="class in org.eclipse.jetty.annotations">AnnotationConfiguration.DiscoveredServletContainerInitializerHolder</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="../../ant/AntWebAppContext.AntServletHolder.html" title="class in org.eclipse.jetty.ant">AntWebAppContext.AntServletHolder</a></code>, <code><a href="../../io/ArrayByteBufferPool.html" title="class in org.eclipse.jetty.io">ArrayByteBufferPool</a></code>, <code><a href="../../io/ArrayByteBufferPool.Retained.html" title="class in org.eclipse.jetty.io">ArrayByteBufferPool.Retained</a></code>, <code><a href="../../io/ArrayRetainableByteBufferPool.html" title="class in org.eclipse.jetty.io">ArrayRetainableByteBufferPool</a></code>, <code><a href="../../server/handler/AsyncDelayHandler.html" title="class in org.eclipse.jetty.server.handler">AsyncDelayHandler</a></code>, <code><a href="AttributeContainerMap.html" title="class in org.eclipse.jetty.util.component">AttributeContainerMap</a></code>, <code><a href="../AttributesMap.html" title="class in org.eclipse.jetty.util">AttributesMap</a></code>, <code><a href="../../servlet/BaseHolder.html" title="class in org.eclipse.jetty.servlet">BaseHolder</a></code>, <code><a href="../../server/handler/BufferedResponseHandler.html" title="class in org.eclipse.jetty.server.handler">BufferedResponseHandler</a></code>, <code><a href="../../http2/BufferingFlowControlStrategy.html" title="class in org.eclipse.jetty.http2">BufferingFlowControlStrategy</a></code>, <code><a href="../../server/session/CachingSessionDataStore.html" title="class in org.eclipse.jetty.server.session">CachingSessionDataStore</a></code>, <code><a href="../../server/ClassLoaderDump.html" title="class in org.eclipse.jetty.server">ClassLoaderDump</a></code>, <code><a href="../../io/ClientConnectionFactory.Info.html" title="class in org.eclipse.jetty.io">ClientConnectionFactory.Info</a></code>, <code><a href="../../http2/client/http/ClientConnectionFactoryOverHTTP2.html" title="class in org.eclipse.jetty.http2.client.http">ClientConnectionFactoryOverHTTP2</a></code>, <code><a href="../../http2/client/http/ClientConnectionFactoryOverHTTP2.HTTP2.html" title="class in org.eclipse.jetty.http2.client.http">ClientConnectionFactoryOverHTTP2.HTTP2</a></code>, <code><a href="../../http3/client/http/ClientConnectionFactoryOverHTTP3.html" title="class in org.eclipse.jetty.http3.client.http">ClientConnectionFactoryOverHTTP3</a></code>, <code><a href="../../http3/client/http/ClientConnectionFactoryOverHTTP3.HTTP3.html" title="class in org.eclipse.jetty.http3.client.http">ClientConnectionFactoryOverHTTP3.HTTP3</a></code>, <code><a href="../../io/ClientConnector.html" title="class in org.eclipse.jetty.io">ClientConnector</a></code>, <code><a href="../../io/ClientConnector.ClientSelectorManager.html" title="class in org.eclipse.jetty.io">ClientConnector.ClientSelectorManager</a></code>, <code><a href="../../quic/client/ClientProtocolSession.html" title="class in org.eclipse.jetty.quic.client">ClientProtocolSession</a></code>, <code><a href="../../quic/client/ClientQuicSession.html" title="class in org.eclipse.jetty.quic.client">ClientQuicSession</a></code>, <code><a href="../compression/CompressionPool.html" title="class in org.eclipse.jetty.util.compression">CompressionPool</a></code>, <code><a href="../../security/ConfigurableSpnegoLoginService.html" title="class in org.eclipse.jetty.security">ConfigurableSpnegoLoginService</a></code>, <code><a href="../../webapp/Configurations.html" title="class in org.eclipse.jetty.webapp">Configurations</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="../../io/ConnectionStatistics.html" title="class in org.eclipse.jetty.io">ConnectionStatistics</a></code>, <code><a href="../../io/ConnectionStatistics.Stats.html" title="class in org.eclipse.jetty.io">ConnectionStatistics.Stats</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/ContextHandler.Context.html" title="class in org.eclipse.jetty.server.handler">ContextHandler.Context</a></code>, <code><a href="../../server/handler/ContextHandler.StaticContext.html" title="class in org.eclipse.jetty.server.handler">ContextHandler.StaticContext</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="../compression/DeflaterPool.html" title="class in org.eclipse.jetty.util.compression">DeflaterPool</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="DumpableCollection.html" title="class in org.eclipse.jetty.util.component">DumpableCollection</a></code>, <code><a href="../../client/DuplexConnectionPool.html" title="class in org.eclipse.jetty.client">DuplexConnectionPool</a></code>, <code><a href="../../client/DuplexHttpDestination.html" title="class in org.eclipse.jetty.client">DuplexHttpDestination</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/ExecutorThreadPool.html" title="class in org.eclipse.jetty.util.thread">ExecutorThreadPool</a></code>, <code><a href="../../websocket/core/internal/ExtensionStack.html" title="class in org.eclipse.jetty.websocket.core.internal">ExtensionStack</a></code>, <code><a href="../../server/handler/FileBufferedResponseHandler.html" title="class in org.eclipse.jetty.server.handler">FileBufferedResponseHandler</a></code>, <code><a href="../../server/session/FileSessionDataStore.html" title="class in org.eclipse.jetty.server.session">FileSessionDataStore</a></code>, <code><a href="../../servlet/FilterHolder.html" title="class in org.eclipse.jetty.servlet">FilterHolder</a></code>, <code><a href="../../servlet/FilterMapping.html" title="class in org.eclipse.jetty.servlet">FilterMapping</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="../../servlet/Holder.html" title="class in org.eclipse.jetty.servlet">Holder</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/HTTP2Flusher.html" title="class in org.eclipse.jetty.http2">HTTP2Flusher</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="../../http2/HTTP2Stream.html" title="class in org.eclipse.jetty.http2">HTTP2Stream</a></code>, <code><a href="../../http3/client/HTTP3Client.html" title="class in org.eclipse.jetty.http3.client">HTTP3Client</a></code>, <code><a href="../../http3/server/HTTP3ServerConnectionFactory.html" title="class in org.eclipse.jetty.http3.server">HTTP3ServerConnectionFactory</a></code>, <code><a href="../../http3/server/HTTP3ServerConnector.html" title="class in org.eclipse.jetty.http3.server">HTTP3ServerConnector</a></code>, <code><a href="../../client/HttpClient.html" title="class in org.eclipse.jetty.client">HttpClient</a></code>, <code><a href="../../client/dynamic/HttpClientTransportDynamic.html" title="class in org.eclipse.jetty.client.dynamic">HttpClientTransportDynamic</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="../../http3/client/http/HttpClientTransportOverHTTP3.html" title="class in org.eclipse.jetty.http3.client.http">HttpClientTransportOverHTTP3</a></code>, <code><a href="../../unixsocket/client/HttpClientTransportOverUnixSockets.html" title="class in org.eclipse.jetty.unixsocket.client">HttpClientTransportOverUnixSockets</a></code>, <code><a href="../../server/HttpConfiguration.html" title="class in org.eclipse.jetty.server">HttpConfiguration</a></code>, <code><a href="../../server/HttpConnectionFactory.html" title="class in org.eclipse.jetty.server">HttpConnectionFactory</a></code>, <code><a href="../../client/HttpConversation.html" title="class in org.eclipse.jetty.client">HttpConversation</a></code>, <code><a href="../../client/HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</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="../../io/IncludeExcludeConnectionStatistics.html" title="class in org.eclipse.jetty.io">IncludeExcludeConnectionStatistics</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="../compression/InflaterPool.html" title="class in org.eclipse.jetty.util.compression">InflaterPool</a></code>, <code><a href="../../jaas/JAASLoginService.html" title="class in org.eclipse.jetty.jaas">JAASLoginService</a></code>, <code><a href="../../websocket/jakarta/client/internal/JakartaWebSocketClientContainer.html" title="class in org.eclipse.jetty.websocket.jakarta.client.internal">JakartaWebSocketClientContainer</a></code>, <code><a href="../../websocket/jakarta/common/JakartaWebSocketContainer.html" title="class in org.eclipse.jetty.websocket.jakarta.common">JakartaWebSocketContainer</a></code>, <code><a href="../../websocket/jakarta/server/internal/JakartaWebSocketServerContainer.html" title="class in org.eclipse.jetty.websocket.jakarta.server.internal">JakartaWebSocketServerContainer</a></code>, <code><a href="../../websocket/jakarta/client/JakartaWebSocketShutdownContainer.html" title="class in org.eclipse.jetty.websocket.jakarta.client">JakartaWebSocketShutdownContainer</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="../../websocket/server/internal/JettyServerFrameHandlerFactory.html" title="class in org.eclipse.jetty.websocket.server.internal">JettyServerFrameHandlerFactory</a></code>, <code><a href="../../websocket/common/JettyWebSocketFrameHandlerFactory.html" title="class in org.eclipse.jetty.websocket.common">JettyWebSocketFrameHandlerFactory</a></code>, <code><a href="../../websocket/server/JettyWebSocketServerContainer.html" title="class in org.eclipse.jetty.websocket.server">JettyWebSocketServerContainer</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="../../servlet/ListenerHolder.html" title="class in org.eclipse.jetty.servlet">ListenerHolder</a></code>, <code><a href="../../server/LocalConnector.html" title="class in org.eclipse.jetty.server">LocalConnector</a></code>, <code><a href="../../io/LogarithmicArrayByteBufferPool.html" title="class in org.eclipse.jetty.io">LogarithmicArrayByteBufferPool</a></code>, <code><a href="../../io/LogarithmicArrayByteBufferPool.LogarithmicRetainablePool.html" title="class in org.eclipse.jetty.io">LogarithmicArrayByteBufferPool.LogarithmicRetainablePool</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="../../io/MappedByteBufferPool.html" title="class in org.eclipse.jetty.io">MappedByteBufferPool</a></code>, <code><a href="../../io/MappedByteBufferPool.Retained.html" title="class in org.eclipse.jetty.io">MappedByteBufferPool.Retained</a></code>, <code><a href="../../io/MappedByteBufferPool.Tagged.html" title="class in org.eclipse.jetty.io">MappedByteBufferPool.Tagged</a></code>, <code><a href="../../maven/plugin/MavenServerConnector.html" title="class in org.eclipse.jetty.maven.plugin">MavenServerConnector</a></code>, <code><a href="../../maven/plugin/MavenWebAppContext.html" title="class in org.eclipse.jetty.maven.plugin">MavenWebAppContext</a></code>, <code><a href="../../jmx/MBeanContainer.html" title="class in org.eclipse.jetty.jmx">MBeanContainer</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="../../jndi/NamingContext.html" title="class in org.eclipse.jetty.jndi">NamingContext</a></code>, <code><a href="../../plus/jndi/NamingDump.html" title="class in org.eclipse.jetty.plus.jndi">NamingDump</a></code>, <code><a href="../../server/NegotiatingServerConnectionFactory.html" title="class in org.eclipse.jetty.server">NegotiatingServerConnectionFactory</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="../../http/pathmap/PathMappings.html" title="class in org.eclipse.jetty.http.pathmap">PathMappings</a></code>, <code><a href="../Pool.html" title="class in org.eclipse.jetty.util">Pool</a></code>, <code><a href="../../deploy/PropertiesConfigurationManager.html" title="class in org.eclipse.jetty.deploy">PropertiesConfigurationManager</a></code>, <code><a href="../../client/ProtocolHandlers.html" title="class in org.eclipse.jetty.client">ProtocolHandlers</a></code>, <code><a href="../../quic/common/ProtocolSession.html" title="class in org.eclipse.jetty.quic.common">ProtocolSession</a></code>, <code><a href="../../server/ProxyConnectionFactory.html" title="class in org.eclipse.jetty.server">ProxyConnectionFactory</a></code>, <code><a href="../../server/ProxyConnectionFactory.ProxyEndPoint.html" title="class in org.eclipse.jetty.server">ProxyConnectionFactory.ProxyEndPoint</a></code>, <code><a href="../../http3/qpack/QpackDecoder.html" title="class in org.eclipse.jetty.http3.qpack">QpackDecoder</a></code>, <code><a href="../../http3/qpack/QpackEncoder.html" title="class in org.eclipse.jetty.http3.qpack">QpackEncoder</a></code>, <code><a href="../thread/QueuedThreadPool.html" title="class in org.eclipse.jetty.util.thread">QueuedThreadPool</a></code>, <code><a href="../../quic/server/QuicServerConnector.html" title="class in org.eclipse.jetty.quic.server">QuicServerConnector</a></code>, <code><a href="../../quic/common/QuicSession.html" title="class in org.eclipse.jetty.quic.common">QuicSession</a></code>, <code><a href="../../quic/common/QuicSessionContainer.html" title="class in org.eclipse.jetty.quic.common">QuicSessionContainer</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="../../http3/server/RawHTTP3ServerConnectionFactory.html" title="class in org.eclipse.jetty.http3.server">RawHTTP3ServerConnectionFactory</a></code>, <code><a href="../../server/handler/RequestLogHandler.html" title="class in org.eclipse.jetty.server.handler">RequestLogHandler</a></code>, <code><a href="../thread/ReservedThreadExecutor.html" title="class in org.eclipse.jetty.util.thread">ReservedThreadExecutor</a></code>, <code><a href="../../server/handler/ResourceHandler.html" title="class in org.eclipse.jetty.server.handler">ResourceHandler</a></code>, <code><a href="../../rewrite/RewriteCustomizer.html" title="class in org.eclipse.jetty.rewrite">RewriteCustomizer</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="../../rewrite/handler/RuleContainer.html" title="class in org.eclipse.jetty.rewrite.handler">RuleContainer</a></code>, <code><a href="../Scanner.html" title="class in org.eclipse.jetty.util">Scanner</a></code>, <code><a href="../../deploy/providers/ScanningAppProvider.html" title="class in org.eclipse.jetty.deploy.providers">ScanningAppProvider</a></code>, <code><a href="../thread/ScheduledExecutorScheduler.html" title="class in org.eclipse.jetty.util.thread">ScheduledExecutorScheduler</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/ServerConnectionStatistics.html" title="class in org.eclipse.jetty.server">ServerConnectionStatistics</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="../../fcgi/server/ServerFCGIConnectionFactory.html" title="class in org.eclipse.jetty.fcgi.server">ServerFCGIConnectionFactory</a></code>, <code><a href="../../quic/server/ServerProtocolSession.html" title="class in org.eclipse.jetty.quic.server">ServerProtocolSession</a></code>, <code><a href="../../quic/server/ServerQuicSession.html" title="class in org.eclipse.jetty.quic.server">ServerQuicSession</a></code>, <code><a href="../../servlet/ServletContainerInitializerHolder.html" title="class in org.eclipse.jetty.servlet">ServletContainerInitializerHolder</a></code>, <code><a href="../../servlet/ServletContextHandler.html" title="class in org.eclipse.jetty.servlet">ServletContextHandler</a></code>, <code><a href="../../servlet/ServletContextHandler.Context.html" title="class in org.eclipse.jetty.servlet">ServletContextHandler.Context</a></code>, <code><a href="../../servlet/ServletContextHandler.ServletContainerInitializerStarter.html" title="class in org.eclipse.jetty.servlet">ServletContextHandler.ServletContainerInitializerStarter</a></code>, <code><a href="../../servlet/ServletHandler.html" title="class in org.eclipse.jetty.servlet">ServletHandler</a></code>, <code><a href="../../servlet/ServletHolder.html" title="class in org.eclipse.jetty.servlet">ServletHolder</a></code>, <code><a href="../../servlet/ServletTester.html" title="class in org.eclipse.jetty.servlet">ServletTester</a></code>, <code><a href="../../server/session/SessionHandler.html" title="class in org.eclipse.jetty.server.session">SessionHandler</a></code>, <code><a href="../../websocket/common/SessionTracker.html" title="class in org.eclipse.jetty.websocket.common">SessionTracker</a></code>, <code><a href="../../websocket/jakarta/common/SessionTracker.html" title="class in org.eclipse.jetty.websocket.jakarta.common">SessionTracker</a></code>, <code><a href="../../server/handler/ShutdownHandler.html" title="class in org.eclipse.jetty.server.handler">ShutdownHandler</a></code>, <code><a href="../../http2/SimpleFlowControlStrategy.html" title="class in org.eclipse.jetty.http2">SimpleFlowControlStrategy</a></code>, <code><a href="../../server/SslConnectionFactory.html" title="class in org.eclipse.jetty.server">SslConnectionFactory</a></code>, <code><a href="../ssl/SslContextFactory.html" title="class in org.eclipse.jetty.util.ssl">SslContextFactory</a></code>, <code><a href="../ssl/SslContextFactory.Client.html" title="class in org.eclipse.jetty.util.ssl">SslContextFactory.Client</a></code>, <code><a href="../ssl/SslContextFactory.Server.html" title="class in org.eclipse.jetty.util.ssl">SslContextFactory.Server</a></code>, <code><a href="../../server/handler/StatisticsHandler.html" title="class in org.eclipse.jetty.server.handler">StatisticsHandler</a></code>, <code><a href="../../server/handler/ThreadLimitHandler.html" title="class in org.eclipse.jetty.server.handler">ThreadLimitHandler</a></code>, <code><a href="../../unixsocket/server/UnixSocketConnector.html" title="class in org.eclipse.jetty.unixsocket.server">UnixSocketConnector</a></code>, <code><a href="../../unixsocket/server/UnixSocketConnector.UnixSocketConnectorManager.html" title="class in org.eclipse.jetty.unixsocket.server">UnixSocketConnector.UnixSocketConnectorManager</a></code>, <code><a href="../../client/ValidatingConnectionPool.html" title="class in org.eclipse.jetty.client">ValidatingConnectionPool</a></code>, <code><a href="../../rewrite/handler/VirtualHostRuleContainer.html" title="class in org.eclipse.jetty.rewrite.handler">VirtualHostRuleContainer</a></code>, <code><a href="../../webapp/WebAppContext.html" title="class in org.eclipse.jetty.webapp">WebAppContext</a></code>, <code><a href="../../webapp/WebAppContext.Context.html" title="class in org.eclipse.jetty.webapp">WebAppContext.Context</a></code>, <code><a href="../../deploy/providers/WebAppProvider.html" title="class in org.eclipse.jetty.deploy.providers">WebAppProvider</a></code>, <code><a href="../../websocket/client/WebSocketClient.html" title="class in org.eclipse.jetty.websocket.client">WebSocketClient</a></code>, <code><a href="../../websocket/core/WebSocketComponents.html" title="class in org.eclipse.jetty.websocket.core">WebSocketComponents</a></code>, <code><a href="../../websocket/core/internal/WebSocketConnection.html" title="class in org.eclipse.jetty.websocket.core.internal">WebSocketConnection</a></code>, <code><a href="../../websocket/core/client/WebSocketCoreClient.html" title="class in org.eclipse.jetty.websocket.core.client">WebSocketCoreClient</a></code>, <code><a href="../../websocket/core/internal/WebSocketCoreSession.html" title="class in org.eclipse.jetty.websocket.core.internal">WebSocketCoreSession</a></code>, <code><a href="../../websocket/core/server/WebSocketMappings.html" title="class in org.eclipse.jetty.websocket.core.server">WebSocketMappings</a></code>, <code><a href="../../websocket/core/server/WebSocketServerComponents.html" title="class in org.eclipse.jetty.websocket.core.server">WebSocketServerComponents</a></code>, <code><a href="../../websocket/common/WebSocketSession.html" title="class in org.eclipse.jetty.websocket.common">WebSocketSession</a></code>, <code><a href="../../websocket/servlet/WebSocketUpgradeFilter.html" title="class in org.eclipse.jetty.websocket.servlet">WebSocketUpgradeFilter</a></code>, <code><a href="../../websocket/core/server/WebSocketUpgradeHandler.html" title="class in org.eclipse.jetty.websocket.core.server">WebSocketUpgradeHandler</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="annotations"><a href="../annotation/ManagedObject.html" title="annotation in org.eclipse.jetty.util.annotation">@ManagedObject</a>("Dumpable Object")
</span><span class="modifiers">public interface </span><span class="element-name type-name-label">Dumpable</span></div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<li>
<section class="nested-class-summary" id="nested-class-summary">
<h2>Nested Class Summary</h2>
<div class="caption"><span>Nested Classes</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Interface</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="Dumpable.DumpableContainer.html" class="type-name-link" title="interface in org.eclipse.jetty.util.component">Dumpable.DumpableContainer</a></code></div>
<div class="col-last even-row-color">
<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>
</div>
</div>
</section>
</li>
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="caption"><span>Fields</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static final <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color"><code><a href="#KEY" class="member-name-link">KEY</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab1', 3)" class="table-tab">Static Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button><button id="method-summary-table-tab5" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab5', 3)" class="table-tab">Default Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#dump()" class="member-name-link">dump</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#dump(java.lang.Appendable,java.lang.String)" class="member-name-link">dump</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;indent)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Dump this object (and children) into an Appendable using the provided indent after any new lines.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1"><code>static <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1"><code><a href="#dump(org.eclipse.jetty.util.component.Dumpable)" class="member-name-link">dump</a><wbr>(<a href="Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a>&nbsp;dumpable)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1">
<div class="block">Utility method to implement <a href="#dump()"><code>dump()</code></a> by calling <a href="#dump(java.lang.Appendable,java.lang.String)"><code>dump(Appendable, String)</code></a></div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1"><code>static void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1"><code><a href="#dumpContainer(java.lang.Appendable,java.lang.String,org.eclipse.jetty.util.component.Container,boolean)" class="member-name-link">dumpContainer</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;indent,
<a href="Container.html" title="interface in org.eclipse.jetty.util.component">Container</a>&nbsp;object,
boolean&nbsp;last)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1"><code>static void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1"><code><a href="#dumpIterable(java.lang.Appendable,java.lang.String,java.lang.Iterable,boolean)" class="member-name-link">dumpIterable</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;indent,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;?&gt;&nbsp;iterable,
boolean&nbsp;last)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1"><code>static void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1"><code><a href="#dumpMapEntries(java.lang.Appendable,java.lang.String,java.util.Map,boolean)" class="member-name-link">dumpMapEntries</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;indent,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;?,<wbr>?&gt;&nbsp;map,
boolean&nbsp;last)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1"><code>static void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1"><code><a href="#dumpObject(java.lang.Appendable,java.lang.Object)" class="member-name-link">dumpObject</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;o)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1">
<div class="block">Dump just an Object (but not it's contained items) to an Appendable.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1"><code>static void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1"><code><a href="#dumpObjects(java.lang.Appendable,java.lang.String,java.lang.Object,java.lang.Object...)" class="member-name-link">dumpObjects</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;indent,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;object,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>...&nbsp;extraChildren)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1">
<div class="block">Dump an Object, it's contained items and additional items to an <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link"><code>Appendable</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#dumpSelf()" class="member-name-link">dumpSelf</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">The description of this/self found in the dump.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1"><code>static <a href="Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1"><code><a href="#named(java.lang.String,java.lang.Object)" class="member-name-link">named</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;name,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;object)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1">&nbsp;</div>
</div>
</div>
</div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ FIELD DETAIL =========== -->
<li>
<section class="field-details" id="field-detail">
<h2>Field Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="KEY">
<h3>KEY</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">KEY</span></div>
<dl class="notes">
<dt>See Also:</dt>
<dd>
<ul class="see-list">
<li><a href="../../../../../constant-values.html#org.eclipse.jetty.util.component.Dumpable.KEY">Constant Field Values</a></li>
</ul>
</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="dump()">
<h3>dump</h3>
<div class="member-signature"><span class="annotations"><a href="../annotation/ManagedOperation.html" title="annotation in org.eclipse.jetty.util.annotation">@ManagedOperation</a>(<a href="../annotation/ManagedOperation.html#value()">value</a>="Dump the nested Object state as a String",
<a href="../annotation/ManagedOperation.html#impact()">impact</a>="INFO")
</span><span class="modifiers">default</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">dump</span>()</div>
</section>
</li>
<li>
<section class="detail" id="dump(java.lang.Appendable,java.lang.String)">
<h3>dump</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">dump</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;indent)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div>
<div class="block">Dump this object (and children) into an Appendable using the provided indent after any new lines.
The indent should not be applied to the first object dumped.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>out</code> - The appendable to dump to</dd>
<dd><code>indent</code> - The indent to apply after any new lines.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code> - if unable to write to Appendable</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="dump(org.eclipse.jetty.util.component.Dumpable)">
<h3>dump</h3>
<div class="member-signature"><span class="modifiers">static</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">dump</span><wbr><span class="parameters">(<a href="Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a>&nbsp;dumpable)</span></div>
<div class="block">Utility method to implement <a href="#dump()"><code>dump()</code></a> by calling <a href="#dump(java.lang.Appendable,java.lang.String)"><code>dump(Appendable, String)</code></a></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>dumpable</code> - The dumpable to dump</dd>
<dt>Returns:</dt>
<dd>The dumped string</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="dumpSelf()">
<h3>dumpSelf</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">dumpSelf</span>()</div>
<div class="block">The description of this/self found in the dump.
Allows for alternative representation of Object other then .toString()
where the long form output of toString() is represented in a cleaner way
within the dump infrastructure.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>the representation of self</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="dumpObject(java.lang.Appendable,java.lang.Object)">
<h3>dumpObject</h3>
<div class="member-signature"><span class="modifiers">static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">dumpObject</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;o)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div>
<div class="block">Dump just an Object (but not it's contained items) to an Appendable.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>out</code> - The Appendable to dump to</dd>
<dd><code>o</code> - The object to dump.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code> - May be thrown by the Appendable</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="dumpObjects(java.lang.Appendable,java.lang.String,java.lang.Object,java.lang.Object...)">
<h3>dumpObjects</h3>
<div class="member-signature"><span class="modifiers">static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">dumpObjects</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;indent,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;object,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>...&nbsp;extraChildren)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div>
<div class="block">Dump an Object, it's contained items and additional items to an <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link"><code>Appendable</code></a>.
If the object in an <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link"><code>Iterable</code></a> or an <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/Array.html" title="class or interface in java.lang.reflect" class="external-link"><code>Array</code></a>, then its contained items
are also dumped.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>out</code> - the Appendable to dump to</dd>
<dd><code>indent</code> - The indent to apply after any new lines</dd>
<dd><code>object</code> - The object to dump. If the object is an instance
of <a href="Container.html" title="interface in org.eclipse.jetty.util.component"><code>Container</code></a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/stream/Stream.html" title="class or interface in java.util.stream" class="external-link"><code>Stream</code></a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link"><code>Iterable</code></a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/Array.html" title="class or interface in java.lang.reflect" class="external-link"><code>Array</code></a> or <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link"><code>Map</code></a>,
then children of the object a recursively dumped.</dd>
<dd><code>extraChildren</code> - Items to be dumped as children of the object, in addition to any discovered children of object</dd>
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code> - May be thrown by the Appendable</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="dumpContainer(java.lang.Appendable,java.lang.String,org.eclipse.jetty.util.component.Container,boolean)">
<h3>dumpContainer</h3>
<div class="member-signature"><span class="modifiers">static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">dumpContainer</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;indent,
<a href="Container.html" title="interface in org.eclipse.jetty.util.component">Container</a>&nbsp;object,
boolean&nbsp;last)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div>
<dl class="notes">
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="dumpIterable(java.lang.Appendable,java.lang.String,java.lang.Iterable,boolean)">
<h3>dumpIterable</h3>
<div class="member-signature"><span class="modifiers">static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">dumpIterable</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;indent,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;?&gt;&nbsp;iterable,
boolean&nbsp;last)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div>
<dl class="notes">
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="dumpMapEntries(java.lang.Appendable,java.lang.String,java.util.Map,boolean)">
<h3>dumpMapEntries</h3>
<div class="member-signature"><span class="modifiers">static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">dumpMapEntries</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Appendable.html" title="class or interface in java.lang" class="external-link">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;indent,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;?,<wbr>?&gt;&nbsp;map,
boolean&nbsp;last)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div>
<dl class="notes">
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="named(java.lang.String,java.lang.Object)">
<h3>named</h3>
<div class="member-signature"><span class="modifiers">static</span>&nbsp;<span class="return-type"><a href="Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a></span>&nbsp;<span class="element-name">named</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;name,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&nbsp;object)</span></div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 1995&#x2013;2022 <a href="https://webtide.com">Webtide</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>