blob: 7f4503c4ba7eb4fbecb10d857323830566e3ee1e [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.14.1) on Mon Apr 04 09:09:38 CDT 2022 -->
<title>Uses of Class org.eclipse.jetty.client.HttpResponse (Eclipse Jetty API Doc - v10.0.9)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-04-04">
<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.client.HttpResponse (Eclipse Jetty API Doc - v10.0.9)";
}
}
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="../HttpResponse.html" title="class in org.eclipse.jetty.client">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.client.HttpResponse" class="title">Uses of Class<br>org.eclipse.jetty.client.HttpResponse</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</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.http">org.eclipse.jetty.client.http</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.websocket.client">org.eclipse.jetty.websocket.client</a></th>
<td class="colLast">
<div class="block">Jetty WebSocket API :: Client</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.websocket.client.impl">org.eclipse.jetty.websocket.client.impl</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.websocket.core.client">org.eclipse.jetty.websocket.core.client</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.websocket.core.client.internal">org.eclipse.jetty.websocket.core.client.internal</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.websocket.javax.client.internal">org.eclipse.jetty.websocket.javax.client.internal</a></th>
<td class="colLast">&nbsp;</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="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a> in <a href="../package-summary.html">org.eclipse.jetty.client</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.jetty.client</a> that return <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</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="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpResponse.</span><code><span class="memberNameLink"><a href="../HttpResponse.html#addHeader(org.eclipse.jetty.http.HttpField)">addHeader</a></span>&#8203;(<a href="../../http/HttpField.html" title="class in org.eclipse.jetty.http">HttpField</a>&nbsp;header)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpExchange.</span><code><span class="memberNameLink"><a href="../HttpExchange.html#getResponse()">getResponse</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpResponse.</span><code><span class="memberNameLink"><a href="../HttpResponse.html#headers(java.util.function.Consumer)">headers</a></span>&#8203;(java.util.function.Consumer&lt;<a href="../../http/HttpFields.Mutable.html" title="class in org.eclipse.jetty.http">HttpFields.Mutable</a>&gt;&nbsp;consumer)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpResponse.</span><code><span class="memberNameLink"><a href="../HttpResponse.html#reason(java.lang.String)">reason</a></span>&#8203;(java.lang.String&nbsp;reason)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpResponse.</span><code><span class="memberNameLink"><a href="../HttpResponse.html#status(int)">status</a></span>&#8203;(int&nbsp;status)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpResponse.</span><code><span class="memberNameLink"><a href="../HttpResponse.html#trailer(org.eclipse.jetty.http.HttpField)">trailer</a></span>&#8203;(<a href="../../http/HttpField.html" title="class in org.eclipse.jetty.http">HttpField</a>&nbsp;trailer)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpResponse.</span><code><span class="memberNameLink"><a href="../HttpResponse.html#version(org.eclipse.jetty.http.HttpVersion)">version</a></span>&#8203;(<a href="../../http/HttpVersion.html" title="enum in org.eclipse.jetty.http">HttpVersion</a>&nbsp;version)</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.client</a> with parameters of type <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</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">HttpUpgrader.</span><code><span class="memberNameLink"><a href="../HttpUpgrader.html#upgrade(org.eclipse.jetty.client.HttpResponse,org.eclipse.jetty.io.EndPoint,org.eclipse.jetty.util.Callback)">upgrade</a></span>&#8203;(<a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a>&nbsp;response,
<a href="../../io/EndPoint.html" title="interface in org.eclipse.jetty.io">EndPoint</a>&nbsp;endPoint,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;callback)</code></th>
<td class="colLast">
<div class="block">Upgrades the given <code>endPoint</code> to a different protocol.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.client.http">
<!-- -->
</a>
<h3>Uses of <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a> in <a href="../http/package-summary.html">org.eclipse.jetty.client.http</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../http/package-summary.html">org.eclipse.jetty.client.http</a> with parameters of type <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</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">ProtocolHttpUpgrader.</span><code><span class="memberNameLink"><a href="../http/ProtocolHttpUpgrader.html#upgrade(org.eclipse.jetty.client.HttpResponse,org.eclipse.jetty.io.EndPoint,org.eclipse.jetty.util.Callback)">upgrade</a></span>&#8203;(<a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a>&nbsp;response,
<a href="../../io/EndPoint.html" title="interface in org.eclipse.jetty.io">EndPoint</a>&nbsp;endPoint,
<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.websocket.client">
<!-- -->
</a>
<h3>Uses of <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a> in <a href="../../websocket/client/package-summary.html">org.eclipse.jetty.websocket.client</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../websocket/client/package-summary.html">org.eclipse.jetty.websocket.client</a> with parameters of type <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</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>default void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">JettyUpgradeListener.</span><code><span class="memberNameLink"><a href="../../websocket/client/JettyUpgradeListener.html#onHandshakeResponse(org.eclipse.jetty.client.HttpRequest,org.eclipse.jetty.client.HttpResponse)">onHandshakeResponse</a></span>&#8203;(<a href="../HttpRequest.html" title="class in org.eclipse.jetty.client">HttpRequest</a>&nbsp;request,
<a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a>&nbsp;response)</code></th>
<td class="colLast">
<div class="block">Event that triggers after the Handshake response has been received.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.websocket.client.impl">
<!-- -->
</a>
<h3>Uses of <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a> in <a href="../../websocket/client/impl/package-summary.html">org.eclipse.jetty.websocket.client.impl</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../websocket/client/impl/package-summary.html">org.eclipse.jetty.websocket.client.impl</a> with parameters of type <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</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">JettyClientUpgradeRequest.</span><code><span class="memberNameLink"><a href="../../websocket/client/impl/JettyClientUpgradeRequest.html#upgrade(org.eclipse.jetty.client.HttpResponse,org.eclipse.jetty.io.EndPoint)">upgrade</a></span>&#8203;(<a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a>&nbsp;response,
<a href="../../io/EndPoint.html" title="interface in org.eclipse.jetty.io">EndPoint</a>&nbsp;endPoint)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../websocket/client/impl/package-summary.html">org.eclipse.jetty.websocket.client.impl</a> with parameters of type <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</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="../../websocket/client/impl/DelegatedJettyClientUpgradeResponse.html#%3Cinit%3E(org.eclipse.jetty.client.HttpResponse)">DelegatedJettyClientUpgradeResponse</a></span>&#8203;(<a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a>&nbsp;response)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.websocket.core.client">
<!-- -->
</a>
<h3>Uses of <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a> in <a href="../../websocket/core/client/package-summary.html">org.eclipse.jetty.websocket.core.client</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../websocket/core/client/package-summary.html">org.eclipse.jetty.websocket.core.client</a> with parameters of type <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</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>default void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UpgradeListener.</span><code><span class="memberNameLink"><a href="../../websocket/core/client/UpgradeListener.html#onHandshakeResponse(org.eclipse.jetty.client.HttpRequest,org.eclipse.jetty.client.HttpResponse)">onHandshakeResponse</a></span>&#8203;(<a href="../HttpRequest.html" title="class in org.eclipse.jetty.client">HttpRequest</a>&nbsp;request,
<a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a>&nbsp;response)</code></th>
<td class="colLast">
<div class="block">Event that triggers after the Handshake response has been received.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CoreClientUpgradeRequest.</span><code><span class="memberNameLink"><a href="../../websocket/core/client/CoreClientUpgradeRequest.html#upgrade(org.eclipse.jetty.client.HttpResponse,org.eclipse.jetty.io.EndPoint)">upgrade</a></span>&#8203;(<a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a>&nbsp;response,
<a href="../../io/EndPoint.html" title="interface in org.eclipse.jetty.io">EndPoint</a>&nbsp;endPoint)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.websocket.core.client.internal">
<!-- -->
</a>
<h3>Uses of <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a> in <a href="../../websocket/core/client/internal/package-summary.html">org.eclipse.jetty.websocket.core.client.internal</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../websocket/core/client/internal/package-summary.html">org.eclipse.jetty.websocket.core.client.internal</a> with parameters of type <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</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">HttpUpgraderOverHTTP.</span><code><span class="memberNameLink"><a href="../../websocket/core/client/internal/HttpUpgraderOverHTTP.html#upgrade(org.eclipse.jetty.client.HttpResponse,org.eclipse.jetty.io.EndPoint,org.eclipse.jetty.util.Callback)">upgrade</a></span>&#8203;(<a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a>&nbsp;response,
<a href="../../io/EndPoint.html" title="interface in org.eclipse.jetty.io">EndPoint</a>&nbsp;endPoint,
<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>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpUpgraderOverHTTP2.</span><code><span class="memberNameLink"><a href="../../websocket/core/client/internal/HttpUpgraderOverHTTP2.html#upgrade(org.eclipse.jetty.client.HttpResponse,org.eclipse.jetty.io.EndPoint,org.eclipse.jetty.util.Callback)">upgrade</a></span>&#8203;(<a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a>&nbsp;response,
<a href="../../io/EndPoint.html" title="interface in org.eclipse.jetty.io">EndPoint</a>&nbsp;endPoint,
<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.websocket.javax.client.internal">
<!-- -->
</a>
<h3>Uses of <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a> in <a href="../../websocket/javax/client/internal/package-summary.html">org.eclipse.jetty.websocket.javax.client.internal</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../websocket/javax/client/internal/package-summary.html">org.eclipse.jetty.websocket.javax.client.internal</a> with parameters of type <a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</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">JsrUpgradeListener.</span><code><span class="memberNameLink"><a href="../../websocket/javax/client/internal/JsrUpgradeListener.html#onHandshakeResponse(org.eclipse.jetty.client.HttpRequest,org.eclipse.jetty.client.HttpResponse)">onHandshakeResponse</a></span>&#8203;(<a href="../HttpRequest.html" title="class in org.eclipse.jetty.client">HttpRequest</a>&nbsp;request,
<a href="../HttpResponse.html" title="class in org.eclipse.jetty.client">HttpResponse</a>&nbsp;response)</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="../HttpResponse.html" title="class in org.eclipse.jetty.client">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;2022 <a href="https://webtide.com">Webtide</a>. All rights reserved.</small></p>
</footer>
</body>
</html>