Author: remm Date: Mon Feb 10 14:57:29 2025 New Revision: 1923702 URL: http://svn.apache.org/viewvc?rev=1923702&view=rev Log: Javadoc update for 9.0.99
Added: tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/coyote/NonPipeliningProcessor.html Added: tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/coyote/NonPipeliningProcessor.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/coyote/NonPipeliningProcessor.html?rev=1923702&view=auto ============================================================================== --- tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/coyote/NonPipeliningProcessor.html (added) +++ tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/coyote/NonPipeliningProcessor.html Mon Feb 10 14:57:29 2025 @@ -0,0 +1,105 @@ +<!DOCTYPE HTML> +<html lang="en"> +<head> +<!-- Generated by javadoc (17) --> +<title>NonPipeliningProcessor (Apache Tomcat 9.0.99 API Documentation)</title> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<meta name="description" content="declaration: package: org.apache.coyote, interface: NonPipeliningProcessor"> +<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.7.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 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> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 9.0.99</b></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="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: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method-summary">Method</a></li> +</ul> +<ul class="sub-nav-list"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li>Method</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> <a href="package-summary.html">org.apache.coyote</a></div> +<h1 title="Interface NonPipeliningProcessor" class="title">Interface NonPipeliningProcessor</h1> +</div> +<section class="class-description" id="class-description"> +<dl class="notes"> +<dt>All Superinterfaces:</dt> +<dd><code><a href="Processor.html" title="interface in org.apache.coyote">Processor</a></code></dd> +</dl> +<hr> +<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">NonPipeliningProcessor</span><span class="extends-implements"> +extends <a href="Processor.html" title="interface in org.apache.coyote">Processor</a></span></div> +<div class="block">Marker interface used to indicate that the <a href="Processor.html" title="interface in org.apache.coyote"><code>Processor</code></a> does not implement pipe-lining of requests (e.g. + HTTP/1.1 supports pipe-lining whereas HTTP/2 does not) which may enable some components to clear references sooner + to aid GC.</div> +</section> +<section class="summary"> +<ul class="summary-list"> +<!-- ========== METHOD SUMMARY =========== --> +<li> +<section class="method-summary" id="method-summary"> +<h2>Method Summary</h2> +<div class="inherited-list"> +<h3 id="methods-inherited-from-class-org.apache.coyote.Processor">Methods inherited from interface org.apache.coyote.<a href="Processor.html" title="interface in org.apache.coyote">Processor</a></h3> +<code><a href="Processor.html#checkAsyncTimeoutGeneration()">checkAsyncTimeoutGeneration</a>, <a href="Processor.html#getLeftoverInput()">getLeftoverInput</a>, <a href="Processor.html#getRequest()">getRequest</a>, <a href="Processor.html#getUpgradeToken()">getUpgradeToken</a>, <a href="Processor.html#isAsync()">isAsync</a>, <a href="Processor.html#isUpgrade()">isUpgrade</a>, <a href="Processor.html#pause()">pause</a>, <a href="Processor.html#process(org.apache.tomcat.util.net.SocketWrapperBase,org.apache.tomcat.util.net.SocketEvent)">process</a>, <a href="Processor.html#recycle()">recycle</a>, <a href="Processor.html#setSslSupport(org.apache.tomcat.util.net.SSLSupport)">setSslSupport</a>, <a href="Processor.html#timeoutAsync(long)">timeoutAsync</a></code></div> +</section> +</li> +</ul> +</section> +<!-- ========= END OF CLASS DATA ========= --> +</main> +<footer role="contentinfo"> +<hr> +<p class="legal-copy"><small>Copyright © 2000-2025 Apache Software Foundation. <br/> Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.</small></p> +</footer> +</div> +</div> +</body> +</html> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org