blob: 22255f6696942f0ad448b1ceb8aee00a4179b66a [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Tue Feb 08 12:40:05 CST 2022 -->
<title>org.eclipse.jetty.io (Eclipse Jetty API Doc - v10.0.8)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-08">
<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.5.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="org.eclipse.jetty.io (Eclipse Jetty API Doc - v10.0.8)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../";
var useModuleDirectories = true;
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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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>
<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>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.eclipse.jetty.io</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">Jetty IO : Core classes for Jetty IO subsystem</div>
</section>
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteBufferPool.html" title="interface in org.eclipse.jetty.io">ByteBufferPool</a></th>
<td class="colLast">
<div class="block">A <code>ByteBuffer</code> pool.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientConnectionFactory.html" title="interface in org.eclipse.jetty.io">ClientConnectionFactory</a></th>
<td class="colLast">
<div class="block">Factory for client-side <a href="Connection.html" title="interface in org.eclipse.jetty.io"><code>Connection</code></a> instances.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientConnectionFactory.Decorator.html" title="interface in org.eclipse.jetty.io">ClientConnectionFactory.Decorator</a></th>
<td class="colLast">
<div class="block">Wraps another ClientConnectionFactory.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Connection.html" title="interface in org.eclipse.jetty.io">Connection</a></th>
<td class="colLast">
<div class="block">A <a href="Connection.html" title="interface in org.eclipse.jetty.io"><code>Connection</code></a> is associated to an <a href="EndPoint.html" title="interface in org.eclipse.jetty.io"><code>EndPoint</code></a> so that I/O events
happening on the <a href="EndPoint.html" title="interface in org.eclipse.jetty.io"><code>EndPoint</code></a> can be processed by the <a href="Connection.html" title="interface in org.eclipse.jetty.io"><code>Connection</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Connection.Listener.html" title="interface in org.eclipse.jetty.io">Connection.Listener</a></th>
<td class="colLast">
<div class="block">A Listener for connection events.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Connection.UpgradeFrom.html" title="interface in org.eclipse.jetty.io">Connection.UpgradeFrom</a></th>
<td class="colLast">
<div class="block"><a href="Connection.html" title="interface in org.eclipse.jetty.io"><code>Connection</code></a> implementations implement this interface when they
can upgrade from the protocol they speak (for example HTTP/1.1)
to a different protocol (e.g.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Connection.UpgradeTo.html" title="interface in org.eclipse.jetty.io">Connection.UpgradeTo</a></th>
<td class="colLast">
<div class="block"><a href="Connection.html" title="interface in org.eclipse.jetty.io"><code>Connection</code></a> implementations implement this interface when they
can be upgraded to the protocol they speak (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CyclicTimeouts.Expirable.html" title="interface in org.eclipse.jetty.io">CyclicTimeouts.Expirable</a></th>
<td class="colLast">
<div class="block">An entity that may expire.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EndPoint.html" title="interface in org.eclipse.jetty.io">EndPoint</a></th>
<td class="colLast">
<div class="block">EndPoint is the abstraction for an I/O channel that transports bytes.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="EndPoint.Wrapper.html" title="interface in org.eclipse.jetty.io">EndPoint.Wrapper</a></th>
<td class="colLast">
<div class="block">Marks an <code>EndPoint</code> that wraps another <code>EndPoint</code>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ManagedSelector.Selectable.html" title="interface in org.eclipse.jetty.io">ManagedSelector.Selectable</a></th>
<td class="colLast">
<div class="block">A <a href="ManagedSelector.Selectable.html" title="interface in org.eclipse.jetty.io"><code>ManagedSelector.Selectable</code></a> is an <a href="EndPoint.html" title="interface in org.eclipse.jetty.io"><code>EndPoint</code></a> that wish to be
notified of non-blocking events by the <a href="ManagedSelector.html" title="class in org.eclipse.jetty.io"><code>ManagedSelector</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ManagedSelector.SelectorUpdate.html" title="interface in org.eclipse.jetty.io">ManagedSelector.SelectorUpdate</a></th>
<td class="colLast">
<div class="block">A selector update to be done when the selector has been woken.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="NetworkTrafficListener.html" title="interface in org.eclipse.jetty.io">NetworkTrafficListener</a></th>
<td class="colLast">
<div class="block">A listener for raw network traffic within Jetty.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="QuietException.html" title="interface in org.eclipse.jetty.io">QuietException</a></th>
<td class="colLast">
<div class="block">A Quiet Exception.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="RetainableByteBufferPool.html" title="interface in org.eclipse.jetty.io">RetainableByteBufferPool</a></th>
<td class="colLast">
<div class="block">A <a href="RetainableByteBuffer.html" title="class in org.eclipse.jetty.io"><code>RetainableByteBuffer</code></a> pool.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SelectorManager.AcceptListener.html" title="interface in org.eclipse.jetty.io">SelectorManager.AcceptListener</a></th>
<td class="colLast">
<div class="block">A listener for accept events.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SelectorManager.SelectorManagerListener.html" title="interface in org.eclipse.jetty.io">SelectorManager.SelectorManagerListener</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="WriteFlusher.Listener.html" title="interface in org.eclipse.jetty.io">WriteFlusher.Listener</a></th>
<td class="colLast">
<div class="block">A listener of <a href="WriteFlusher.html" title="class in org.eclipse.jetty.io"><code>WriteFlusher</code></a> events.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AbstractConnection.html" title="class in org.eclipse.jetty.io">AbstractConnection</a></th>
<td class="colLast">
<div class="block">A convenience base implementation of <a href="Connection.html" title="interface in org.eclipse.jetty.io"><code>Connection</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AbstractEndPoint.html" title="class in org.eclipse.jetty.io">AbstractEndPoint</a></th>
<td class="colLast">
<div class="block">Partial implementation of EndPoint that uses <a href="FillInterest.html" title="class in org.eclipse.jetty.io"><code>FillInterest</code></a> and <a href="WriteFlusher.html" title="class in org.eclipse.jetty.io"><code>WriteFlusher</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ArrayByteBufferPool.html" title="class in org.eclipse.jetty.io">ArrayByteBufferPool</a></th>
<td class="colLast">
<div class="block">A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ArrayRetainableByteBufferPool.html" title="class in org.eclipse.jetty.io">ArrayRetainableByteBufferPool</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteArrayEndPoint.html" title="class in org.eclipse.jetty.io">ByteArrayEndPoint</a></th>
<td class="colLast">
<div class="block">ByteArrayEndPoint.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteBufferAccumulator.html" title="class in org.eclipse.jetty.io">ByteBufferAccumulator</a></th>
<td class="colLast">
<div class="block">Accumulates data into a list of ByteBuffers which can then be combined into a single buffer or written to an OutputStream.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteBufferCallbackAccumulator.html" title="class in org.eclipse.jetty.io">ByteBufferCallbackAccumulator</a></th>
<td class="colLast">
<div class="block">This class can be used to accumulate pairs of <code>ByteBuffer</code> and <a href="../util/Callback.html" title="interface in org.eclipse.jetty.util"><code>Callback</code></a>, and eventually copy
these into a single <code>ByteBuffer</code> or byte array and succeed the callbacks.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteBufferOutputStream.html" title="class in org.eclipse.jetty.io">ByteBufferOutputStream</a></th>
<td class="colLast">
<div class="block">Simple wrapper of a ByteBuffer as an OutputStream.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteBufferOutputStream2.html" title="class in org.eclipse.jetty.io">ByteBufferOutputStream2</a></th>
<td class="colLast">
<div class="block">This class implements an output stream in which the data is written into a list of ByteBuffer,
the buffer list automatically grows as data is written to it, the buffers are taken from the
supplied <a href="ByteBufferPool.html" title="interface in org.eclipse.jetty.io"><code>ByteBufferPool</code></a> or freshly allocated if one is not supplied.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteBufferPool.Bucket.html" title="class in org.eclipse.jetty.io">ByteBufferPool.Bucket</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteBufferPool.Lease.html" title="class in org.eclipse.jetty.io">ByteBufferPool.Lease</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientConnectionFactory.Info.html" title="class in org.eclipse.jetty.io">ClientConnectionFactory.Info</a></th>
<td class="colLast">
<div class="block">A holder for a list of protocol strings identifying an application protocol
(for example <code>["h2", "h2-17", "h2-16"]</code>) and a <a href="ClientConnectionFactory.html" title="interface in org.eclipse.jetty.io"><code>ClientConnectionFactory</code></a>
that creates connections that speak that network protocol.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientConnector.html" title="class in org.eclipse.jetty.io">ClientConnector</a></th>
<td class="colLast">
<div class="block">The client-side component that connects to server sockets.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientConnector.Configurator.html" title="class in org.eclipse.jetty.io">ClientConnector.Configurator</a></th>
<td class="colLast">
<div class="block">Configures a <a href="ClientConnector.html" title="class in org.eclipse.jetty.io"><code>ClientConnector</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClientConnector.Configurator.ChannelWithAddress.html" title="class in org.eclipse.jetty.io">ClientConnector.Configurator.ChannelWithAddress</a></th>
<td class="colLast">
<div class="block">A pair/record holding a <code>SelectableChannel</code> and a <code>SocketAddress</code> to connect to.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Connection.Listener.Adapter.html" title="class in org.eclipse.jetty.io">Connection.Listener.Adapter</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ConnectionStatistics.html" title="class in org.eclipse.jetty.io">ConnectionStatistics</a></th>
<td class="colLast">
<div class="block">A <a href="Connection.Listener.html" title="interface in org.eclipse.jetty.io"><code>Connection.Listener</code></a> that tracks connection statistics.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ConnectionStatistics.Stats.html" title="class in org.eclipse.jetty.io">ConnectionStatistics.Stats</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CyclicTimeout.html" title="class in org.eclipse.jetty.io">CyclicTimeout</a></th>
<td class="colLast">
<div class="block">An abstract implementation of a timeout.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CyclicTimeouts.html" title="class in org.eclipse.jetty.io">CyclicTimeouts</a>&lt;T extends <a href="CyclicTimeouts.Expirable.html" title="interface in org.eclipse.jetty.io">CyclicTimeouts.Expirable</a>&gt;</th>
<td class="colLast">
<div class="block">An implementation of a timeout that manages many <a href="CyclicTimeouts.Expirable.html" title="interface in org.eclipse.jetty.io"><code>expirable</code></a> entities whose
timeouts are mostly cancelled or re-scheduled.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DatagramChannelEndPoint.html" title="class in org.eclipse.jetty.io">DatagramChannelEndPoint</a></th>
<td class="colLast">
<div class="block">An <a href="EndPoint.html" title="interface in org.eclipse.jetty.io"><code>EndPoint</code></a> implementation based on <code>DatagramChannel</code>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FillInterest.html" title="class in org.eclipse.jetty.io">FillInterest</a></th>
<td class="colLast">
<div class="block">A Utility class to help implement <a href="EndPoint.html#fillInterested(org.eclipse.jetty.util.Callback)"><code>EndPoint.fillInterested(Callback)</code></a>
by keeping state and calling the context and callback objects.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IdleTimeout.html" title="class in org.eclipse.jetty.io">IdleTimeout</a></th>
<td class="colLast">
<div class="block">An Abstract implementation of an Idle Timeout.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IncludeExcludeConnectionStatistics.html" title="class in org.eclipse.jetty.io">IncludeExcludeConnectionStatistics</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IncludeExcludeConnectionStatistics.ConnectionSet.html" title="class in org.eclipse.jetty.io">IncludeExcludeConnectionStatistics.ConnectionSet</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LeakTrackingByteBufferPool.html" title="class in org.eclipse.jetty.io">LeakTrackingByteBufferPool</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LogarithmicArrayByteBufferPool.html" title="class in org.eclipse.jetty.io">LogarithmicArrayByteBufferPool</a></th>
<td class="colLast">
<div class="block">Extension of the <a href="ArrayByteBufferPool.html" title="class in org.eclipse.jetty.io"><code>ArrayByteBufferPool</code></a> whose bucket sizes increase exponentially instead of linearly.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ManagedSelector.html" title="class in org.eclipse.jetty.io">ManagedSelector</a></th>
<td class="colLast">
<div class="block"><a href="ManagedSelector.html" title="class in org.eclipse.jetty.io"><code>ManagedSelector</code></a> wraps a <code>Selector</code> simplifying non-blocking operations on channels.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MappedByteBufferPool.html" title="class in org.eclipse.jetty.io">MappedByteBufferPool</a></th>
<td class="colLast">
<div class="block">A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MappedByteBufferPool.Tagged.html" title="class in org.eclipse.jetty.io">MappedByteBufferPool.Tagged</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="NegotiatingClientConnection.html" title="class in org.eclipse.jetty.io">NegotiatingClientConnection</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="NegotiatingClientConnectionFactory.html" title="class in org.eclipse.jetty.io">NegotiatingClientConnectionFactory</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="NetworkTrafficSocketChannelEndPoint.html" title="class in org.eclipse.jetty.io">NetworkTrafficSocketChannelEndPoint</a></th>
<td class="colLast">
<div class="block">A specialized version of <a href="SocketChannelEndPoint.html" title="class in org.eclipse.jetty.io"><code>SocketChannelEndPoint</code></a> that supports <a href="NetworkTrafficListener.html" title="interface in org.eclipse.jetty.io"><code>NetworkTrafficListener</code></a>s.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="NullByteBufferPool.html" title="class in org.eclipse.jetty.io">NullByteBufferPool</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="RetainableByteBuffer.html" title="class in org.eclipse.jetty.io">RetainableByteBuffer</a></th>
<td class="colLast">
<div class="block">A pooled ByteBuffer which maintains a reference count that is
incremented with <a href="RetainableByteBuffer.html#retain()"><code>RetainableByteBuffer.retain()</code></a> and decremented with <a href="RetainableByteBuffer.html#release()"><code>RetainableByteBuffer.release()</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SelectableChannelEndPoint.html" title="class in org.eclipse.jetty.io">SelectableChannelEndPoint</a></th>
<td class="colLast">
<div class="block">A partial <a href="EndPoint.html" title="interface in org.eclipse.jetty.io"><code>EndPoint</code></a> implementation based on <code>SelectableChannel</code>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SelectorManager.html" title="class in org.eclipse.jetty.io">SelectorManager</a></th>
<td class="colLast">
<div class="block"><a href="SelectorManager.html" title="class in org.eclipse.jetty.io"><code>SelectorManager</code></a> manages a number of <a href="ManagedSelector.html" title="class in org.eclipse.jetty.io"><code>ManagedSelector</code></a>s that
simplify the non-blocking primitives provided by the JVM via the <code>java.nio</code> package.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SocketChannelEndPoint.html" title="class in org.eclipse.jetty.io">SocketChannelEndPoint</a></th>
<td class="colLast">
<div class="block">An <a href="EndPoint.html" title="interface in org.eclipse.jetty.io"><code>EndPoint</code></a> implementation based on <code>SocketChannel</code>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="WriteFlusher.html" title="class in org.eclipse.jetty.io">WriteFlusher</a></th>
<td class="colLast">
<div class="block">A Utility class to help implement <a href="EndPoint.html#write(org.eclipse.jetty.util.Callback,java.nio.ByteBuffer...)"><code>EndPoint.write(Callback, ByteBuffer...)</code></a> by calling
<a href="EndPoint.html#flush(java.nio.ByteBuffer...)"><code>EndPoint.flush(ByteBuffer...)</code></a> until all content is written.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="WriterOutputStream.html" title="class in org.eclipse.jetty.io">WriterOutputStream</a></th>
<td class="colLast">
<div class="block">Wrap a Writer as an OutputStream.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EofException.html" title="class in org.eclipse.jetty.io">EofException</a></th>
<td class="colLast">
<div class="block">A Jetty specialization of EOFException.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="RuntimeIOException.html" title="class in org.eclipse.jetty.io">RuntimeIOException</a></th>
<td class="colLast">
<div class="block">Subclass of <code>RuntimeException</code> used to signal that there
was an <code>IOException</code> thrown by underlying <code>Writer</code></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 1995&#x2013;2022 <a href="https://webtide.com">Webtide</a>. All rights reserved.</small></p>
</footer>
</body>
</html>