You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/02/28 19:28:24 UTC

[16/22] incubator-juneau-website git commit: Update about page and POJO Categories section.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/756ffe72/content/site/apidocs/org/apache/juneau/rest/client/RestClient.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/client/RestClient.html b/content/site/apidocs/org/apache/juneau/rest/client/RestClient.html
index b5c0459..c53271e 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/RestClient.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/RestClient.html
@@ -647,7 +647,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 </tr>
 <tr id="i79" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/rest/client/RestClient.html#setRootUrl-java.lang.String-">setRootUrl</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rootUrl)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/rest/client/RestClient.html#setRootUrl-java.lang.Object-">setRootUrl</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;rootUrl)</code>
 <div class="block">Set a root URL for this client.</div>
 </td>
 </tr>
@@ -1302,13 +1302,13 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 </dl>
 </li>
 </ul>
-<a name="setRootUrl-java.lang.String-">
+<a name="setRootUrl-java.lang.Object-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setRootUrl</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.537">setRootUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rootUrl)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.538">setRootUrl</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;rootUrl)</pre>
 <div class="block">Set a root URL for this client.
  <p>
  When set, URL strings passed in through the various rest call methods (e.g. <a href="../../../../../org/apache/juneau/rest/client/RestClient.html#doGet-java.lang.Object-"><code>doGet(Object)</code></a>
@@ -1316,7 +1316,8 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
  This root URL is ignored on those methods if you pass in a <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, or an absolute URL string.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>rootUrl</code> - The root URL to prefix to relative URL strings.  Trailing slashes are trimmed.</dd>
+<dd><code>rootUrl</code> - The root URL to prefix to relative URL strings.  Trailing slashes are trimmed.
+ Usually a <code>String<code> but you can also pass in <code>URI</code> and <code>URL</code> objects as well.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1328,7 +1329,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>enableSSL</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.553">enableSSL</a>(<a href="../../../../../org/apache/juneau/rest/client/SSLOpts.html" title="class in org.apache.juneau.rest.client">SSLOpts</a>&nbsp;opts)
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.555">enableSSL</a>(<a href="../../../../../org/apache/juneau/rest/client/SSLOpts.html" title="class in org.apache.juneau.rest.client">SSLOpts</a>&nbsp;opts)
                      throws <a href="http://docs.oracle.com/javase/7/docs/api/java/security/KeyStoreException.html?is-external=true" title="class or interface in java.security">KeyStoreException</a>,
                             <a href="http://docs.oracle.com/javase/7/docs/api/java/security/NoSuchAlgorithmException.html?is-external=true" title="class or interface in java.security">NoSuchAlgorithmException</a></pre>
 <div class="block">Enable SSL support on this client.</div>
@@ -1350,7 +1351,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>enableLaxSSL</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.567">enableLaxSSL</a>()
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.569">enableLaxSSL</a>()
                         throws <a href="http://docs.oracle.com/javase/7/docs/api/java/security/KeyStoreException.html?is-external=true" title="class or interface in java.security">KeyStoreException</a>,
                                <a href="http://docs.oracle.com/javase/7/docs/api/java/security/NoSuchAlgorithmException.html?is-external=true" title="class or interface in java.security">NoSuchAlgorithmException</a></pre>
 <div class="block">Enable LAX SSL support.
@@ -1371,7 +1372,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>doGet</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.579">doGet</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url)
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.581">doGet</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url)
                throws <a href="../../../../../org/apache/juneau/rest/client/RestCallException.html" title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Perform a <code>GET</code> request against the specified URL.</div>
 <dl>
@@ -1391,7 +1392,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>doPut</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.599">doPut</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.601">doPut</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)
                throws <a href="../../../../../org/apache/juneau/rest/client/RestCallException.html" title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Perform a <code>PUT</code> request against the specified URL.</div>
@@ -1420,7 +1421,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>doPost</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.619">doPost</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.621">doPost</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url,
                        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)
                 throws <a href="../../../../../org/apache/juneau/rest/client/RestCallException.html" title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Perform a <code>POST</code> request against the specified URL.</div>
