blob: 0cbc1b259d7a1573b2a4c3c75bf11deb0c56de02 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.10) on Fri Feb 26 09:50:23 CST 2021 -->
<title>org.eclipse.jetty.http (Jetty :: Project 9.4.38.v20210224 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-02-26">
<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.http (Jetty :: Project 9.4.38.v20210224 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../";
var useModuleDirectories = false;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li 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.http</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">Jetty Http : Tools for Http processing</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="HttpContent.html" title="interface in org.eclipse.jetty.http">HttpContent</a></th>
<td class="colLast">
<div class="block">HttpContent interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpContent.ContentFactory.html" title="interface in org.eclipse.jetty.http">HttpContent.ContentFactory</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpFieldPreEncoder.html" title="interface in org.eclipse.jetty.http">HttpFieldPreEncoder</a></th>
<td class="colLast">
<div class="block">Interface to pre-encode HttpFields.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpParser.ComplianceHandler.html" title="interface in org.eclipse.jetty.http">HttpParser.ComplianceHandler</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpParser.HttpHandler.html" title="interface in org.eclipse.jetty.http">HttpParser.HttpHandler</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpParser.RequestHandler.html" title="interface in org.eclipse.jetty.http">HttpParser.RequestHandler</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpParser.ResponseHandler.html" title="interface in org.eclipse.jetty.http">HttpParser.ResponseHandler</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MultiPartParser.Handler.html" title="interface in org.eclipse.jetty.http">MultiPartParser.Handler</a></th>
<td class="colLast">&nbsp;</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="CompressedContentFormat.html" title="class in org.eclipse.jetty.http">CompressedContentFormat</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DateGenerator.html" title="class in org.eclipse.jetty.http">DateGenerator</a></th>
<td class="colLast">
<div class="block">ThreadLocal Date formatters for HTTP style dates.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DateParser.html" title="class in org.eclipse.jetty.http">DateParser</a></th>
<td class="colLast">
<div class="block">ThreadLocal data parsers for HTTP style dates</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="GZIPContentDecoder.html" title="class in org.eclipse.jetty.http">GZIPContentDecoder</a></th>
<td class="colLast">
<div class="block">Decoder for the "gzip" content encoding.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HostPortHttpField.html" title="class in org.eclipse.jetty.http">HostPortHttpField</a></th>
<td class="colLast">
<div class="block">An HttpField holding a preparsed Host and port number</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Http1FieldPreEncoder.html" title="class in org.eclipse.jetty.http">Http1FieldPreEncoder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpCookie.html" title="class in org.eclipse.jetty.http">HttpCookie</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpCookie.SetCookieHttpField.html" title="class in org.eclipse.jetty.http">HttpCookie.SetCookieHttpField</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpField.html" title="class in org.eclipse.jetty.http">HttpField</a></th>
<td class="colLast">
<div class="block">An HTTP Field</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpField.IntValueHttpField.html" title="class in org.eclipse.jetty.http">HttpField.IntValueHttpField</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpField.LongValueHttpField.html" title="class in org.eclipse.jetty.http">HttpField.LongValueHttpField</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpFields.html" title="class in org.eclipse.jetty.http">HttpFields</a></th>
<td class="colLast">
<div class="block">HTTP Fields.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpGenerator.html" title="class in org.eclipse.jetty.http">HttpGenerator</a></th>
<td class="colLast">
<div class="block">HttpGenerator.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpParser.html" title="class in org.eclipse.jetty.http">HttpParser</a></th>
<td class="colLast">
<div class="block">A Parser for 1.0 and 1.1 as defined by RFC7230</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpStatus.html" title="class in org.eclipse.jetty.http">HttpStatus</a></th>
<td class="colLast">
<div class="block">
Http Status Codes</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpTokens.html" title="class in org.eclipse.jetty.http">HttpTokens</a></th>
<td class="colLast">
<div class="block">HTTP constants</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpTokens.Token.html" title="class in org.eclipse.jetty.http">HttpTokens.Token</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpURI.html" title="class in org.eclipse.jetty.http">HttpURI</a></th>
<td class="colLast">
<div class="block">Http URI.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaData.html" title="class in org.eclipse.jetty.http">MetaData</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaData.Request.html" title="class in org.eclipse.jetty.http">MetaData.Request</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaData.Response.html" title="class in org.eclipse.jetty.http">MetaData.Response</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MimeTypes.html" title="class in org.eclipse.jetty.http">MimeTypes</a></th>
<td class="colLast">
<div class="block">MIME Type enum and utilities</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MultiPartFormInputStream.html" title="class in org.eclipse.jetty.http">MultiPartFormInputStream</a></th>
<td class="colLast">
<div class="block">MultiPartInputStream</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MultiPartParser.html" title="class in org.eclipse.jetty.http">MultiPartParser</a></th>
<td class="colLast">
<div class="block">A parser for MultiPart content type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PathMap.html" title="class in org.eclipse.jetty.http">PathMap</a>&lt;O&gt;</th>
<td class="colLast">Deprecated.
<div class="deprecationComment">replaced with <a href="pathmap/PathMappings.html" title="class in org.eclipse.jetty.http.pathmap"><code>PathMappings</code></a> (this class will be removed in Jetty 10)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PathMap.MappedEntry.html" title="class in org.eclipse.jetty.http">PathMap.MappedEntry</a>&lt;O&gt;</th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PathMap.PathSet.html" title="class in org.eclipse.jetty.http">PathMap.PathSet</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PrecompressedHttpContent.html" title="class in org.eclipse.jetty.http">PrecompressedHttpContent</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PreEncodedHttpField.html" title="class in org.eclipse.jetty.http">PreEncodedHttpField</a></th>
<td class="colLast">
<div class="block">Pre encoded HttpField.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="QuotedCSV.html" title="class in org.eclipse.jetty.http">QuotedCSV</a></th>
<td class="colLast">
<div class="block">Implements a quoted comma separated list of values
in accordance with RFC7230.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="QuotedCSVParser.html" title="class in org.eclipse.jetty.http">QuotedCSVParser</a></th>
<td class="colLast">
<div class="block">Implements a quoted comma separated list parser
in accordance with RFC7230.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="QuotedQualityCSV.html" title="class in org.eclipse.jetty.http">QuotedQualityCSV</a></th>
<td class="colLast">
<div class="block">Implements a quoted comma separated list of quality values
in accordance with RFC7230 and RFC7231.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ResourceHttpContent.html" title="class in org.eclipse.jetty.http">ResourceHttpContent</a></th>
<td class="colLast">
<div class="block">HttpContent created from a <a href="../util/resource/Resource.html" title="class in org.eclipse.jetty.util.resource"><code>Resource</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Syntax.html" title="class in org.eclipse.jetty.http">Syntax</a></th>
<td class="colLast">
<div class="block">Collection of Syntax validation methods.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CookieCompliance.html" title="enum in org.eclipse.jetty.http">CookieCompliance</a></th>
<td class="colLast">
<div class="block">The compliance for Cookie handling.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpCompliance.html" title="enum in org.eclipse.jetty.http">HttpCompliance</a></th>
<td class="colLast">
<div class="block">HTTP compliance modes for Jetty HTTP parsing and handling.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpComplianceSection.html" title="enum in org.eclipse.jetty.http">HttpComplianceSection</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpCookie.SameSite.html" title="enum in org.eclipse.jetty.http">HttpCookie.SameSite</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpGenerator.Result.html" title="enum in org.eclipse.jetty.http">HttpGenerator.Result</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpGenerator.State.html" title="enum in org.eclipse.jetty.http">HttpGenerator.State</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpHeaderValue.html" title="enum in org.eclipse.jetty.http">HttpHeaderValue</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpMethod.html" title="enum in org.eclipse.jetty.http">HttpMethod</a></th>
<td class="colLast">
<div class="block">Known HTTP Methods</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpParser.FieldState.html" title="enum in org.eclipse.jetty.http">HttpParser.FieldState</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpParser.State.html" title="enum in org.eclipse.jetty.http">HttpParser.State</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpScheme.html" title="enum in org.eclipse.jetty.http">HttpScheme</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpStatus.Code.html" title="enum in org.eclipse.jetty.http">HttpStatus.Code</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpTokens.EndOfContent.html" title="enum in org.eclipse.jetty.http">HttpTokens.EndOfContent</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HttpTokens.Type.html" title="enum in org.eclipse.jetty.http">HttpTokens.Type</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MimeTypes.Type.html" title="enum in org.eclipse.jetty.http">MimeTypes.Type</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MultiPartParser.FieldState.html" title="enum in org.eclipse.jetty.http">MultiPartParser.FieldState</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MultiPartParser.State.html" title="enum in org.eclipse.jetty.http">MultiPartParser.State</a></th>
<td class="colLast">&nbsp;</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="BadMessageException.html" title="class in org.eclipse.jetty.http">BadMessageException</a></th>
<td class="colLast">
<div class="block">Exception thrown to indicate a Bad HTTP Message has either been received
or attempted to be generated.</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;2021 <a href="https://webtide.com">Webtide</a>. All rights reserved.</small></p>
</footer>
</body>
</html>