blob: 2623530cf15ba02b3ede345eef7f14ec6b95663a [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.11) on Mon Jun 14 16:40:44 EDT 2021 -->
<title>Uses of Interface org.eclipse.jetty.http.HttpFields (Eclipse Jetty API Doc - v10.0.5)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-06-14">
<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="Uses of Interface org.eclipse.jetty.http.HttpFields (Eclipse Jetty API Doc - v10.0.5)";
}
}
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><a href="../package-summary.html">Package</a></li>
<li><a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">Class</a></li>
<li class="navBarCell1Rev">Use</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">
<h2 title="Uses of Interface org.eclipse.jetty.http.HttpFields" class="title">Uses of Interface<br>org.eclipse.jetty.http.HttpFields</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.client">org.eclipse.jetty.client</a></th>
<td class="colLast">
<div class="block">Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.client.api">org.eclipse.jetty.client.api</a></th>
<td class="colLast">
<div class="block">Jetty Client : API Classes</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.client.util">org.eclipse.jetty.client.util</a></th>
<td class="colLast">
<div class="block">Jetty Client : Utility Classes</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.fcgi.client.http">org.eclipse.jetty.fcgi.client.http</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.fcgi.generator">org.eclipse.jetty.fcgi.generator</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.http">org.eclipse.jetty.http</a></th>
<td class="colLast">
<div class="block">Jetty Http : Tools for Http processing</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.server">org.eclipse.jetty.server</a></th>
<td class="colLast">
<div class="block">Jetty Server : Core Server API</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.client">
<!-- -->
</a>
<h3>Uses of <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a> in <a href="../../client/package-summary.html">org.eclipse.jetty.client</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../client/package-summary.html">org.eclipse.jetty.client</a> that return <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpContentResponse.</span><code><span class="memberNameLink"><a href="../../client/HttpContentResponse.html#getHeaders()">getHeaders</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpRequest.</span><code><span class="memberNameLink"><a href="../../client/HttpRequest.html#getHeaders()">getHeaders</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpResponse.</span><code><span class="memberNameLink"><a href="../../client/HttpResponse.html#getHeaders()">getHeaders</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpResponse.</span><code><span class="memberNameLink"><a href="../../client/HttpResponse.html#getTrailers()">getTrailers</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../client/package-summary.html">org.eclipse.jetty.client</a> that return types with arguments of type <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.function.Supplier&lt;<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpRequest.</span><code><span class="memberNameLink"><a href="../../client/HttpRequest.html#getTrailers()">getTrailers</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Method parameters in <a href="../../client/package-summary.html">org.eclipse.jetty.client</a> with type arguments of type <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../client/HttpRequest.html" title="class in org.eclipse.jetty.client">HttpRequest</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpRequest.</span><code><span class="memberNameLink"><a href="../../client/HttpRequest.html#trailers(java.util.function.Supplier)">trailers</a></span>&#8203;(java.util.function.Supplier&lt;<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&gt;&nbsp;trailers)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.client.api">
<!-- -->
</a>
<h3>Uses of <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a> in <a href="../../client/api/package-summary.html">org.eclipse.jetty.client.api</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../client/api/package-summary.html">org.eclipse.jetty.client.api</a> that return <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Request.</span><code><span class="memberNameLink"><a href="../../client/api/Request.html#getHeaders()">getHeaders</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Response.</span><code><span class="memberNameLink"><a href="../../client/api/Response.html#getHeaders()">getHeaders</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.client.util">
<!-- -->
</a>
<h3>Uses of <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a> in <a href="../../client/util/package-summary.html">org.eclipse.jetty.client.util</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../client/util/package-summary.html">org.eclipse.jetty.client.util</a> with parameters of type <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiPartContentProvider.</span><code><span class="memberNameLink"><a href="../../client/util/MultiPartContentProvider.html#addFieldPart(java.lang.String,org.eclipse.jetty.client.api.ContentProvider,org.eclipse.jetty.http.HttpFields)">addFieldPart</a></span>&#8203;(java.lang.String&nbsp;name,
<a href="../../client/api/ContentProvider.html" title="interface in org.eclipse.jetty.client.api">ContentProvider</a>&nbsp;content,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Adds a field part with the given <code>name</code> as field name, and the given
<code>content</code> as part content.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiPartRequestContent.</span><code><span class="memberNameLink"><a href="../../client/util/MultiPartRequestContent.html#addFieldPart(java.lang.String,org.eclipse.jetty.client.api.Request.Content,org.eclipse.jetty.http.HttpFields)">addFieldPart</a></span>&#8203;(java.lang.String&nbsp;name,
<a href="../../client/api/Request.Content.html" title="interface in org.eclipse.jetty.client.api">Request.Content</a>&nbsp;content,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields)</code></th>
<td class="colLast">
<div class="block">Adds a field part with the given <code>name</code> as field name, and the given
<code>content</code> as part content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiPartContentProvider.</span><code><span class="memberNameLink"><a href="../../client/util/MultiPartContentProvider.html#addFilePart(java.lang.String,java.lang.String,org.eclipse.jetty.client.api.ContentProvider,org.eclipse.jetty.http.HttpFields)">addFilePart</a></span>&#8203;(java.lang.String&nbsp;name,
java.lang.String&nbsp;fileName,
<a href="../../client/api/ContentProvider.html" title="interface in org.eclipse.jetty.client.api">ContentProvider</a>&nbsp;content,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Adds a file part with the given <code>name</code> as field name, the given
<code>fileName</code> as file name, and the given <code>content</code> as part content.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiPartRequestContent.</span><code><span class="memberNameLink"><a href="../../client/util/MultiPartRequestContent.html#addFilePart(java.lang.String,java.lang.String,org.eclipse.jetty.client.api.Request.Content,org.eclipse.jetty.http.HttpFields)">addFilePart</a></span>&#8203;(java.lang.String&nbsp;name,
java.lang.String&nbsp;fileName,
<a href="../../client/api/Request.Content.html" title="interface in org.eclipse.jetty.client.api">Request.Content</a>&nbsp;content,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields)</code></th>
<td class="colLast">
<div class="block">Adds a file part with the given <code>name</code> as field name, the given
<code>fileName</code> as file name, and the given <code>content</code> as part content.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.fcgi.client.http">
<!-- -->
</a>
<h3>Uses of <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a> in <a href="../../fcgi/client/http/package-summary.html">org.eclipse.jetty.fcgi.client.http</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../fcgi/client/http/package-summary.html">org.eclipse.jetty.fcgi.client.http</a> with parameters of type <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpConnectionOverFCGI.</span><code><span class="memberNameLink"><a href="../../fcgi/client/http/HttpConnectionOverFCGI.html#closeByHTTP(org.eclipse.jetty.http.HttpFields)">closeByHTTP</a></span>&#8203;(<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.fcgi.generator">
<!-- -->
</a>
<h3>Uses of <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a> in <a href="../../fcgi/generator/package-summary.html">org.eclipse.jetty.fcgi.generator</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../fcgi/generator/package-summary.html">org.eclipse.jetty.fcgi.generator</a> with parameters of type <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../fcgi/generator/Generator.Result.html" title="class in org.eclipse.jetty.fcgi.generator">Generator.Result</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ClientGenerator.</span><code><span class="memberNameLink"><a href="../../fcgi/generator/ClientGenerator.html#generateRequestHeaders(int,org.eclipse.jetty.http.HttpFields,org.eclipse.jetty.util.Callback)">generateRequestHeaders</a></span>&#8203;(int&nbsp;request,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;callback)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../fcgi/generator/Generator.Result.html" title="class in org.eclipse.jetty.fcgi.generator">Generator.Result</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ServerGenerator.</span><code><span class="memberNameLink"><a href="../../fcgi/generator/ServerGenerator.html#generateResponseHeaders(int,int,java.lang.String,org.eclipse.jetty.http.HttpFields,org.eclipse.jetty.util.Callback)">generateResponseHeaders</a></span>&#8203;(int&nbsp;request,
int&nbsp;code,
java.lang.String&nbsp;reason,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;callback)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.http">
<!-- -->
</a>
<h3>Uses of <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a> in <a href="../package-summary.html">org.eclipse.jetty.http</a></h3>
<table class="useSummary">
<caption><span>Classes in <a href="../package-summary.html">org.eclipse.jetty.http</a> that implement <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpFields.Immutable.html" title="class in org.eclipse.jetty.http">HttpFields.Immutable</a></span></code></th>
<td class="colLast">
<div class="block">HTTP Fields.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpFields.Mutable.html" title="class in org.eclipse.jetty.http">HttpFields.Mutable</a></span></code></th>
<td class="colLast">
<div class="block">HTTP Fields.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpTester.Message.html" title="class in org.eclipse.jetty.http">HttpTester.Message</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpTester.Request.html" title="class in org.eclipse.jetty.http">HttpTester.Request</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpTester.Response.html" title="class in org.eclipse.jetty.http">HttpTester.Response</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Fields in <a href="../package-summary.html">org.eclipse.jetty.http</a> declared as <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.</span><code><span class="memberNameLink"><a href="../HttpFields.html#EMPTY">EMPTY</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.jetty.http</a> that return <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MetaData.</span><code><span class="memberNameLink"><a href="../MetaData.html#getFields()">getFields</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.jetty.http</a> that return types with arguments of type <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.function.Supplier&lt;<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MetaData.</span><code><span class="memberNameLink"><a href="../MetaData.html#getTrailerSupplier()">getTrailerSupplier</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.jetty.http</a> with parameters of type <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpFields.Mutable.html" title="class in org.eclipse.jetty.http">HttpFields.Mutable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.Mutable.</span><code><span class="memberNameLink"><a href="../HttpFields.Mutable.html#add(org.eclipse.jetty.http.HttpFields)">add</a></span>&#8203;(<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../HttpFields.Mutable.html" title="class in org.eclipse.jetty.http">HttpFields.Mutable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.</span><code><span class="memberNameLink"><a href="../HttpFields.html#build(org.eclipse.jetty.http.HttpFields)">build</a></span>&#8203;(<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../HttpFields.Mutable.html" title="class in org.eclipse.jetty.http">HttpFields.Mutable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.</span><code><span class="memberNameLink"><a href="../HttpFields.html#build(org.eclipse.jetty.http.HttpFields,java.util.EnumSet)">build</a></span>&#8203;(<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
java.util.EnumSet&lt;<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&gt;&nbsp;removeFields)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../HttpFields.Mutable.html" title="class in org.eclipse.jetty.http">HttpFields.Mutable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.</span><code><span class="memberNameLink"><a href="../HttpFields.html#build(org.eclipse.jetty.http.HttpFields,org.eclipse.jetty.http.HttpField)">build</a></span>&#8203;(<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
<a href="../HttpField.html" title="class in org.eclipse.jetty.http">HttpField</a>&nbsp;replaceField)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.</span><code><span class="memberNameLink"><a href="../HttpFields.html#isEqualTo(org.eclipse.jetty.http.HttpFields)">isEqualTo</a></span>&#8203;(<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;that)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../package-summary.html">org.eclipse.jetty.http</a> with parameters of type <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.ConnectRequest.html#%3Cinit%3E(java.lang.String,org.eclipse.jetty.http.HostPortHttpField,java.lang.String,org.eclipse.jetty.http.HttpFields,java.lang.String)">ConnectRequest</a></span>&#8203;(java.lang.String&nbsp;scheme,
<a href="../HostPortHttpField.html" title="class in org.eclipse.jetty.http">HostPortHttpField</a>&nbsp;authority,
java.lang.String&nbsp;path,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
java.lang.String&nbsp;protocol)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.ConnectRequest.html#%3Cinit%3E(org.eclipse.jetty.http.HttpScheme,org.eclipse.jetty.http.HostPortHttpField,java.lang.String,org.eclipse.jetty.http.HttpFields,java.lang.String)">ConnectRequest</a></span>&#8203;(<a href="../HttpScheme.html" title="enum in org.eclipse.jetty.http">HttpScheme</a>&nbsp;scheme,
<a href="../HostPortHttpField.html" title="class in org.eclipse.jetty.http">HostPortHttpField</a>&nbsp;authority,
java.lang.String&nbsp;path,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
java.lang.String&nbsp;protocol)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.html#%3Cinit%3E(org.eclipse.jetty.http.HttpVersion,org.eclipse.jetty.http.HttpFields)">MetaData</a></span>&#8203;(<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.html#%3Cinit%3E(org.eclipse.jetty.http.HttpVersion,org.eclipse.jetty.http.HttpFields,long)">MetaData</a></span>&#8203;(<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
long&nbsp;contentLength)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.html#%3Cinit%3E(org.eclipse.jetty.http.HttpVersion,org.eclipse.jetty.http.HttpFields,long,java.util.function.Supplier)">MetaData</a></span>&#8203;(<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
long&nbsp;contentLength,
java.util.function.Supplier&lt;<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&gt;&nbsp;trailerSupplier)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.Request.html#%3Cinit%3E(java.lang.String,java.lang.String,org.eclipse.jetty.http.HostPortHttpField,java.lang.String,org.eclipse.jetty.http.HttpVersion,org.eclipse.jetty.http.HttpFields,long)">Request</a></span>&#8203;(java.lang.String&nbsp;method,
java.lang.String&nbsp;scheme,
<a href="../HostPortHttpField.html" title="class in org.eclipse.jetty.http">HostPortHttpField</a>&nbsp;authority,
java.lang.String&nbsp;uri,
<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
long&nbsp;contentLength)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.Request.html#%3Cinit%3E(java.lang.String,org.eclipse.jetty.http.HttpURI,org.eclipse.jetty.http.HttpVersion,org.eclipse.jetty.http.HttpFields)">Request</a></span>&#8203;(java.lang.String&nbsp;method,
<a href="../HttpURI.html" title="interface in org.eclipse.jetty.http">HttpURI</a>&nbsp;uri,
<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.Request.html#%3Cinit%3E(java.lang.String,org.eclipse.jetty.http.HttpURI,org.eclipse.jetty.http.HttpVersion,org.eclipse.jetty.http.HttpFields,long)">Request</a></span>&#8203;(java.lang.String&nbsp;method,
<a href="../HttpURI.html" title="interface in org.eclipse.jetty.http">HttpURI</a>&nbsp;uri,
<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
long&nbsp;contentLength)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.Request.html#%3Cinit%3E(java.lang.String,org.eclipse.jetty.http.HttpURI,org.eclipse.jetty.http.HttpVersion,org.eclipse.jetty.http.HttpFields,long,java.util.function.Supplier)">Request</a></span>&#8203;(java.lang.String&nbsp;method,
<a href="../HttpURI.html" title="interface in org.eclipse.jetty.http">HttpURI</a>&nbsp;uri,
<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
long&nbsp;contentLength,
java.util.function.Supplier&lt;<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&gt;&nbsp;trailers)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.Request.html#%3Cinit%3E(org.eclipse.jetty.http.HttpFields)">Request</a></span>&#8203;(<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.Response.html#%3Cinit%3E(org.eclipse.jetty.http.HttpVersion,int,java.lang.String,org.eclipse.jetty.http.HttpFields,long)">Response</a></span>&#8203;(<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
int&nbsp;status,
java.lang.String&nbsp;reason,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
long&nbsp;contentLength)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.Response.html#%3Cinit%3E(org.eclipse.jetty.http.HttpVersion,int,java.lang.String,org.eclipse.jetty.http.HttpFields,long,java.util.function.Supplier)">Response</a></span>&#8203;(<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
int&nbsp;status,
java.lang.String&nbsp;reason,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
long&nbsp;contentLength,
java.util.function.Supplier&lt;<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&gt;&nbsp;trailers)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.Response.html#%3Cinit%3E(org.eclipse.jetty.http.HttpVersion,int,org.eclipse.jetty.http.HttpFields)">Response</a></span>&#8203;(<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
int&nbsp;status,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.Response.html#%3Cinit%3E(org.eclipse.jetty.http.HttpVersion,int,org.eclipse.jetty.http.HttpFields,long)">Response</a></span>&#8203;(<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
int&nbsp;status,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
long&nbsp;contentLength)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructor parameters in <a href="../package-summary.html">org.eclipse.jetty.http</a> with type arguments of type <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.html#%3Cinit%3E(org.eclipse.jetty.http.HttpVersion,org.eclipse.jetty.http.HttpFields,long,java.util.function.Supplier)">MetaData</a></span>&#8203;(<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
long&nbsp;contentLength,
java.util.function.Supplier&lt;<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&gt;&nbsp;trailerSupplier)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.Request.html#%3Cinit%3E(java.lang.String,org.eclipse.jetty.http.HttpURI,org.eclipse.jetty.http.HttpVersion,org.eclipse.jetty.http.HttpFields,long,java.util.function.Supplier)">Request</a></span>&#8203;(java.lang.String&nbsp;method,
<a href="../HttpURI.html" title="interface in org.eclipse.jetty.http">HttpURI</a>&nbsp;uri,
<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
long&nbsp;contentLength,
java.util.function.Supplier&lt;<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&gt;&nbsp;trailers)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MetaData.Response.html#%3Cinit%3E(org.eclipse.jetty.http.HttpVersion,int,java.lang.String,org.eclipse.jetty.http.HttpFields,long,java.util.function.Supplier)">Response</a></span>&#8203;(<a href="../HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version,
int&nbsp;status,
java.lang.String&nbsp;reason,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
long&nbsp;contentLength,
java.util.function.Supplier&lt;<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&gt;&nbsp;trailers)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.server">
<!-- -->
</a>
<h3>Uses of <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a> in <a href="../../server/package-summary.html">org.eclipse.jetty.server</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../server/package-summary.html">org.eclipse.jetty.server</a> that return <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Request.</span><code><span class="memberNameLink"><a href="../../server/Request.html#getHttpFields()">getHttpFields</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Request.</span><code><span class="memberNameLink"><a href="../../server/Request.html#getTrailerHttpFields()">getTrailerHttpFields</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../server/package-summary.html">org.eclipse.jetty.server</a> that return types with arguments of type <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.function.Supplier&lt;<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Response.</span><code><span class="memberNameLink"><a href="../../server/Response.html#getTrailers()">getTrailers</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../server/package-summary.html">org.eclipse.jetty.server</a> with parameters of type <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpChannel.</span><code><span class="memberNameLink"><a href="../../server/HttpChannel.html#onTrailers(org.eclipse.jetty.http.HttpFields)">onTrailers</a></span>&#8203;(<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;trailers)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Request.</span><code><span class="memberNameLink"><a href="../../server/Request.html#setHttpFields(org.eclipse.jetty.http.HttpFields)">setHttpFields</a></span>&#8203;(<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Request.</span><code><span class="memberNameLink"><a href="../../server/Request.html#setTrailerHttpFields(org.eclipse.jetty.http.HttpFields)">setTrailerHttpFields</a></span>&#8203;(<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;trailers)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Method parameters in <a href="../../server/package-summary.html">org.eclipse.jetty.server</a> with type arguments of type <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Response.</span><code><span class="memberNameLink"><a href="../../server/Response.html#setTrailers(java.util.function.Supplier)">setTrailers</a></span>&#8203;(java.util.function.Supplier&lt;<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&gt;&nbsp;trailers)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../server/package-summary.html">org.eclipse.jetty.server</a> with parameters of type <a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../server/PushBuilderImpl.html#%3Cinit%3E(org.eclipse.jetty.server.Request,org.eclipse.jetty.http.HttpFields,java.lang.String,java.lang.String,java.lang.String)">PushBuilderImpl</a></span>&#8203;(<a href="../../server/Request.html" title="class in org.eclipse.jetty.server">Request</a>&nbsp;request,
<a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">HttpFields</a>&nbsp;fields,
java.lang.String&nbsp;method,
java.lang.String&nbsp;queryString,
java.lang.String&nbsp;sessionId)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</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><a href="../package-summary.html">Package</a></li>
<li><a href="../HttpFields.html" title="interface in org.eclipse.jetty.http">Class</a></li>
<li class="navBarCell1Rev">Use</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>