@@ -1449,7 +1450,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>doDelete</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.631">doDelete</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url)
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.633">doDelete</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url)
                   throws <a href="../../../../../org/apache/juneau/rest/client/RestCallException.html" title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Perform a <code>DELETE</code> request against the specified URL.</div>
 <dl>
@@ -1469,7 +1470,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>doOptions</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.643">doOptions</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url)
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.645">doOptions</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url)
                    throws <a href="../../../../../org/apache/juneau/rest/client/RestCallException.html" title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Perform an <code>OPTIONS</code> request against the specified URL.</div>
 <dl>
@@ -1489,7 +1490,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>doFormPost</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.657">doFormPost</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.659">doFormPost</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url,
                            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)
                     throws <a href="../../../../../org/apache/juneau/rest/client/RestCallException.html" title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Perform a <code>POST</code> request with a content type of <code>application/x-www-form-urlencoded</code> against the specified URL.</div>
@@ -1512,7 +1513,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>doCallback</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.682">doCallback</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;callString)
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.684">doCallback</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;callString)
                     throws <a href="../../../../../org/apache/juneau/rest/client/RestCallException.html" title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Performs a REST call where the entire call is specified in a simple string.
  <p>
@@ -1544,7 +1545,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>doCall</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.747">doCall</a>(<a href="../../../../../org/apache/juneau/rest/client/HttpMethod.html" title="enum in org.apache.juneau.rest.client">HttpMethod</a>&nbsp;method,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.749">doCall</a>(<a href="../../../../../org/apache/juneau/rest/client/HttpMethod.html" title="enum in org.apache.juneau.rest.client">HttpMethod</a>&nbsp;method,
                        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url,
                        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;content)
                 throws <a href="../../../../../org/apache/juneau/rest/client/RestCallException.html" title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
@@ -1576,7 +1577,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>doCall</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.764">doCall</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.766">doCall</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;method,
                        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;url,
                        boolean&nbsp;hasContent)
                 throws <a href="../../../../../org/apache/juneau/rest/client/RestCallException.html" title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
@@ -1600,7 +1601,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>getRemoteableProxy</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.808">getRemoteableProxy</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;interfaceClass)</pre>
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.810">getRemoteableProxy</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;interfaceClass)</pre>
 <div class="block">Create a new proxy interface for the specified remoteable service interface.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1619,7 +1620,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setProperty</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.861">setProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;property,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.863">setProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;property,
                               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)
                        throws <a href="../../../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/CoreApi.html#setProperty-java.lang.String-java.lang.Object-">CoreApi</a></code></span></div>
@@ -1650,7 +1651,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.873">setProperties</a>(<a href="../../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;properties)
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.875">setProperties</a>(<a href="../../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;properties)
                          throws <a href="../../../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/CoreApi.html#setProperties-org.apache.juneau.ObjectMap-">CoreApi</a></code></span></div>
 <div class="block">Sets multiple configuration properties on this object.
@@ -1679,7 +1680,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>addNotBeanClasses</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.885">addNotBeanClasses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;classes)
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.887">addNotBeanClasses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;classes)
                              throws <a href="../../../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/CoreApi.html#addNotBeanClasses-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to classes that should not be considered beans.
@@ -1710,7 +1711,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>addBeanFilters</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.897">addBeanFilters</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;classes)
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.899">addBeanFilters</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;classes)
                           throws <a href="../../../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/CoreApi.html#addBeanFilters-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to bean filters.
@@ -1741,7 +1742,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>addPojoSwaps</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.909">addPojoSwaps</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;classes)
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.911">addPojoSwaps</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;classes)
                         throws <a href="../../../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/CoreApi.html#addPojoSwaps-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to POJO swaps.
@@ -1772,7 +1773,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>addToBeanDictionary</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.921">addToBeanDictionary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;classes)
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.923">addToBeanDictionary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;classes)
                                throws <a href="../../../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/CoreApi.html#addToBeanDictionary-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to bean dictionary.
@@ -1803,7 +1804,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>addImplClass</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.933">addImplClass</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;interfaceClass,
+<pre>public&nbsp;&lt;T&gt;&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.935">addImplClass</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;interfaceClass,
                                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends T&gt;&nbsp;implClass)
                             throws <a href="../../../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/CoreApi.html#addImplClass-java.lang.Class-java.lang.Class-">CoreApi</a></code></span></div>
