blob: 67d19a4ab9383e76998185aed6ae3c294645a0d9 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_92) on Thu Jun 07 14:26:31 EDT 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BufferingResponseListener (Jetty :: Project 9.3.24.v20180605 API)</title>
<meta name="date" content="2018-06-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BufferingResponseListener (Jetty :: Project 9.3.24.v20180605 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":6,"i8":10,"i9":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/BufferingResponseListener.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/jetty/client/util/BasicAuthentication.BasicResult.html" title="class in org.eclipse.jetty.client.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/eclipse/jetty/client/util/ByteBufferContentProvider.html" title="class in org.eclipse.jetty.client.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/jetty/client/util/BufferingResponseListener.html" target="_top">Frames</a></li>
<li><a href="BufferingResponseListener.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></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>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.jetty.client.util</div>
<h2 title="Class BufferingResponseListener" class="title">Class BufferingResponseListener</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html" title="class in org.eclipse.jetty.client.api">org.eclipse.jetty.client.api.Response.Listener.Adapter</a></li>
<li>
<ul class="inheritance">
<li>org.eclipse.jetty.client.util.BufferingResponseListener</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.util.EventListener, <a href="../../../../../org/eclipse/jetty/client/api/Response.AsyncContentListener.html" title="interface in org.eclipse.jetty.client.api">Response.AsyncContentListener</a>, <a href="../../../../../org/eclipse/jetty/client/api/Response.BeginListener.html" title="interface in org.eclipse.jetty.client.api">Response.BeginListener</a>, <a href="../../../../../org/eclipse/jetty/client/api/Response.CompleteListener.html" title="interface in org.eclipse.jetty.client.api">Response.CompleteListener</a>, <a href="../../../../../org/eclipse/jetty/client/api/Response.ContentListener.html" title="interface in org.eclipse.jetty.client.api">Response.ContentListener</a>, <a href="../../../../../org/eclipse/jetty/client/api/Response.FailureListener.html" title="interface in org.eclipse.jetty.client.api">Response.FailureListener</a>, <a href="../../../../../org/eclipse/jetty/client/api/Response.HeaderListener.html" title="interface in org.eclipse.jetty.client.api">Response.HeaderListener</a>, <a href="../../../../../org/eclipse/jetty/client/api/Response.HeadersListener.html" title="interface in org.eclipse.jetty.client.api">Response.HeadersListener</a>, <a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.html" title="interface in org.eclipse.jetty.client.api">Response.Listener</a>, <a href="../../../../../org/eclipse/jetty/client/api/Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>, <a href="../../../../../org/eclipse/jetty/client/api/Response.SuccessListener.html" title="interface in org.eclipse.jetty.client.api">Response.SuccessListener</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../org/eclipse/jetty/client/ContinueProtocolHandler.ContinueListener.html" title="class in org.eclipse.jetty.client">ContinueProtocolHandler.ContinueListener</a>, <a href="../../../../../org/eclipse/jetty/client/util/FutureResponseListener.html" title="class in org.eclipse.jetty.client.util">FutureResponseListener</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">BufferingResponseListener</span>
extends <a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html" title="class in org.eclipse.jetty.client.api">Response.Listener.Adapter</a></pre>
<div class="block"><p>Implementation of <a href="../../../../../org/eclipse/jetty/client/api/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.</p>
<p>The content may be retrieved from <a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html#onSuccess-org.eclipse.jetty.client.api.Response-"><code>Response.Listener.Adapter.onSuccess(Response)</code></a> or <a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#onComplete-org.eclipse.jetty.client.api.Result-"><code>onComplete(Result)</code></a>
via <a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#getContent--"><code>getContent()</code></a> or <a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#getContentAsString--"><code>getContentAsString()</code></a>.</p></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.eclipse.jetty.client.api.Response.Listener">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;org.eclipse.jetty.client.api.<a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.html" title="interface in org.eclipse.jetty.client.api">Response.Listener</a></h3>
<code><a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html" title="class in org.eclipse.jetty.client.api">Response.Listener.Adapter</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#BufferingResponseListener--">BufferingResponseListener</a></span>()</code>
<div class="block">Creates an instance with a default maximum length of 2 MiB.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#BufferingResponseListener-int-">BufferingResponseListener</a></span>(int&nbsp;maxLength)</code>
<div class="block">Creates an instance with the given maximum length</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#getContent--">getContent</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.io.InputStream</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#getContentAsInputStream--">getContentAsInputStream</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#getContentAsString--">getContentAsString</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#getContentAsString-java.nio.charset.Charset-">getContentAsString</a></span>(java.nio.charset.Charset&nbsp;encoding)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#getContentAsString-java.lang.String-">getContentAsString</a></span>(java.lang.String&nbsp;encoding)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#getEncoding--">getEncoding</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#getMediaType--">getMediaType</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>abstract void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#onComplete-org.eclipse.jetty.client.api.Result-">onComplete</a></span>(<a href="../../../../../org/eclipse/jetty/client/api/Result.html" title="class in org.eclipse.jetty.client.api">Result</a>&nbsp;result)</code>
<div class="block">Callback method invoked when the request <em><b>and</b></em> the response have been processed,
either successfully or not.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#onContent-org.eclipse.jetty.client.api.Response-java.nio.ByteBuffer-">onContent</a></span>(<a href="../../../../../org/eclipse/jetty/client/api/Response.html" title="interface in org.eclipse.jetty.client.api">Response</a>&nbsp;response,
java.nio.ByteBuffer&nbsp;content)</code>
<div class="block">Callback method invoked when the response content has been received.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#onHeaders-org.eclipse.jetty.client.api.Response-">onHeaders</a></span>(<a href="../../../../../org/eclipse/jetty/client/api/Response.html" title="interface in org.eclipse.jetty.client.api">Response</a>&nbsp;response)</code>
<div class="block">Callback method invoked when the response headers have been received and parsed.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.jetty.client.api.Response.Listener.Adapter">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.jetty.client.api.<a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html" title="class in org.eclipse.jetty.client.api">Response.Listener.Adapter</a></h3>
<code><a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html#onBegin-org.eclipse.jetty.client.api.Response-">onBegin</a>, <a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html#onContent-org.eclipse.jetty.client.api.Response-java.nio.ByteBuffer-org.eclipse.jetty.util.Callback-">onContent</a>, <a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html#onFailure-org.eclipse.jetty.client.api.Response-java.lang.Throwable-">onFailure</a>, <a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html#onHeader-org.eclipse.jetty.client.api.Response-org.eclipse.jetty.http.HttpField-">onHeader</a>, <a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html#onSuccess-org.eclipse.jetty.client.api.Response-">onSuccess</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="BufferingResponseListener--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BufferingResponseListener</h4>
<pre>public&nbsp;BufferingResponseListener()</pre>
<div class="block">Creates an instance with a default maximum length of 2 MiB.</div>
</li>
</ul>
<a name="BufferingResponseListener-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>BufferingResponseListener</h4>
<pre>public&nbsp;BufferingResponseListener(int&nbsp;maxLength)</pre>
<div class="block">Creates an instance with the given maximum length</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>maxLength</code> - the maximum length of the content</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="onHeaders-org.eclipse.jetty.client.api.Response-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onHeaders</h4>
<pre>public&nbsp;void&nbsp;onHeaders(<a href="../../../../../org/eclipse/jetty/client/api/Response.html" title="interface in org.eclipse.jetty.client.api">Response</a>&nbsp;response)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/api/Response.HeadersListener.html#onHeaders-org.eclipse.jetty.client.api.Response-">Response.HeadersListener</a></code></span></div>
<div class="block">Callback method invoked when the response headers have been received and parsed.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/eclipse/jetty/client/api/Response.HeadersListener.html#onHeaders-org.eclipse.jetty.client.api.Response-">onHeaders</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/api/Response.HeadersListener.html" title="interface in org.eclipse.jetty.client.api">Response.HeadersListener</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html#onHeaders-org.eclipse.jetty.client.api.Response-">onHeaders</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html" title="class in org.eclipse.jetty.client.api">Response.Listener.Adapter</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>response</code> - the response containing the response line data and the headers</dd>
</dl>
</li>
</ul>
<a name="onContent-org.eclipse.jetty.client.api.Response-java.nio.ByteBuffer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onContent</h4>
<pre>public&nbsp;void&nbsp;onContent(<a href="../../../../../org/eclipse/jetty/client/api/Response.html" title="interface in org.eclipse.jetty.client.api">Response</a>&nbsp;response,
java.nio.ByteBuffer&nbsp;content)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/api/Response.ContentListener.html#onContent-org.eclipse.jetty.client.api.Response-java.nio.ByteBuffer-">Response.ContentListener</a></code></span></div>
<div class="block">Callback method invoked when the response content has been received.
This method may be invoked multiple times, and the <code>content</code> buffer must be consumed
before returning from this method.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/eclipse/jetty/client/api/Response.ContentListener.html#onContent-org.eclipse.jetty.client.api.Response-java.nio.ByteBuffer-">onContent</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/api/Response.ContentListener.html" title="interface in org.eclipse.jetty.client.api">Response.ContentListener</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html#onContent-org.eclipse.jetty.client.api.Response-java.nio.ByteBuffer-">onContent</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html" title="class in org.eclipse.jetty.client.api">Response.Listener.Adapter</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>response</code> - the response containing the response line data and the headers</dd>
<dd><code>content</code> - the content bytes received</dd>
</dl>
</li>
</ul>
<a name="onComplete-org.eclipse.jetty.client.api.Result-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onComplete</h4>
<pre>public abstract&nbsp;void&nbsp;onComplete(<a href="../../../../../org/eclipse/jetty/client/api/Result.html" title="class in org.eclipse.jetty.client.api">Result</a>&nbsp;result)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/api/Response.CompleteListener.html#onComplete-org.eclipse.jetty.client.api.Result-">Response.CompleteListener</a></code></span></div>
<div class="block">Callback method invoked when the request <em><b>and</b></em> the response have been processed,
either successfully or not.
<p>
The <code>result</code> parameter contains the request, the response, and eventual failures.
<p>
Requests may complete <em>after</em> response, for example in case of big uploads that are
discarded or read asynchronously by the server.
This method is always invoked <em>after</em> <a href="../../../../../org/eclipse/jetty/client/api/Response.SuccessListener.html#onSuccess-org.eclipse.jetty.client.api.Response-"><code>Response.SuccessListener.onSuccess(Response)</code></a> or
<a href="../../../../../org/eclipse/jetty/client/api/Response.FailureListener.html#onFailure-org.eclipse.jetty.client.api.Response-java.lang.Throwable-"><code>Response.FailureListener.onFailure(Response, Throwable)</code></a>, and only when request indicates that
it is completed.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/eclipse/jetty/client/api/Response.CompleteListener.html#onComplete-org.eclipse.jetty.client.api.Result-">onComplete</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/api/Response.CompleteListener.html" title="interface in org.eclipse.jetty.client.api">Response.CompleteListener</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html#onComplete-org.eclipse.jetty.client.api.Result-">onComplete</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/api/Response.Listener.Adapter.html" title="class in org.eclipse.jetty.client.api">Response.Listener.Adapter</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>result</code> - the result of the request / response exchange</dd>
</dl>
</li>
</ul>
<a name="getMediaType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMediaType</h4>
<pre>public&nbsp;java.lang.String&nbsp;getMediaType()</pre>
</li>
</ul>
<a name="getEncoding--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEncoding</h4>
<pre>public&nbsp;java.lang.String&nbsp;getEncoding()</pre>
</li>
</ul>
<a name="getContent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContent</h4>
<pre>public&nbsp;byte[]&nbsp;getContent()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the content as bytes</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#getContentAsString--"><code>getContentAsString()</code></a></dd>
</dl>
</li>
</ul>
<a name="getContentAsString--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContentAsString</h4>
<pre>public&nbsp;java.lang.String&nbsp;getContentAsString()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the content as a string, using the "Content-Type" header to detect the encoding
or defaulting to UTF-8 if the encoding could not be detected.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#getContentAsString-java.lang.String-"><code>getContentAsString(String)</code></a></dd>
</dl>
</li>
</ul>
<a name="getContentAsString-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContentAsString</h4>
<pre>public&nbsp;java.lang.String&nbsp;getContentAsString(java.lang.String&nbsp;encoding)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>encoding</code> - the encoding of the content bytes</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the content as a string, with the specified encoding</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#getContentAsString--"><code>getContentAsString()</code></a></dd>
</dl>
</li>
</ul>
<a name="getContentAsString-java.nio.charset.Charset-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContentAsString</h4>
<pre>public&nbsp;java.lang.String&nbsp;getContentAsString(java.nio.charset.Charset&nbsp;encoding)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>encoding</code> - the encoding of the content bytes</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the content as a string, with the specified encoding</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html#getContentAsString--"><code>getContentAsString()</code></a></dd>
</dl>
</li>
</ul>
<a name="getContentAsInputStream--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getContentAsInputStream</h4>
<pre>public&nbsp;java.io.InputStream&nbsp;getContentAsInputStream()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Content as InputStream</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/BufferingResponseListener.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/jetty/client/util/BasicAuthentication.BasicResult.html" title="class in org.eclipse.jetty.client.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/eclipse/jetty/client/util/ByteBufferContentProvider.html" title="class in org.eclipse.jetty.client.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/jetty/client/util/BufferingResponseListener.html" target="_top">Frames</a></li>
<li><a href="BufferingResponseListener.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.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>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 1995&#x2013;2018 <a href="http://webtide.com">Webtide</a>. All rights reserved.</small></p>
</body>
</html>