blob: ded26fcaaf3c4ba9c919bdc4faea256491c177ec [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.11) on Mon Oct 11 11:08:51 CDT 2021 -->
<title>Uses of Interface org.eclipse.jetty.client.api.Response.ResponseListener (Eclipse Jetty API Doc - v10.0.7)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-10-11">
<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.client.api.Response.ResponseListener (Eclipse Jetty API Doc - v10.0.7)";
}
}
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="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">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.client.api.Response.ResponseListener" class="title">Uses of Interface<br>org.eclipse.jetty.client.api.Response.ResponseListener</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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.proxy">org.eclipse.jetty.proxy</a></th>
<td class="colLast">
<div class="block">Jetty Proxy : Async Proxy Support</div>
</td>
</tr>
<tr class="altColor">
<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="rowColor">
<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="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="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a> in <a href="../../package-summary.html">org.eclipse.jetty.client</a></h3>
<table class="useSummary">
<caption><span>Classes in <a href="../../package-summary.html">org.eclipse.jetty.client</a> that implement <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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>protected class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../ContinueProtocolHandler.ContinueListener.html" title="class in org.eclipse.jetty.client">ContinueProtocolHandler.ContinueListener</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../RedirectProtocolHandler.html" title="class in org.eclipse.jetty.client">RedirectProtocolHandler</a></span></code></th>
<td class="colLast">
<div class="block">A protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../TimeoutCompleteListener.html" title="class in org.eclipse.jetty.client">TimeoutCompleteListener</a></span></code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Do not use it, use <a href="../../../io/CyclicTimeouts.html" title="class in org.eclipse.jetty.io"><code>CyclicTimeouts</code></a> instead.</div>
</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../package-summary.html">org.eclipse.jetty.client</a> with type parameters of type <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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>&lt;T extends <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;<br>java.util.List&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpContentResponse.</span><code><span class="memberNameLink"><a href="../../HttpContentResponse.html#getListeners(java.lang.Class)">getListeners</a></span>&#8203;(java.lang.Class&lt;T&gt;&nbsp;listenerClass)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T extends <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;<br>java.util.List&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpResponse.</span><code><span class="memberNameLink"><a href="../../HttpResponse.html#getListeners(java.lang.Class)">getListeners</a></span>&#8203;(java.lang.Class&lt;T&gt;&nbsp;type)</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> that return types with arguments of type <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpConversation.</span><code><span class="memberNameLink"><a href="../../HttpConversation.html#getResponseListeners()">getResponseListeners</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the list of response listeners that needs to be notified of response events.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpExchange.</span><code><span class="memberNameLink"><a href="../../HttpExchange.html#getResponseListeners()">getResponseListeners</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpRequest.</span><code><span class="memberNameLink"><a href="../../HttpRequest.html#getResponseListeners()">getResponseListeners</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.client</a> with parameters of type <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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">HttpConversation.</span><code><span class="memberNameLink"><a href="../../HttpConversation.html#updateResponseListeners(org.eclipse.jetty.client.api.Response.ResponseListener)">updateResponseListeners</a></span>&#8203;(<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&nbsp;overrideListener)</code></th>
<td class="colLast">
<div class="block">Requests to update the response listener, eventually using the given override response listener,
that must be notified instead of the first exchange response listeners.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Method parameters in <a href="../../package-summary.html">org.eclipse.jetty.client</a> with type arguments of type <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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">ResponseNotifier.</span><code><span class="memberNameLink"><a href="../../ResponseNotifier.html#forwardFailure(java.util.List,org.eclipse.jetty.client.api.Response,java.lang.Throwable)">forwardFailure</a></span>&#8203;(java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners,
<a href="../Response.html" title="interface in org.eclipse.jetty.client.api">Response</a>&nbsp;response,
java.lang.Throwable&nbsp;failure)</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">ResponseNotifier.</span><code><span class="memberNameLink"><a href="../../ResponseNotifier.html#forwardFailureComplete(java.util.List,org.eclipse.jetty.client.api.Request,java.lang.Throwable,org.eclipse.jetty.client.api.Response,java.lang.Throwable)">forwardFailureComplete</a></span>&#8203;(java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners,
<a href="../Request.html" title="interface in org.eclipse.jetty.client.api">Request</a>&nbsp;request,
java.lang.Throwable&nbsp;requestFailure,
<a href="../Response.html" title="interface in org.eclipse.jetty.client.api">Response</a>&nbsp;response,
java.lang.Throwable&nbsp;responseFailure)</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">ResponseNotifier.</span><code><span class="memberNameLink"><a href="../../ResponseNotifier.html#forwardSuccess(java.util.List,org.eclipse.jetty.client.api.Response)">forwardSuccess</a></span>&#8203;(java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners,
<a href="../Response.html" title="interface in org.eclipse.jetty.client.api">Response</a>&nbsp;response)</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">ResponseNotifier.</span><code><span class="memberNameLink"><a href="../../ResponseNotifier.html#forwardSuccessComplete(java.util.List,org.eclipse.jetty.client.api.Request,org.eclipse.jetty.client.api.Response)">forwardSuccessComplete</a></span>&#8203;(java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners,
<a href="../Request.html" title="interface in org.eclipse.jetty.client.api">Request</a>&nbsp;request,
<a href="../Response.html" title="interface in org.eclipse.jetty.client.api">Response</a>&nbsp;response)</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">ResponseNotifier.</span><code><span class="memberNameLink"><a href="../../ResponseNotifier.html#notifyBegin(java.util.List,org.eclipse.jetty.client.api.Response)">notifyBegin</a></span>&#8203;(java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners,
<a href="../Response.html" title="interface in org.eclipse.jetty.client.api">Response</a>&nbsp;response)</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">ResponseNotifier.</span><code><span class="memberNameLink"><a href="../../ResponseNotifier.html#notifyComplete(java.util.List,org.eclipse.jetty.client.api.Result)">notifyComplete</a></span>&#8203;(java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners,
<a href="../Result.html" title="class in org.eclipse.jetty.client.api">Result</a>&nbsp;result)</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">ResponseNotifier.</span><code><span class="memberNameLink"><a href="../../ResponseNotifier.html#notifyFailure(java.util.List,org.eclipse.jetty.client.api.Response,java.lang.Throwable)">notifyFailure</a></span>&#8203;(java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners,
<a href="../Response.html" title="interface in org.eclipse.jetty.client.api">Response</a>&nbsp;response,
java.lang.Throwable&nbsp;failure)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ResponseNotifier.</span><code><span class="memberNameLink"><a href="../../ResponseNotifier.html#notifyHeader(java.util.List,org.eclipse.jetty.client.api.Response,org.eclipse.jetty.http.HttpField)">notifyHeader</a></span>&#8203;(java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners,
<a href="../Response.html" title="interface in org.eclipse.jetty.client.api">Response</a>&nbsp;response,
<a href="../../../http/HttpField.html" title="class in org.eclipse.jetty.http">HttpField</a>&nbsp;field)</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">ResponseNotifier.</span><code><span class="memberNameLink"><a href="../../ResponseNotifier.html#notifyHeaders(java.util.List,org.eclipse.jetty.client.api.Response)">notifyHeaders</a></span>&#8203;(java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners,
<a href="../Response.html" title="interface in org.eclipse.jetty.client.api">Response</a>&nbsp;response)</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">ResponseNotifier.</span><code><span class="memberNameLink"><a href="../../ResponseNotifier.html#notifySuccess(java.util.List,org.eclipse.jetty.client.api.Response)">notifySuccess</a></span>&#8203;(java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners,
<a href="../Response.html" title="interface in org.eclipse.jetty.client.api">Response</a>&nbsp;response)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpClient.</span><code><span class="memberNameLink"><a href="../../HttpClient.html#send(org.eclipse.jetty.client.HttpRequest,java.util.List)">send</a></span>&#8203;(<a href="../../HttpRequest.html" title="class in org.eclipse.jetty.client">HttpRequest</a>&nbsp;request,
java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpDestination.</span><code><span class="memberNameLink"><a href="../../HttpDestination.html#send(org.eclipse.jetty.client.HttpRequest,java.util.List)">send</a></span>&#8203;(<a href="../../HttpRequest.html" title="class in org.eclipse.jetty.client">HttpRequest</a>&nbsp;request,
java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners)</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.client</a> with type arguments of type <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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="../../HttpExchange.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.client.HttpRequest,java.util.List)">HttpExchange</a></span>&#8203;(<a href="../../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../HttpRequest.html" title="class in org.eclipse.jetty.client">HttpRequest</a>&nbsp;request,
java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../HttpResponse.html#%3Cinit%3E(org.eclipse.jetty.client.api.Request,java.util.List)">HttpResponse</a></span>&#8203;(<a href="../Request.html" title="interface in org.eclipse.jetty.client.api">Request</a>&nbsp;request,
java.util.List&lt;<a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners)</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="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a> in <a href="../package-summary.html">org.eclipse.jetty.client.api</a></h3>
<table class="useSummary">
<caption><span>Subinterfaces of <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a> in <a href="../package-summary.html">org.eclipse.jetty.client.api</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../Response.AsyncContentListener.html" title="interface in org.eclipse.jetty.client.api">Response.AsyncContentListener</a></span></code></th>
<td class="colLast">
<div class="block">Asynchronous listener for the response content events.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../Response.BeginListener.html" title="interface in org.eclipse.jetty.client.api">Response.BeginListener</a></span></code></th>
<td class="colLast">
<div class="block">Listener for the response begin event.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../Response.CompleteListener.html" title="interface in org.eclipse.jetty.client.api">Response.CompleteListener</a></span></code></th>
<td class="colLast">
<div class="block">Listener for the request and response completed event.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../Response.ContentListener.html" title="interface in org.eclipse.jetty.client.api">Response.ContentListener</a></span></code></th>
<td class="colLast">
<div class="block">Synchronous listener for the response content events.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../Response.DemandedContentListener.html" title="interface in org.eclipse.jetty.client.api">Response.DemandedContentListener</a></span></code></th>
<td class="colLast">
<div class="block">Asynchronous listener for the response content events.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../Response.FailureListener.html" title="interface in org.eclipse.jetty.client.api">Response.FailureListener</a></span></code></th>
<td class="colLast">
<div class="block">Listener for the response failure event.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../Response.HeaderListener.html" title="interface in org.eclipse.jetty.client.api">Response.HeaderListener</a></span></code></th>
<td class="colLast">
<div class="block">Listener for a response header event.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../Response.HeadersListener.html" title="interface in org.eclipse.jetty.client.api">Response.HeadersListener</a></span></code></th>
<td class="colLast">
<div class="block">Listener for the response headers event.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../Response.Listener.html" title="interface in org.eclipse.jetty.client.api">Response.Listener</a></span></code></th>
<td class="colLast">
<div class="block">Listener for all response events.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../Response.SuccessListener.html" title="interface in org.eclipse.jetty.client.api">Response.SuccessListener</a></span></code></th>
<td class="colLast">
<div class="block">Listener for the response succeeded event.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Classes in <a href="../package-summary.html">org.eclipse.jetty.client.api</a> that implement <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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="../Response.Listener.Adapter.html" title="class in org.eclipse.jetty.client.api">Response.Listener.Adapter</a></span></code></th>
<td class="colLast">
<div class="block">An empty implementation of <a href="../Response.Listener.html" title="interface in org.eclipse.jetty.client.api"><code>Response.Listener</code></a></div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.jetty.client.api</a> with type parameters of type <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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>&lt;T extends <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;<br>java.util.List&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Response.</span><code><span class="memberNameLink"><a href="../Response.html#getListeners(java.lang.Class)">getListeners</a></span>&#8203;(java.lang.Class&lt;T&gt;&nbsp;listenerClass)</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="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a> in <a href="../../util/package-summary.html">org.eclipse.jetty.client.util</a></h3>
<table class="useSummary">
<caption><span>Classes in <a href="../../util/package-summary.html">org.eclipse.jetty.client.util</a> that implement <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../util/BufferingResponseListener.html" title="class in org.eclipse.jetty.client.util">BufferingResponseListener</a></span></code></th>
<td class="colLast">
<div class="block">Implementation of <a href="../Response.Listener.html" title="interface in org.eclipse.jetty.client.api"><code>Response.Listener</code></a> that buffers the content up to a maximum length
specified to the constructors.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../util/FutureResponseListener.html" title="class in org.eclipse.jetty.client.util">FutureResponseListener</a></span></code></th>
<td class="colLast">
<div class="block">A <a href="../../util/BufferingResponseListener.html" title="class in org.eclipse.jetty.client.util"><code>BufferingResponseListener</code></a> that is also a <code>Future</code>, to allow applications
to block (indefinitely or for a timeout) until <a href="../../util/FutureResponseListener.html#onComplete(org.eclipse.jetty.client.api.Result)"><code>FutureResponseListener.onComplete(Result)</code></a> is called,
or to <a href="../../util/FutureResponseListener.html#cancel(boolean)"><code>abort</code></a> the request/response conversation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../util/InputStreamResponseListener.html" title="class in org.eclipse.jetty.client.util">InputStreamResponseListener</a></span></code></th>
<td class="colLast">
<div class="block">Implementation of <a href="../Response.Listener.html" title="interface in org.eclipse.jetty.client.api"><code>Response.Listener</code></a> that produces an <code>InputStream</code>
that allows applications to read the response content.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.proxy">
<!-- -->
</a>
<h3>Uses of <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a> in <a href="../../../proxy/package-summary.html">org.eclipse.jetty.proxy</a></h3>
<table class="useSummary">
<caption><span>Classes in <a href="../../../proxy/package-summary.html">org.eclipse.jetty.proxy</a> that implement <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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>protected class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../proxy/AsyncMiddleManServlet.ProxyResponseListener.html" title="class in org.eclipse.jetty.proxy">AsyncMiddleManServlet.ProxyResponseListener</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../proxy/ProxyServlet.ProxyResponseListener.html" title="class in org.eclipse.jetty.proxy">ProxyServlet.ProxyResponseListener</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.websocket.client.impl">
<!-- -->
</a>
<h3>Uses of <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a> in <a href="../../../websocket/client/impl/package-summary.html">org.eclipse.jetty.websocket.client.impl</a></h3>
<table class="useSummary">
<caption><span>Classes in <a href="../../../websocket/client/impl/package-summary.html">org.eclipse.jetty.websocket.client.impl</a> that implement <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../websocket/client/impl/JettyClientUpgradeRequest.html" title="class in org.eclipse.jetty.websocket.client.impl">JettyClientUpgradeRequest</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.websocket.core.client">
<!-- -->
</a>
<h3>Uses of <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a> in <a href="../../../websocket/core/client/package-summary.html">org.eclipse.jetty.websocket.core.client</a></h3>
<table class="useSummary">
<caption><span>Classes in <a href="../../../websocket/core/client/package-summary.html">org.eclipse.jetty.websocket.core.client</a> that implement <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../websocket/core/client/CoreClientUpgradeRequest.html" title="class in org.eclipse.jetty.websocket.core.client">CoreClientUpgradeRequest</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.websocket.javax.client.internal">
<!-- -->
</a>
<h3>Uses of <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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>Classes in <a href="../../../websocket/javax/client/internal/package-summary.html">org.eclipse.jetty.websocket.javax.client.internal</a> that implement <a href="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</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>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../websocket/javax/client/internal/JavaxClientUpgradeRequest.html" title="class in org.eclipse.jetty.websocket.javax.client.internal">JavaxClientUpgradeRequest</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="../Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">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>