@@ -1838,7 +1839,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setClassLoader</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.945">setClassLoader</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.947">setClassLoader</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)
                           throws <a href="../../../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/CoreApi.html#setClassLoader-java.lang.ClassLoader-">CoreApi</a></code></span></div>
 <div class="block">Sets the classloader used for created classes from class strings.</div>
@@ -1862,7 +1863,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setRedirectStrategy</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.966">setRedirectStrategy</a>(org.apache.http.client.RedirectStrategy&nbsp;redirectStrategy)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.968">setRedirectStrategy</a>(org.apache.http.client.RedirectStrategy&nbsp;redirectStrategy)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>redirectStrategy</code> - </dd>
@@ -1879,7 +1880,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefaultCookieSpecRegistry</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.976">setDefaultCookieSpecRegistry</a>(org.apache.http.config.Lookup&lt;org.apache.http.cookie.CookieSpecProvider&gt;&nbsp;cookieSpecRegistry)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.978">setDefaultCookieSpecRegistry</a>(org.apache.http.config.Lookup&lt;org.apache.http.cookie.CookieSpecProvider&gt;&nbsp;cookieSpecRegistry)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>cookieSpecRegistry</code> - </dd>
@@ -1896,7 +1897,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setRequestExecutor</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.986">setRequestExecutor</a>(org.apache.http.protocol.HttpRequestExecutor&nbsp;requestExec)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.988">setRequestExecutor</a>(org.apache.http.protocol.HttpRequestExecutor&nbsp;requestExec)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>requestExec</code> - </dd>
@@ -1913,7 +1914,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setSSLHostnameVerifier</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.996">setSSLHostnameVerifier</a>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/net/ssl/HostnameVerifier.html?is-external=true" title="class or interface in javax.net.ssl">HostnameVerifier</a>&nbsp;hostnameVerifier)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.998">setSSLHostnameVerifier</a>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/net/ssl/HostnameVerifier.html?is-external=true" title="class or interface in javax.net.ssl">HostnameVerifier</a>&nbsp;hostnameVerifier)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>hostnameVerifier</code> - </dd>
@@ -1930,7 +1931,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setPublicSuffixMatcher</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1006">setPublicSuffixMatcher</a>(org.apache.http.conn.util.PublicSuffixMatcher&nbsp;publicSuffixMatcher)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1008">setPublicSuffixMatcher</a>(org.apache.http.conn.util.PublicSuffixMatcher&nbsp;publicSuffixMatcher)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>publicSuffixMatcher</code> - </dd>
@@ -1947,7 +1948,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setSSLContext</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1016">setSSLContext</a>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/net/ssl/SSLContext.html?is-external=true" title="class or interface in javax.net.ssl">SSLContext</a>&nbsp;sslContext)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1018">setSSLContext</a>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/net/ssl/SSLContext.html?is-external=true" title="class or interface in javax.net.ssl">SSLContext</a>&nbsp;sslContext)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>sslContext</code> - </dd>
@@ -1964,7 +1965,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setSSLSocketFactory</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1026">setSSLSocketFactory</a>(org.apache.http.conn.socket.LayeredConnectionSocketFactory&nbsp;sslSocketFactory)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1028">setSSLSocketFactory</a>(org.apache.http.conn.socket.LayeredConnectionSocketFactory&nbsp;sslSocketFactory)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>sslSocketFactory</code> - </dd>
@@ -1981,7 +1982,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxConnTotal</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1036">setMaxConnTotal</a>(int&nbsp;maxConnTotal)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1038">setMaxConnTotal</a>(int&nbsp;maxConnTotal)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>maxConnTotal</code> - </dd>
@@ -1998,7 +1999,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxConnPerRoute</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1046">setMaxConnPerRoute</a>(int&nbsp;maxConnPerRoute)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1048">setMaxConnPerRoute</a>(int&nbsp;maxConnPerRoute)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>maxConnPerRoute</code> - </dd>
@@ -2015,7 +2016,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefaultSocketConfig</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1056">setDefaultSocketConfig</a>(org.apache.http.config.SocketConfig&nbsp;config)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1058">setDefaultSocketConfig</a>(org.apache.http.config.SocketConfig&nbsp;config)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>config</code> - </dd>
@@ -2032,7 +2033,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefaultConnectionConfig</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1066">setDefaultConnectionConfig</a>(org.apache.http.config.ConnectionConfig&nbsp;config)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1068">setDefaultConnectionConfig</a>(org.apache.http.config.ConnectionConfig&nbsp;config)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>config</code> - </dd>
@@ -2049,7 +2050,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setConnectionTimeToLive</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1077">setConnectionTimeToLive</a>(long&nbsp;connTimeToLive,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1079">setConnectionTimeToLive</a>(long&nbsp;connTimeToLive,
                                           <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</a>&nbsp;connTimeToLiveTimeUnit)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2068,7 +2069,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setConnectionManager</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1087">setConnectionManager</a>(org.apache.http.conn.HttpClientConnectionManager&nbsp;connManager)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1089">setConnectionManager</a>(org.apache.http.conn.HttpClientConnectionManager&nbsp;connManager)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>connManager</code> - </dd>
