blob: 34024d4297fbff5d8276b3845c9c46c5a7559c8f [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Thu Sep 15 14:13:16 CDT 2022 -->
<title>org.eclipse.jetty.io Class Hierarchy (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="tree: package: org.eclipse.jetty.io">
<meta name="generator" content="javadoc/PackageTreeWriter">
<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="package-tree-page">
<script type="text/javascript">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</li>
<li>Use</li>
<li class="nav-bar-cell1-rev">Tree</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#tree">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<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">
<div class="header">
<h1 class="title">Hierarchy For Package org.eclipse.jetty.io</h1>
<span class="package-hierarchy-label">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<section class="hierarchy">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a>
<ul>
<li class="circle">java.util.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/AbstractCollection.html" class="type-name-link external-link" title="class or interface in java.util">AbstractCollection</a>&lt;E&gt; (implements java.util.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a>&lt;E&gt;)
<ul>
<li class="circle">java.util.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/AbstractSet.html" class="type-name-link external-link" title="class or interface in java.util">AbstractSet</a>&lt;E&gt; (implements java.util.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Set.html" title="class or interface in java.util" class="external-link">Set</a>&lt;E&gt;)
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="IncludeExcludeConnectionStatistics.ConnectionSet.html" class="type-name-link" title="class in org.eclipse.jetty.io">IncludeExcludeConnectionStatistics.ConnectionSet</a> (implements java.util.function.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/function/Predicate.html" title="class or interface in java.util.function" class="external-link">Predicate</a>&lt;T&gt;)</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.io.<a href="AbstractConnection.html" class="type-name-link" title="class in org.eclipse.jetty.io">AbstractConnection</a> (implements org.eclipse.jetty.io.<a href="Connection.html" title="interface in org.eclipse.jetty.io">Connection</a>)
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="NegotiatingClientConnection.html" class="type-name-link" title="class in org.eclipse.jetty.io">NegotiatingClientConnection</a></li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.util.component.<a href="../util/component/AbstractLifeCycle.html" class="type-name-link" title="class in org.eclipse.jetty.util.component">AbstractLifeCycle</a> (implements org.eclipse.jetty.util.component.<a href="../util/component/LifeCycle.html" title="interface in org.eclipse.jetty.util.component">LifeCycle</a>)
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="ConnectionStatistics.html" class="type-name-link" title="class in org.eclipse.jetty.io">ConnectionStatistics</a> (implements org.eclipse.jetty.io.<a href="Connection.Listener.html" title="interface in org.eclipse.jetty.io">Connection.Listener</a>, org.eclipse.jetty.util.component.<a href="../util/component/Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a>)
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="IncludeExcludeConnectionStatistics.html" class="type-name-link" title="class in org.eclipse.jetty.io">IncludeExcludeConnectionStatistics</a></li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.util.component.<a href="../util/component/ContainerLifeCycle.html" class="type-name-link" title="class in org.eclipse.jetty.util.component">ContainerLifeCycle</a> (implements org.eclipse.jetty.util.component.<a href="../util/component/Container.html" title="interface in org.eclipse.jetty.util.component">Container</a>, org.eclipse.jetty.util.component.<a href="../util/component/Destroyable.html" title="interface in org.eclipse.jetty.util.component">Destroyable</a>, org.eclipse.jetty.util.component.<a href="../util/component/Dumpable.DumpableContainer.html" title="interface in org.eclipse.jetty.util.component">Dumpable.DumpableContainer</a>)
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="ClientConnectionFactory.Info.html" class="type-name-link" title="class in org.eclipse.jetty.io">ClientConnectionFactory.Info</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="ClientConnector.html" class="type-name-link" title="class in org.eclipse.jetty.io">ClientConnector</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="LeakTrackingByteBufferPool.html" class="type-name-link" title="class in org.eclipse.jetty.io">LeakTrackingByteBufferPool</a> (implements org.eclipse.jetty.io.<a href="ByteBufferPool.html" title="interface in org.eclipse.jetty.io">ByteBufferPool</a>)</li>
<li class="circle">org.eclipse.jetty.io.<a href="ManagedSelector.html" class="type-name-link" title="class in org.eclipse.jetty.io">ManagedSelector</a> (implements org.eclipse.jetty.util.component.<a href="../util/component/Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a>)</li>
<li class="circle">org.eclipse.jetty.io.<a href="SelectorManager.html" class="type-name-link" title="class in org.eclipse.jetty.io">SelectorManager</a> (implements org.eclipse.jetty.util.component.<a href="../util/component/Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a>)
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="ClientConnector.ClientSelectorManager.html" class="type-name-link" title="class in org.eclipse.jetty.io">ClientConnector.ClientSelectorManager</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.io.<a href="ArrayByteBufferPool.html" class="type-name-link" title="class in org.eclipse.jetty.io">ArrayByteBufferPool</a> (implements org.eclipse.jetty.util.component.<a href="../util/component/Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a>)
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="LogarithmicArrayByteBufferPool.html" class="type-name-link" title="class in org.eclipse.jetty.io">LogarithmicArrayByteBufferPool</a></li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.io.<a href="ArrayRetainableByteBufferPool.html" class="type-name-link" title="class in org.eclipse.jetty.io">ArrayRetainableByteBufferPool</a> (implements org.eclipse.jetty.util.component.<a href="../util/component/Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a>, org.eclipse.jetty.io.<a href="RetainableByteBufferPool.html" title="interface in org.eclipse.jetty.io">RetainableByteBufferPool</a>)
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="ArrayByteBufferPool.Retained.html" class="type-name-link" title="class in org.eclipse.jetty.io">ArrayByteBufferPool.Retained</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="LogarithmicArrayByteBufferPool.LogarithmicRetainablePool.html" class="type-name-link" title="class in org.eclipse.jetty.io">LogarithmicArrayByteBufferPool.LogarithmicRetainablePool</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="MappedByteBufferPool.Retained.html" class="type-name-link" title="class in org.eclipse.jetty.io">MappedByteBufferPool.Retained</a></li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.io.<a href="ByteBufferAccumulator.html" class="type-name-link" title="class in org.eclipse.jetty.io">ByteBufferAccumulator</a> (implements java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/AutoCloseable.html" title="class or interface in java.lang" class="external-link">AutoCloseable</a>)</li>
<li class="circle">org.eclipse.jetty.io.<a href="ByteBufferCallbackAccumulator.html" class="type-name-link" title="class in org.eclipse.jetty.io">ByteBufferCallbackAccumulator</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="ByteBufferPool.Lease.html" class="type-name-link" title="class in org.eclipse.jetty.io">ByteBufferPool.Lease</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="ClientConnector.Configurator.html" class="type-name-link" title="class in org.eclipse.jetty.io">ClientConnector.Configurator</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="ClientConnector.Configurator.ChannelWithAddress.html" class="type-name-link" title="class in org.eclipse.jetty.io">ClientConnector.Configurator.ChannelWithAddress</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="Connection.Listener.Adapter.html" class="type-name-link" title="class in org.eclipse.jetty.io">Connection.Listener.Adapter</a> (implements org.eclipse.jetty.io.<a href="Connection.Listener.html" title="interface in org.eclipse.jetty.io">Connection.Listener</a>)</li>
<li class="circle">org.eclipse.jetty.io.<a href="ConnectionStatistics.Stats.html" class="type-name-link" title="class in org.eclipse.jetty.io">ConnectionStatistics.Stats</a> (implements org.eclipse.jetty.util.component.<a href="../util/component/Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a>)</li>
<li class="circle">org.eclipse.jetty.io.<a href="CyclicTimeout.html" class="type-name-link" title="class in org.eclipse.jetty.io">CyclicTimeout</a> (implements org.eclipse.jetty.util.component.<a href="../util/component/Destroyable.html" title="interface in org.eclipse.jetty.util.component">Destroyable</a>)</li>
<li class="circle">org.eclipse.jetty.io.<a href="CyclicTimeouts.html" class="type-name-link" title="class in org.eclipse.jetty.io">CyclicTimeouts</a>&lt;T&gt; (implements org.eclipse.jetty.util.component.<a href="../util/component/Destroyable.html" title="interface in org.eclipse.jetty.util.component">Destroyable</a>)</li>
<li class="circle">org.eclipse.jetty.io.<a href="FillInterest.html" class="type-name-link" title="class in org.eclipse.jetty.io">FillInterest</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="IdleTimeout.html" class="type-name-link" title="class in org.eclipse.jetty.io">IdleTimeout</a>
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="AbstractEndPoint.html" class="type-name-link" title="class in org.eclipse.jetty.io">AbstractEndPoint</a> (implements org.eclipse.jetty.io.<a href="EndPoint.html" title="interface in org.eclipse.jetty.io">EndPoint</a>)
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="ByteArrayEndPoint.html" class="type-name-link" title="class in org.eclipse.jetty.io">ByteArrayEndPoint</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="SelectableChannelEndPoint.html" class="type-name-link" title="class in org.eclipse.jetty.io">SelectableChannelEndPoint</a> (implements org.eclipse.jetty.io.<a href="ManagedSelector.Selectable.html" title="interface in org.eclipse.jetty.io">ManagedSelector.Selectable</a>)
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="DatagramChannelEndPoint.html" class="type-name-link" title="class in org.eclipse.jetty.io">DatagramChannelEndPoint</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="SocketChannelEndPoint.html" class="type-name-link" title="class in org.eclipse.jetty.io">SocketChannelEndPoint</a>
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="NetworkTrafficSocketChannelEndPoint.html" class="type-name-link" title="class in org.eclipse.jetty.io">NetworkTrafficSocketChannelEndPoint</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.io.<a href="MappedByteBufferPool.html" class="type-name-link" title="class in org.eclipse.jetty.io">MappedByteBufferPool</a> (implements org.eclipse.jetty.util.component.<a href="../util/component/Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a>)
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="MappedByteBufferPool.Tagged.html" class="type-name-link" title="class in org.eclipse.jetty.io">MappedByteBufferPool.Tagged</a></li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.io.<a href="NegotiatingClientConnectionFactory.html" class="type-name-link" title="class in org.eclipse.jetty.io">NegotiatingClientConnectionFactory</a> (implements org.eclipse.jetty.io.<a href="ClientConnectionFactory.html" title="interface in org.eclipse.jetty.io">ClientConnectionFactory</a>)</li>
<li class="circle">org.eclipse.jetty.io.<a href="NullByteBufferPool.html" class="type-name-link" title="class in org.eclipse.jetty.io">NullByteBufferPool</a> (implements org.eclipse.jetty.io.<a href="ByteBufferPool.html" title="interface in org.eclipse.jetty.io">ByteBufferPool</a>)</li>
<li class="circle">java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/OutputStream.html" class="type-name-link external-link" title="class or interface in java.io">OutputStream</a> (implements java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Closeable.html" title="class or interface in java.io" class="external-link">Closeable</a>, java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Flushable.html" title="class or interface in java.io" class="external-link">Flushable</a>)
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="ByteBufferOutputStream.html" class="type-name-link" title="class in org.eclipse.jetty.io">ByteBufferOutputStream</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="ByteBufferOutputStream2.html" class="type-name-link" title="class in org.eclipse.jetty.io">ByteBufferOutputStream2</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="WriterOutputStream.html" class="type-name-link" title="class in org.eclipse.jetty.io">WriterOutputStream</a></li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.io.<a href="RetainableByteBuffer.html" class="type-name-link" title="class in org.eclipse.jetty.io">RetainableByteBuffer</a> (implements org.eclipse.jetty.util.<a href="../util/Retainable.html" title="interface in org.eclipse.jetty.util">Retainable</a>)</li>
<li class="circle">org.eclipse.jetty.io.<a href="RetainableByteBufferPool.NotRetainedByteBufferPool.html" class="type-name-link" title="class in org.eclipse.jetty.io">RetainableByteBufferPool.NotRetainedByteBufferPool</a> (implements org.eclipse.jetty.io.<a href="RetainableByteBufferPool.html" title="interface in org.eclipse.jetty.io">RetainableByteBufferPool</a>)</li>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Throwable.html" class="type-name-link external-link" title="class or interface in java.lang">Throwable</a> (implements java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a>)
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Exception.html" class="type-name-link external-link" title="class or interface in java.lang">Exception</a>
<ul>
<li class="circle">java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html" class="type-name-link external-link" title="class or interface in java.io">IOException</a>
<ul>
<li class="circle">java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/EOFException.html" class="type-name-link external-link" title="class or interface in java.io">EOFException</a>
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="EofException.html" class="type-name-link" title="class in org.eclipse.jetty.io">EofException</a> (implements org.eclipse.jetty.io.<a href="QuietException.html" title="interface in org.eclipse.jetty.io">QuietException</a>)</li>
</ul>
</li>
</ul>
</li>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/RuntimeException.html" class="type-name-link external-link" title="class or interface in java.lang">RuntimeException</a>
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="RuntimeIOException.html" class="type-name-link" title="class in org.eclipse.jetty.io">RuntimeIOException</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.io.<a href="WriteFlusher.html" class="type-name-link" title="class in org.eclipse.jetty.io">WriteFlusher</a></li>
</ul>
</li>
</ul>
</section>
<section class="hierarchy">
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/AutoCloseable.html" class="type-name-link external-link" title="class or interface in java.lang">AutoCloseable</a>
<ul>
<li class="circle">java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Closeable.html" class="type-name-link external-link" title="class or interface in java.io">Closeable</a>
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="Connection.html" class="type-name-link" title="interface in org.eclipse.jetty.io">Connection</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="EndPoint.html" class="type-name-link" title="interface in org.eclipse.jetty.io">EndPoint</a></li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.io.<a href="ByteBufferPool.html" class="type-name-link" title="interface in org.eclipse.jetty.io">ByteBufferPool</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="ClientConnectionFactory.html" class="type-name-link" title="interface in org.eclipse.jetty.io">ClientConnectionFactory</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="ClientConnectionFactory.Decorator.html" class="type-name-link" title="interface in org.eclipse.jetty.io">ClientConnectionFactory.Decorator</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="Connection.UpgradeFrom.html" class="type-name-link" title="interface in org.eclipse.jetty.io">Connection.UpgradeFrom</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="Connection.UpgradeTo.html" class="type-name-link" title="interface in org.eclipse.jetty.io">Connection.UpgradeTo</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="CyclicTimeouts.Expirable.html" class="type-name-link" title="interface in org.eclipse.jetty.io">CyclicTimeouts.Expirable</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="EndPoint.Wrapper.html" class="type-name-link" title="interface in org.eclipse.jetty.io">EndPoint.Wrapper</a></li>
<li class="circle">java.util.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/EventListener.html" class="type-name-link external-link" title="class or interface in java.util">EventListener</a>
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="Connection.Listener.html" class="type-name-link" title="interface in org.eclipse.jetty.io">Connection.Listener</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="SelectorManager.SelectorManagerListener.html" class="type-name-link" title="interface in org.eclipse.jetty.io">SelectorManager.SelectorManagerListener</a>
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="SelectorManager.AcceptListener.html" class="type-name-link" title="interface in org.eclipse.jetty.io">SelectorManager.AcceptListener</a></li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.io.<a href="ManagedSelector.Selectable.html" class="type-name-link" title="interface in org.eclipse.jetty.io">ManagedSelector.Selectable</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="ManagedSelector.SelectorUpdate.html" class="type-name-link" title="interface in org.eclipse.jetty.io">ManagedSelector.SelectorUpdate</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="NetworkTrafficListener.html" class="type-name-link" title="interface in org.eclipse.jetty.io">NetworkTrafficListener</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="QuietException.html" class="type-name-link" title="interface in org.eclipse.jetty.io">QuietException</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="RetainableByteBufferPool.html" class="type-name-link" title="interface in org.eclipse.jetty.io">RetainableByteBufferPool</a></li>
<li class="circle">org.eclipse.jetty.io.<a href="WriteFlusher.Listener.html" class="type-name-link" title="interface in org.eclipse.jetty.io">WriteFlusher.Listener</a></li>
</ul>
</section>
</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>