blob: 99d782ea69a06fc5464e9bd34bb259e205455a19 [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:36 EDT 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.eclipse.jetty.client.util (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="org.eclipse.jetty.client.util (Jetty :: Project 9.3.24.v20180605 API)";
}
}
catch(err) {
}
//-->
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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/http/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/eclipse/jetty/continuation/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/jetty/client/util/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.eclipse.jetty.client.util</h1>
<div class="docSummary">
<div class="block">Jetty Client : Utility Classes</div>
</div>
<p>See:&nbsp;<a href="#package.description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/AbstractAuthentication.html" title="class in org.eclipse.jetty.client.util">AbstractAuthentication</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/AbstractTypedContentProvider.html" title="class in org.eclipse.jetty.client.util">AbstractTypedContentProvider</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/BasicAuthentication.html" title="class in org.eclipse.jetty.client.util">BasicAuthentication</a></td>
<td class="colLast">
<div class="block">Implementation of the HTTP "Basic" authentication defined in RFC 2617.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/BasicAuthentication.BasicResult.html" title="class in org.eclipse.jetty.client.util">BasicAuthentication.BasicResult</a></td>
<td class="colLast">
<div class="block">Basic authentication result.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/BufferingResponseListener.html" title="class in org.eclipse.jetty.client.util">BufferingResponseListener</a></td>
<td class="colLast">
<div class="block">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.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/ByteBufferContentProvider.html" title="class in org.eclipse.jetty.client.util">ByteBufferContentProvider</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/client/api/ContentProvider.html" title="interface in org.eclipse.jetty.client.api"><code>ContentProvider</code></a> for <code>ByteBuffer</code>s.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/BytesContentProvider.html" title="class in org.eclipse.jetty.client.util">BytesContentProvider</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/client/api/ContentProvider.html" title="interface in org.eclipse.jetty.client.api"><code>ContentProvider</code></a> for byte arrays.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/DeferredContentProvider.html" title="class in org.eclipse.jetty.client.util">DeferredContentProvider</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/client/api/ContentProvider.html" title="interface in org.eclipse.jetty.client.api"><code>ContentProvider</code></a> that allows to add content after <a href="../../../../../org/eclipse/jetty/client/api/Request.html#send-org.eclipse.jetty.client.api.Response.CompleteListener-"><code>Request.send(Response.CompleteListener)</code></a>
has been called, therefore providing the request content at a later time.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/DeferredContentProvider.Chunk.html" title="class in org.eclipse.jetty.client.util">DeferredContentProvider.Chunk</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/DigestAuthentication.html" title="class in org.eclipse.jetty.client.util">DigestAuthentication</a></td>
<td class="colLast">
<div class="block">Implementation of the HTTP "Digest" authentication defined in RFC 2617.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/FormContentProvider.html" title="class in org.eclipse.jetty.client.util">FormContentProvider</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/client/api/ContentProvider.html" title="interface in org.eclipse.jetty.client.api"><code>ContentProvider</code></a> for form uploads with the
"application/x-www-form-urlencoded" content type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/FutureResponseListener.html" title="class in org.eclipse.jetty.client.util">FutureResponseListener</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/client/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="../../../../../org/eclipse/jetty/client/util/FutureResponseListener.html#onComplete-org.eclipse.jetty.client.api.Result-"><code>FutureResponseListener.onComplete(Result)</code></a> is called,
or to <a href="../../../../../org/eclipse/jetty/client/util/FutureResponseListener.html#cancel-boolean-"><code>abort</code></a> the request/response conversation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/InputStreamContentProvider.html" title="class in org.eclipse.jetty.client.util">InputStreamContentProvider</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/client/api/ContentProvider.html" title="interface in org.eclipse.jetty.client.api"><code>ContentProvider</code></a> for an <code>InputStream</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/InputStreamResponseListener.html" title="class in org.eclipse.jetty.client.util">InputStreamResponseListener</a></td>
<td class="colLast">
<div class="block">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 produces an <code>InputStream</code>
that allows applications to read the response content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/MultiPartContentProvider.html" title="class in org.eclipse.jetty.client.util">MultiPartContentProvider</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/client/api/ContentProvider.html" title="interface in org.eclipse.jetty.client.api"><code>ContentProvider</code></a> for form uploads with the <code>"multipart/form-data"</code>
content type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/OutputStreamContentProvider.html" title="class in org.eclipse.jetty.client.util">OutputStreamContentProvider</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/client/api/ContentProvider.html" title="interface in org.eclipse.jetty.client.api"><code>ContentProvider</code></a> that provides content asynchronously through an <code>OutputStream</code>
similar to <a href="../../../../../org/eclipse/jetty/client/util/DeferredContentProvider.html" title="class in org.eclipse.jetty.client.util"><code>DeferredContentProvider</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/PathContentProvider.html" title="class in org.eclipse.jetty.client.util">PathContentProvider</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/client/api/ContentProvider.html" title="interface in org.eclipse.jetty.client.api"><code>ContentProvider</code></a> for files using JDK 7's <code>java.nio.file</code> APIs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/client/util/StringContentProvider.html" title="class in org.eclipse.jetty.client.util">StringContentProvider</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/client/api/ContentProvider.html" title="interface in org.eclipse.jetty.client.api"><code>ContentProvider</code></a> for strings.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="Package org.eclipse.jetty.client.util Description">Package org.eclipse.jetty.client.util Description</h2>
<div class="block">Jetty Client : Utility Classes</div>
</div>
<!-- ======= 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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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/http/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/eclipse/jetty/continuation/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/jetty/client/util/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>
<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>