@@ -2085,7 +2086,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setConnectionManagerShared</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1098">setConnectionManagerShared</a>(boolean&nbsp;shared)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1100">setConnectionManagerShared</a>(boolean&nbsp;shared)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>shared</code> - </dd>
@@ -2102,7 +2103,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setConnectionReuseStrategy</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1108">setConnectionReuseStrategy</a>(org.apache.http.ConnectionReuseStrategy&nbsp;reuseStrategy)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1110">setConnectionReuseStrategy</a>(org.apache.http.ConnectionReuseStrategy&nbsp;reuseStrategy)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>reuseStrategy</code> - </dd>
@@ -2119,7 +2120,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setKeepAliveStrategy</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1118">setKeepAliveStrategy</a>(org.apache.http.conn.ConnectionKeepAliveStrategy&nbsp;keepAliveStrategy)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1120">setKeepAliveStrategy</a>(org.apache.http.conn.ConnectionKeepAliveStrategy&nbsp;keepAliveStrategy)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>keepAliveStrategy</code> - </dd>
@@ -2136,7 +2137,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setTargetAuthenticationStrategy</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1128">setTargetAuthenticationStrategy</a>(org.apache.http.client.AuthenticationStrategy&nbsp;targetAuthStrategy)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1130">setTargetAuthenticationStrategy</a>(org.apache.http.client.AuthenticationStrategy&nbsp;targetAuthStrategy)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>targetAuthStrategy</code> - </dd>
@@ -2153,7 +2154,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setProxyAuthenticationStrategy</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1138">setProxyAuthenticationStrategy</a>(org.apache.http.client.AuthenticationStrategy&nbsp;proxyAuthStrategy)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1140">setProxyAuthenticationStrategy</a>(org.apache.http.client.AuthenticationStrategy&nbsp;proxyAuthStrategy)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>proxyAuthStrategy</code> - </dd>
@@ -2170,7 +2171,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setUserTokenHandler</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1148">setUserTokenHandler</a>(org.apache.http.client.UserTokenHandler&nbsp;userTokenHandler)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1150">setUserTokenHandler</a>(org.apache.http.client.UserTokenHandler&nbsp;userTokenHandler)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>userTokenHandler</code> - </dd>
@@ -2187,7 +2188,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>disableConnectionState</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1157">disableConnectionState</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1159">disableConnectionState</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
@@ -2202,7 +2203,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setSchemePortResolver</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1167">setSchemePortResolver</a>(org.apache.http.conn.SchemePortResolver&nbsp;schemePortResolver)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1169">setSchemePortResolver</a>(org.apache.http.conn.SchemePortResolver&nbsp;schemePortResolver)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>schemePortResolver</code> - </dd>
@@ -2219,7 +2220,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setUserAgent</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1177">setUserAgent</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;userAgent)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1179">setUserAgent</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;userAgent)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>userAgent</code> - </dd>
@@ -2236,7 +2237,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefaultHeaders</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1187">setDefaultHeaders</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends org.apache.http.Header&gt;&nbsp;defaultHeaders)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1189">setDefaultHeaders</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends org.apache.http.Header&gt;&nbsp;defaultHeaders)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>defaultHeaders</code> - </dd>
@@ -2253,7 +2254,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>addInterceptorFirst</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1197">addInterceptorFirst</a>(org.apache.http.HttpResponseInterceptor&nbsp;itcp)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1199">addInterceptorFirst</a>(org.apache.http.HttpResponseInterceptor&nbsp;itcp)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>itcp</code> - </dd>
@@ -2270,7 +2271,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>addInterceptorLast</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1207">addInterceptorLast</a>(org.apache.http.HttpResponseInterceptor&nbsp;itcp)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1209">addInterceptorLast</a>(org.apache.http.HttpResponseInterceptor&nbsp;itcp)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>itcp</code> - </dd>
@@ -2287,7 +2288,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>addInterceptorFirst</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1217">addInterceptorFirst</a>(org.apache.http.HttpRequestInterceptor&nbsp;itcp)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1219">addInterceptorFirst</a>(org.apache.http.HttpRequestInterceptor&nbsp;itcp)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>itcp</code> - </dd>
@@ -2304,7 +2305,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>addInterceptorLast</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1227">addInterceptorLast</a>(org.apache.http.HttpRequestInterceptor&nbsp;itcp)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1229">addInterceptorLast</a>(org.apache.http.HttpRequestInterceptor&nbsp;itcp)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>itcp</code> - </dd>
@@ -2321,7 +2322,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>disableCookieManagement</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1236">disableCookieManagement</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1238">disableCookieManagement</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
@@ -2336,7 +2337,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>disableContentCompression</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1245">disableContentCompression</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1247">disableContentCompression</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
@@ -2351,7 +2352,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>disableAuthCaching</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1254">disableAuthCaching</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1256">disableAuthCaching</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
@@ -2366,7 +2367,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setHttpProcessor</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1264">setHttpProcessor</a>(org.apache.http.protocol.HttpProcessor&nbsp;httpprocessor)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1266">setHttpProcessor</a>(org.apache.http.protocol.HttpProcessor&nbsp;httpprocessor)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>httpprocessor</code> - </dd>
@@ -2383,7 +2384,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setRetryHandler</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1274">setRetryHandler</a>(org.apache.http.client.HttpRequestRetryHandler&nbsp;retryHandler)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1276">setRetryHandler</a>(org.apache.http.client.HttpRequestRetryHandler&nbsp;retryHandler)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>retryHandler</code> - </dd>
@@ -2400,7 +2401,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>disableAutomaticRetries</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1283">disableAutomaticRetries</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1285">disableAutomaticRetries</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
@@ -2415,7 +2416,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setProxy</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1293">setProxy</a>(org.apache.http.HttpHost&nbsp;proxy)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1295">setProxy</a>(org.apache.http.HttpHost&nbsp;proxy)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>proxy</code> - </dd>
@@ -2432,7 +2433,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setRoutePlanner</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1303">setRoutePlanner</a>(org.apache.http.conn.routing.HttpRoutePlanner&nbsp;routePlanner)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1305">setRoutePlanner</a>(org.apache.http.conn.routing.HttpRoutePlanner&nbsp;routePlanner)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>routePlanner</code> - </dd>
@@ -2449,7 +2450,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>disableRedirectHandling</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1312">disableRedirectHandling</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1314">disableRedirectHandling</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
@@ -2464,7 +2465,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setConnectionBackoffStrategy</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1322">setConnectionBackoffStrategy</a>(org.apache.http.client.ConnectionBackoffStrategy&nbsp;connectionBackoffStrategy)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1324">setConnectionBackoffStrategy</a>(org.apache.http.client.ConnectionBackoffStrategy&nbsp;connectionBackoffStrategy)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>connectionBackoffStrategy</code> - </dd>
@@ -2481,7 +2482,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setBackoffManager</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1332">setBackoffManager</a>(org.apache.http.client.BackoffManager&nbsp;backoffManager)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1334">setBackoffManager</a>(org.apache.http.client.BackoffManager&nbsp;backoffManager)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>backoffManager</code> - </dd>
@@ -2498,7 +2499,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setServiceUnavailableRetryStrategy</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1342">setServiceUnavailableRetryStrategy</a>(org.apache.http.client.ServiceUnavailableRetryStrategy&nbsp;serviceUnavailStrategy)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1344">setServiceUnavailableRetryStrategy</a>(org.apache.http.client.ServiceUnavailableRetryStrategy&nbsp;serviceUnavailStrategy)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>serviceUnavailStrategy</code> - </dd>
@@ -2515,7 +2516,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefaultCookieStore</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1352">setDefaultCookieStore</a>(org.apache.http.client.CookieStore&nbsp;cookieStore)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1354">setDefaultCookieStore</a>(org.apache.http.client.CookieStore&nbsp;cookieStore)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>cookieStore</code> - </dd>
@@ -2532,7 +2533,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefaultCredentialsProvider</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1362">setDefaultCredentialsProvider</a>(org.apache.http.client.CredentialsProvider&nbsp;credentialsProvider)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1364">setDefaultCredentialsProvider</a>(org.apache.http.client.CredentialsProvider&nbsp;credentialsProvider)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>credentialsProvider</code> - </dd>
@@ -2549,7 +2550,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefaultAuthSchemeRegistry</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1372">setDefaultAuthSchemeRegistry</a>(org.apache.http.config.Lookup&lt;org.apache.http.auth.AuthSchemeProvider&gt;&nbsp;authSchemeRegistry)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1374">setDefaultAuthSchemeRegistry</a>(org.apache.http.config.Lookup&lt;org.apache.http.auth.AuthSchemeProvider&gt;&nbsp;authSchemeRegistry)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>authSchemeRegistry</code> - </dd>
@@ -2566,7 +2567,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setContentDecoderRegistry</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1382">setContentDecoderRegistry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.http.client.entity.InputStreamFactory&gt;&nbsp;contentDecoderMap)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1384">setContentDecoderRegistry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,org.apache.http.client.entity.InputStreamFactory&gt;&nbsp;contentDecoderMap)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>contentDecoderMap</code> - </dd>
@@ -2583,7 +2584,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>setDefaultRequestConfig</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1392">setDefaultRequestConfig</a>(org.apache.http.client.config.RequestConfig&nbsp;config)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1394">setDefaultRequestConfig</a>(org.apache.http.client.config.RequestConfig&nbsp;config)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>config</code> - </dd>
@@ -2600,7 +2601,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>useSystemProperties</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1401">useSystemProperties</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1403">useSystemProperties</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
@@ -2615,7 +2616,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>evictExpiredConnections</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1410">evictExpiredConnections</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1412">evictExpiredConnections</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
@@ -2630,7 +2631,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>evictIdleConnections</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1421">evictIdleConnections</a>(long&nbsp;maxIdleTime,
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1423">evictIdleConnections</a>(long&nbsp;maxIdleTime,
                                        <a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</a>&nbsp;maxIdleTimeUnit)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2649,7 +2650,7 @@ extends <a href="../../../../../org/apache/juneau/CoreApi.html" title="class in
 <ul class="blockListLast">
 <li class="blockList">
 <h4>finalize</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1427">finalize</a>()
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/client/RestClient.html#line.1429">finalize</a>()
                  throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/756ffe72/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html b/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html
