blob: 7b7c92dd176bd030baddff1a5f6a15ef4a39bb95 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.9.1) on Mon Dec 07 10:59:53 CST 2020 -->
<title>Uses of Class org.eclipse.jetty.http.HttpHeader (Eclipse Jetty API Doc - v11.0.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-12-07">
<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 Class org.eclipse.jetty.http.HttpHeader (Eclipse Jetty API Doc - v11.0.0)";
}
}
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="../HttpHeader.html" title="enum 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 Class org.eclipse.jetty.http.HttpHeader" class="title">Uses of Class<br>org.eclipse.jetty.http.HttpHeader</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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.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.http2.hpack">org.eclipse.jetty.http2.hpack</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<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>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.server.handler.gzip">org.eclipse.jetty.server.handler.gzip</a></th>
<td class="colLast">
<div class="block">Jetty GZIP Handler</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="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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 abstract <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AuthenticationProtocolHandler.</span><code><span class="memberNameLink"><a href="../../client/AuthenticationProtocolHandler.html#getAuthenticateHeader()">getAuthenticateHeader</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ProxyAuthenticationProtocolHandler.</span><code><span class="memberNameLink"><a href="../../client/ProxyAuthenticationProtocolHandler.html#getAuthenticateHeader()">getAuthenticateHeader</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WWWAuthenticationProtocolHandler.</span><code><span class="memberNameLink"><a href="../../client/WWWAuthenticationProtocolHandler.html#getAuthenticateHeader()">getAuthenticateHeader</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AuthenticationProtocolHandler.</span><code><span class="memberNameLink"><a href="../../client/AuthenticationProtocolHandler.html#getAuthorizationHeader()">getAuthorizationHeader</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ProxyAuthenticationProtocolHandler.</span><code><span class="memberNameLink"><a href="../../client/ProxyAuthenticationProtocolHandler.html#getAuthorizationHeader()">getAuthorizationHeader</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WWWAuthenticationProtocolHandler.</span><code><span class="memberNameLink"><a href="../../client/WWWAuthenticationProtocolHandler.html#getAuthorizationHeader()">getAuthorizationHeader</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> with parameters of type <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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/api/Request.html" title="interface in org.eclipse.jetty.client.api">Request</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpRequest.</span><code><span class="memberNameLink"><a href="../../client/HttpRequest.html#header(org.eclipse.jetty.http.HttpHeader,java.lang.String)">header</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</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="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Authentication.HeaderInfo.</span><code><span class="memberNameLink"><a href="../../client/api/Authentication.HeaderInfo.html#getHeader()">getHeader</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../client/api/package-summary.html">org.eclipse.jetty.client.api</a> with parameters of type <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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/api/Request.html" title="interface in org.eclipse.jetty.client.api">Request</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Request.</span><code><span class="memberNameLink"><a href="../../client/api/Request.html#header(org.eclipse.jetty.http.HttpHeader,java.lang.String)">header</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <a href="../../client/api/Request.html#headers(java.util.function.Consumer)"><code>Request.headers(Consumer)</code></a> instead</div>
</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../client/api/package-summary.html">org.eclipse.jetty.client.api</a> with parameters of type <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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="../../client/api/Authentication.HeaderInfo.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String,java.util.Map)">HeaderInfo</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;type,
java.util.Map&lt;java.lang.String,&#8203;java.lang.String&gt;&nbsp;params)</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="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a> in <a href="../../client/util/package-summary.html">org.eclipse.jetty.client.util</a></h3>
<table class="useSummary">
<caption><span>Constructors in <a href="../../client/util/package-summary.html">org.eclipse.jetty.client.util</a> with parameters of type <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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="../../client/util/BasicAuthentication.BasicResult.html#%3Cinit%3E(java.net.URI,org.eclipse.jetty.http.HttpHeader,java.lang.String,java.lang.String)">BasicResult</a></span>&#8203;(java.net.URI&nbsp;uri,
<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;user,
java.lang.String&nbsp;password)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../client/util/SPNEGOAuthentication.SPNEGOResult.html#%3Cinit%3E(java.net.URI,org.eclipse.jetty.http.HttpHeader,java.lang.String)">SPNEGOResult</a></span>&#8203;(java.net.URI&nbsp;uri,
<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;token)</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="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a> in <a href="../package-summary.html">org.eclipse.jetty.http</a></h3>
<table class="useSummary">
<caption><span>Fields in <a href="../package-summary.html">org.eclipse.jetty.http</a> with type parameters of type <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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="../../util/Index.html" title="interface in org.eclipse.jetty.util">Index</a>&lt;<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpHeader.</span><code><span class="memberNameLink"><a href="../HttpHeader.html#CACHE">CACHE</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="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpField.</span><code><span class="memberNameLink"><a href="../HttpField.html#getHeader()">getHeader</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpHeader.</span><code><span class="memberNameLink"><a href="../HttpHeader.html#valueOf(java.lang.String)">valueOf</a></span>&#8203;(java.lang.String&nbsp;name)</code></th>
<td class="colLast">
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>[]</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpHeader.</span><code><span class="memberNameLink"><a href="../HttpHeader.html#values()">values</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</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="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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.HttpHeader,java.lang.String)">add</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">
<div class="block">Add to or set a field.</div>
</td>
</tr>
<tr class="rowColor">
<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.HttpHeader,org.eclipse.jetty.http.HttpHeaderValue)">add</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
<a href="../HttpHeaderValue.html" title="enum in org.eclipse.jetty.http">HttpHeaderValue</a>&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<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#addCSV(org.eclipse.jetty.http.HttpHeader,java.lang.String...)">addCSV</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String...&nbsp;values)</code></th>
<td class="colLast">
<div class="block">Add comma separated values, but only if not already
present.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.Mutable.</span><code><span class="memberNameLink"><a href="../HttpFields.Mutable.html#computeField(org.eclipse.jetty.http.HttpHeader,java.util.function.BiFunction)">computeField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.util.function.BiFunction&lt;<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>,&#8203;java.util.List&lt;<a href="../HttpField.html" title="class in org.eclipse.jetty.http">HttpField</a>&gt;,&#8203;<a href="../HttpField.html" title="class in org.eclipse.jetty.http">HttpField</a>&gt;&nbsp;computeFn)</code></th>
<td class="colLast">
<div class="block">Computes a single field for the given HttpHeader and for existing fields with the same header.</div>
</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#contains(org.eclipse.jetty.http.HttpHeader)">contains</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<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#contains(org.eclipse.jetty.http.HttpHeader,java.lang.String)">contains</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default java.lang.String</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.</span><code><span class="memberNameLink"><a href="../HttpFields.html#get(org.eclipse.jetty.http.HttpHeader)">get</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.Immutable.</span><code><span class="memberNameLink"><a href="../HttpFields.Immutable.html#get(org.eclipse.jetty.http.HttpHeader)">get</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default java.util.List&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.</span><code><span class="memberNameLink"><a href="../HttpFields.html#getCSV(org.eclipse.jetty.http.HttpHeader,boolean)">getCSV</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
boolean&nbsp;keepQuotes)</code></th>
<td class="colLast">
<div class="block">Get multiple field values of the same name, split
as a <a href="../QuotedCSV.html" title="class in org.eclipse.jetty.http"><code>QuotedCSV</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte[]</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Http1FieldPreEncoder.</span><code><span class="memberNameLink"><a href="../Http1FieldPreEncoder.html#getEncodedField(org.eclipse.jetty.http.HttpHeader,java.lang.String,java.lang.String)">getEncodedField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;headerString,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFieldPreEncoder.</span><code><span class="memberNameLink"><a href="../HttpFieldPreEncoder.html#getEncodedField(org.eclipse.jetty.http.HttpHeader,java.lang.String,java.lang.String)">getEncodedField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;headerString,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default <a href="../HttpField.html" title="class in org.eclipse.jetty.http">HttpField</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.</span><code><span class="memberNameLink"><a href="../HttpFields.html#getField(org.eclipse.jetty.http.HttpHeader)">getField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpField.html" title="class in org.eclipse.jetty.http">HttpField</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.Immutable.</span><code><span class="memberNameLink"><a href="../HttpFields.Immutable.html#getField(org.eclipse.jetty.http.HttpHeader)">getField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default java.util.List&lt;<a href="../HttpField.html" title="class in org.eclipse.jetty.http">HttpField</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.</span><code><span class="memberNameLink"><a href="../HttpFields.html#getFields(org.eclipse.jetty.http.HttpHeader)">getFields</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header)</code></th>
<td class="colLast">
<div class="block">Get multiple fields of the same header</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default long</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.</span><code><span class="memberNameLink"><a href="../HttpFields.html#getLongField(org.eclipse.jetty.http.HttpHeader)">getLongField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header)</code></th>
<td class="colLast">
<div class="block">Get a header as an long value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default java.util.List&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.</span><code><span class="memberNameLink"><a href="../HttpFields.html#getQualityCSV(org.eclipse.jetty.http.HttpHeader)">getQualityCSV</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header)</code></th>
<td class="colLast">
<div class="block">Get multiple field values of the same name, split and
sorted as a <a href="../QuotedQualityCSV.html" title="class in org.eclipse.jetty.http"><code>QuotedQualityCSV</code></a></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default java.util.List&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.</span><code><span class="memberNameLink"><a href="../HttpFields.html#getQualityCSV(org.eclipse.jetty.http.HttpHeader,java.util.function.ToIntFunction)">getQualityCSV</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.util.function.ToIntFunction&lt;java.lang.String&gt;&nbsp;secondaryOrdering)</code></th>
<td class="colLast">
<div class="block">Get multiple field values of the same name, split and
sorted as a <a href="../QuotedQualityCSV.html" title="class in org.eclipse.jetty.http"><code>QuotedQualityCSV</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default java.util.List&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.</span><code><span class="memberNameLink"><a href="../HttpFields.html#getValuesList(org.eclipse.jetty.http.HttpHeader)">getValuesList</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header)</code></th>
<td class="colLast">
<div class="block">Get multiple field values of the same name</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpHeaderValue.</span><code><span class="memberNameLink"><a href="../HttpHeaderValue.html#hasKnownValues(org.eclipse.jetty.http.HttpHeader)">hasKnownValues</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<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#put(org.eclipse.jetty.http.HttpHeader,java.lang.String)">put</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">
<div class="block">Set a field.</div>
</td>
</tr>
<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#put(org.eclipse.jetty.http.HttpHeader,org.eclipse.jetty.http.HttpHeaderValue)">put</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
<a href="../HttpHeaderValue.html" title="enum in org.eclipse.jetty.http">HttpHeaderValue</a>&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<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#putDateField(org.eclipse.jetty.http.HttpHeader,long)">putDateField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;name,
long&nbsp;date)</code></th>
<td class="colLast">
<div class="block">Sets the value of a date field.</div>
</td>
</tr>
<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#putLongField(org.eclipse.jetty.http.HttpHeader,long)">putLongField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;name,
long&nbsp;value)</code></th>
<td class="colLast">
<div class="block">Sets the value of an long field.</div>
</td>
</tr>
<tr class="rowColor">
<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#remove(org.eclipse.jetty.http.HttpHeader)">remove</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;name)</code></th>
<td class="colLast">
<div class="block">Remove a field.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Method parameters in <a href="../package-summary.html">org.eclipse.jetty.http</a> with type arguments of type <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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>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>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpFields.Mutable.</span><code><span class="memberNameLink"><a href="../HttpFields.Mutable.html#computeField(org.eclipse.jetty.http.HttpHeader,java.util.function.BiFunction)">computeField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.util.function.BiFunction&lt;<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>,&#8203;java.util.List&lt;<a href="../HttpField.html" title="class in org.eclipse.jetty.http">HttpField</a>&gt;,&#8203;<a href="../HttpField.html" title="class in org.eclipse.jetty.http">HttpField</a>&gt;&nbsp;computeFn)</code></th>
<td class="colLast">
<div class="block">Computes a single field for the given HttpHeader and for existing fields with the same header.</div>
</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#contains(java.util.EnumSet)">contains</a></span>&#8203;(java.util.EnumSet&lt;<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&gt;&nbsp;headers)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<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#remove(java.util.EnumSet)">remove</a></span>&#8203;(java.util.EnumSet&lt;<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&gt;&nbsp;fields)</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="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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="../HostPortHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String,java.lang.String)">HostPortHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;name,
java.lang.String&nbsp;authority)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HostPortHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String,org.eclipse.jetty.util.HostPort)">HostPortHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;headerString,
<a href="../../util/HostPort.html" title="class in org.eclipse.jetty.util">HostPort</a>&nbsp;hostport)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String)">HttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String,java.lang.String)">HttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;name,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,org.eclipse.jetty.http.HttpHeaderValue)">HttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
<a href="../HttpHeaderValue.html" title="enum in org.eclipse.jetty.http">HttpHeaderValue</a>&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpField.IntValueHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,int)">IntValueHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
int&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpField.IntValueHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String,int)">IntValueHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;name,
int&nbsp;intValue)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpField.IntValueHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String,java.lang.String)">IntValueHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;name,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpField.IntValueHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String,java.lang.String,int)">IntValueHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;name,
java.lang.String&nbsp;value,
int&nbsp;intValue)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpField.LongValueHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,long)">LongValueHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
long&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpField.LongValueHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String,long)">LongValueHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;name,
long&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpField.LongValueHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String,java.lang.String)">LongValueHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;name,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpField.LongValueHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String,java.lang.String,long)">LongValueHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;name,
java.lang.String&nbsp;value,
long&nbsp;longValue)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../PreEncodedHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String)">PreEncodedHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../PreEncodedHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String,java.lang.String)">PreEncodedHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;name,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.http2.hpack">
<!-- -->
</a>
<h3>Uses of <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a> in <a href="../../http2/hpack/package-summary.html">org.eclipse.jetty.http2.hpack</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../http2/hpack/package-summary.html">org.eclipse.jetty.http2.hpack</a> with parameters of type <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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">MetaDataBuilder.</span><code><span class="memberNameLink"><a href="../../http2/hpack/MetaDataBuilder.html#checkPseudoHeader(org.eclipse.jetty.http.HttpHeader,java.lang.Object)">checkPseudoHeader</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.Object&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../http2/hpack/HpackContext.Entry.html" title="class in org.eclipse.jetty.http2.hpack">HpackContext.Entry</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HpackContext.</span><code><span class="memberNameLink"><a href="../../http2/hpack/HpackContext.html#get(org.eclipse.jetty.http.HttpHeader)">get</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HpackFieldPreEncoder.</span><code><span class="memberNameLink"><a href="../../http2/hpack/HpackFieldPreEncoder.html#getEncodedField(org.eclipse.jetty.http.HttpHeader,java.lang.String,java.lang.String)">getEncodedField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;name,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../http2/hpack/HpackContext.Entry.html" title="class in org.eclipse.jetty.http2.hpack">HpackContext.Entry</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HpackContext.</span><code><span class="memberNameLink"><a href="../../http2/hpack/HpackContext.html#getStatic(org.eclipse.jetty.http.HttpHeader)">getStatic</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HpackContext.</span><code><span class="memberNameLink"><a href="../../http2/hpack/HpackContext.html#staticIndex(org.eclipse.jetty.http.HttpHeader)">staticIndex</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../http2/hpack/package-summary.html">org.eclipse.jetty.http2.hpack</a> with parameters of type <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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="../../http2/hpack/StaticTableHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String,java.lang.Object)">StaticTableHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;valueString,
java.lang.Object&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../http2/hpack/StaticTableHttpField.html#%3Cinit%3E(org.eclipse.jetty.http.HttpHeader,java.lang.String,java.lang.String,java.lang.Object)">StaticTableHttpField</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;header,
java.lang.String&nbsp;name,
java.lang.String&nbsp;valueString,
java.lang.Object&nbsp;value)</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="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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> with parameters of type <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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#setHeader(org.eclipse.jetty.http.HttpHeader,java.lang.String)">setHeader</a></span>&#8203;(<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&nbsp;name,
java.lang.String&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.server.handler.gzip">
<!-- -->
</a>
<h3>Uses of <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a> in <a href="../../server/handler/gzip/package-summary.html">org.eclipse.jetty.server.handler.gzip</a></h3>
<table class="useSummary">
<caption><span>Fields in <a href="../../server/handler/gzip/package-summary.html">org.eclipse.jetty.server.handler.gzip</a> with type parameters of type <a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</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 java.util.EnumSet&lt;<a href="../HttpHeader.html" title="enum in org.eclipse.jetty.http">HttpHeader</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">GzipHandler.</span><code><span class="memberNameLink"><a href="../../server/handler/gzip/GzipHandler.html#ETAG_HEADERS">ETAG_HEADERS</a></span></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="../HttpHeader.html" title="enum 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;2020 <a href="https://webtide.com">Webtide</a>. All rights reserved.</small></p>
</footer>
</body>
</html>