index 3f44847..5c1f8c4 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/package-summary.html
@@ -1013,7 +1013,7 @@
    <h3 class='topic' onclick='toggle(this)'>1.8 - Other Useful Methods</h3>
    <div class='topic'>
       <p>
-         The <a href="../../../../../org/apache/juneau/rest/client/RestClient.html#setRootUrl-java.lang.String-"><code>RestClient.setRootUrl(String)</code></a> method can be used to specify a root URL on 
+         The <a href="../../../../../org/apache/juneau/rest/client/RestClient.html#setRootUrl-java.lang.Object-"><code>RestClient.setRootUrl(Object)</code></a> method can be used to specify a root URL on 
             all requests so that you don't have to use absolute paths on individual calls.
       </p>
       <p class='bcode'>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/756ffe72/content/site/apidocs/org/apache/juneau/rest/matchers/MultipartFormDataMatcher.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/matchers/MultipartFormDataMatcher.html b/content/site/apidocs/org/apache/juneau/rest/matchers/MultipartFormDataMatcher.html
index 27889c0..383fe0e 100644
--- a/content/site/apidocs/org/apache/juneau/rest/matchers/MultipartFormDataMatcher.html
+++ b/content/site/apidocs/org/apache/juneau/rest/matchers/MultipartFormDataMatcher.html
@@ -209,7 +209,7 @@ extends <a href="../../../../../org/apache/juneau/rest/RestMatcher.html" title="
 <ul class="blockListLast">
 <li class="blockList">
 <h4>matches</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/matchers/MultipartFormDataMatcher.html#line.22">matches</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a>&nbsp;req)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/matchers/MultipartFormDataMatcher.html#line.23">matches</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a>&nbsp;req)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/rest/RestMatcher.html#matches-org.apache.juneau.rest.RestRequest-">RestMatcher</a></code></span></div>
 <div class="block">Returns <jk>true</jk> if the specified request matches this matcher.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/756ffe72/content/site/apidocs/org/apache/juneau/rest/matchers/UrlEncodedFormMatcher.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/matchers/UrlEncodedFormMatcher.html b/content/site/apidocs/org/apache/juneau/rest/matchers/UrlEncodedFormMatcher.html
index 7d25fda..8cfce0a 100644
--- a/content/site/apidocs/org/apache/juneau/rest/matchers/UrlEncodedFormMatcher.html
+++ b/content/site/apidocs/org/apache/juneau/rest/matchers/UrlEncodedFormMatcher.html
@@ -209,7 +209,7 @@ extends <a href="../../../../../org/apache/juneau/rest/RestMatcher.html" title="
 <ul class="blockListLast">
 <li class="blockList">
 <h4>matches</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/matchers/UrlEncodedFormMatcher.html#line.22">matches</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a>&nbsp;req)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/juneau/rest/matchers/UrlEncodedFormMatcher.html#line.23">matches</a>(<a href="../../../../../org/apache/juneau/rest/RestRequest.html" title="class in org.apache.juneau.rest">RestRequest</a>&nbsp;req)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/rest/RestMatcher.html#matches-org.apache.juneau.rest.RestRequest-">RestMatcher</a></code></span></div>
 <div class="block">Returns <jk>true</jk> if the specified request matches this matcher.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/756ffe72/content/site/apidocs/org/apache/juneau/rest/package-frame.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/package-frame.html b/content/site/apidocs/org/apache/juneau/rest/package-frame.html
index 6d168f3..d4d4300 100644
--- a/content/site/apidocs/org/apache/juneau/rest/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/rest/package-frame.html
@@ -20,6 +20,7 @@
 <ul title="Classes">
 <li><a href="ClientVersionMatcher.html" title="class in org.apache.juneau.rest" target="classFrame">ClientVersionMatcher</a></li>
 <li><a href="ReaderResource.html" title="class in org.apache.juneau.rest" target="classFrame">ReaderResource</a></li>
+<li><a href="ReaderResource.Builder.html" title="class in org.apache.juneau.rest" target="classFrame">ReaderResource.Builder</a></li>
 <li><a href="Redirect.html" title="class in org.apache.juneau.rest" target="classFrame">Redirect</a></li>
 <li><a href="RestGuard.html" title="class in org.apache.juneau.rest" target="classFrame">RestGuard</a></li>
 <li><a href="RestMatcher.html" title="class in org.apache.juneau.rest" target="classFrame">RestMatcher</a></li>
@@ -32,6 +33,7 @@
 <li><a href="RestServletGroupDefault.html" title="class in org.apache.juneau.rest" target="classFrame">RestServletGroupDefault</a></li>
 <li><a href="RestUtils.html" title="class in org.apache.juneau.rest" target="classFrame">RestUtils</a></li>
 <li><a href="StreamResource.html" title="class in org.apache.juneau.rest" target="classFrame">StreamResource</a></li>
+<li><a href="StreamResource.Builder.html" title="class in org.apache.juneau.rest" target="classFrame">StreamResource.Builder</a></li>
 <li><a href="UrlPathPattern.html" title="class in org.apache.juneau.rest" target="classFrame">UrlPathPattern</a></li>
 </ul>
 <h2 title="Exceptions">Exceptions</h2>