http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/3fcb8e91/content/site/apidocs/org/apache/juneau/rest/client/RestCall.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/rest/client/RestCall.html 
b/content/site/apidocs/org/apache/juneau/rest/client/RestCall.html
index fc313b8..4a62653 100644
--- a/content/site/apidocs/org/apache/juneau/rest/client/RestCall.html
+++ b/content/site/apidocs/org/apache/juneau/rest/client/RestCall.html
@@ -18,7 +18,7 @@
     catch(err) {
     }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":42,"i14":10,"i15":10,"i16":10,"i17":42,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10,"i80":10,"i81":10};
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":42,"i14":10,"i15":10,"i16":10,"i17":42,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10,"i80":10,"i81":10,"i82":10,"i83":10,"i84":10,"i85":10,"i86":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -496,24 +496,56 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 </tr>
 <tr id="i53" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#paramIfNE-java.util.Map-">paramIfNE</a></span>(<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>,<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>&gt;&nbsp;params)</code>
+<div class="block">Same as <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#params-java.util.Map-"><code>params(Map)</code></a>
 but ignores values that are <jk>null</jk> or empty strings.</div>
+</td>
+</tr>
+<tr id="i54" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#paramIfNE-java.lang.String-java.lang.Object-">paramIfNE</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;name,
+         <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)</code>
+<div class="block">Adds a parameter to the URI query if the parameter value is 
not <jk>null</jk> or an empty string.</div>
+</td>
+</tr>
+<tr id="i55" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#paramIfNN-java.lang.String-java.lang.Object-">paramIfNN</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;name,
+         <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)</code>
+<div class="block">Adds a parameter to the URI query if the parameter value is 
not <jk>null</jk>.</div>
+</td>
+</tr>
+<tr id="i56" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#params-java.util.Map-">params</a></span>(<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>,<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>&gt;&nbsp;params)</code>
+<div class="block">Adds parameters to the URI query.</div>
+</td>
+</tr>
+<tr id="i57" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#paramsIfNN-java.util.Map-">paramsIfNN</a></span>(<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>,<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>&gt;&nbsp;params)</code>
+<div class="block">Same as <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#params-java.util.Map-"><code>params(Map)</code></a>
 but ignores values that are <jk>null</jk>.</div>
+</td>
+</tr>
+<tr id="i58" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#parser-org.apache.juneau.parser.Parser-">parser</a></span>(<a
 href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser">Parser</a>&nbsp;parser)</code>
 <div class="block">Specifies the parser to use on this call.</div>
 </td>
 </tr>
-<tr id="i54" class="altColor">
+<tr id="i59" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#pipeTo-java.io.OutputStream-">pipeTo</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream</a>&nbsp;os)</code>
 <div class="block">Pipes the request output to the specified output stream 
when <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#run--"><code>run()</code></a>
 is called.</div>
 </td>
 </tr>
-<tr id="i55" class="rowColor">
+<tr id="i60" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#pipeTo-java.io.OutputStream-boolean-">pipeTo</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream</a>&nbsp;os,
       boolean&nbsp;close)</code>
 <div class="block">Pipe output from response to the specified output stream 
when <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#run--"><code>run()</code></a>
 is called.</div>
 </td>
 </tr>
-<tr id="i56" class="altColor">
+<tr id="i61" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#pipeTo-java.lang.String-java.io.OutputStream-boolean-">pipeTo</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;id,
       <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream</a>&nbsp;os,
@@ -522,7 +554,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  that output stream with an ID so it can be retrieved through <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#getOutputStream-java.lang.String-"><code>getOutputStream(String)</code></a>.</div>
 </td>
 </tr>
-<tr id="i57" class="rowColor">
+<tr id="i62" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#pipeTo-java.lang.String-java.io.Writer-boolean-">pipeTo</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;id,
       <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;w,
@@ -531,68 +563,68 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  that writer with an ID so it can be retrieved through <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#getWriter-java.lang.String-"><code>getWriter(String)</code></a>.</div>
 </td>
 </tr>
-<tr id="i58" class="altColor">
+<tr id="i63" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#pipeTo-java.io.Writer-">pipeTo</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;w)</code>
 <div class="block">Pipes the request output to the specified writer when <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#run--"><code>run()</code></a>
 is called.</div>
 </td>
 </tr>
-<tr id="i59" class="rowColor">
+<tr id="i64" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#pipeTo-java.io.Writer-boolean-">pipeTo</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;w,
       boolean&nbsp;close)</code>
 <div class="block">Pipe output from response to the specified writer when <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#run--"><code>run()</code></a>
 is called.</div>
 </td>
 </tr>
-<tr id="i60" class="altColor">
+<tr id="i65" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#port-int-">port</a></span>(int&nbsp;port)</code>
 <div class="block">Sets the URI port.</div>
 </td>
 </tr>
-<tr id="i61" class="rowColor">
+<tr id="i66" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#pragma-java.lang.Object-">pragma</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;value)</code>
 <div class="block">Sets the value for the <code>Pragma</code> request 
header.</div>
 </td>
 </tr>
-<tr id="i62" class="altColor">
+<tr id="i67" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#proxyAuthorization-java.lang.Object-">proxyAuthorization</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;value)</code>
 <div class="block">Sets the value for the <code>Proxy-Authorization</code> 
request header.</div>
 </td>
 </tr>
-<tr id="i63" class="rowColor">
+<tr id="i68" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#query-java.lang.String-">query</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;query)</code>
 <div class="block">Sets a custom URI query.</div>
 </td>
 </tr>
-<tr id="i64" class="altColor">
+<tr id="i69" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#range-java.lang.Object-">range</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;value)</code>
 <div class="block">Sets the value for the <code>Range</code> request 
header.</div>
 </td>
 </tr>
-<tr id="i65" class="rowColor">
+<tr id="i70" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#redirectMaxAttempts-int-">redirectMaxAttempts</a></span>(int&nbsp;maxAttempts)</code>
 <div class="block">Specify the number of redirects to follow before throwing 
an exception.</div>
 </td>
 </tr>
-<tr id="i66" class="altColor">
+<tr id="i71" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#referer-java.lang.Object-">referer</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;value)</code>
 <div class="block">Sets the value for the <code>Referer</code> request 
header.</div>
 </td>
 </tr>
-<tr id="i67" class="rowColor">
+<tr id="i72" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#responsePattern-org.apache.juneau.rest.client.ResponsePattern-">responsePattern</a></span>(<a
 href="../../../../../org/apache/juneau/rest/client/ResponsePattern.html" 
title="class in 
org.apache.juneau.rest.client">ResponsePattern</a>&nbsp;responsePattern)</code>
 <div class="block">Adds a response pattern finder to look for regular 
expression matches in the response output.</div>
 </td>
 </tr>
-<tr id="i68" class="altColor">
+<tr id="i73" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#retryable-int-long-org.apache.juneau.rest.client.RetryOn-">retryable</a></span>(int&nbsp;retries,
          long&nbsp;interval,
@@ -600,80 +632,80 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <div class="block">Make this call retryable if an error response (>=400) is 
received.</div>
 </td>
 </tr>
-<tr id="i69" class="rowColor">
+<tr id="i74" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#run--">run</a></span>()</code>
 <div class="block">Method used to execute an HTTP response where you're only 
interested in the HTTP response code.</div>
 </td>
 </tr>
-<tr id="i70" class="altColor">
+<tr id="i75" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#scheme-java.lang.String-">scheme</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;scheme)</code>
 <div class="block">Sets the URI scheme.</div>
 </td>
 </tr>
-<tr id="i71" class="rowColor">
+<tr id="i76" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#serializer-org.apache.juneau.serializer.Serializer-">serializer</a></span>(<a
 href="../../../../../org/apache/juneau/serializer/Serializer.html" 
title="class in 
org.apache.juneau.serializer">Serializer</a>&nbsp;serializer)</code>
 <div class="block">Specifies the serializer to use on this call.</div>
 </td>
 </tr>
-<tr id="i72" class="altColor">
+<tr id="i77" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#setConfig-org.apache.http.client.config.RequestConfig-">setConfig</a></span>(org.apache.http.client.config.RequestConfig&nbsp;config)</code>
 <div class="block">Set configuration settings on this request.</div>
 </td>
 </tr>
-<tr id="i73" class="rowColor">
+<tr id="i78" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#successPattern-java.lang.String-">successPattern</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;successPattern)</code>
 <div class="block">Look for the specified regular expression pattern in the 
response output.</div>
 </td>
 </tr>
-<tr id="i74" class="altColor">
+<tr id="i79" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#te-java.lang.Object-">te</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;value)</code>
 <div class="block">Sets the value for the <code>TE</code> request header.</div>
 </td>
 </tr>
-<tr id="i75" class="rowColor">
+<tr id="i80" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#upgrade-java.lang.Object-">upgrade</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;value)</code>
 <div class="block">Sets the value for the <code>Upgrade</code> request 
header.</div>
 </td>
 </tr>
-<tr id="i76" class="altColor">
+<tr id="i81" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#uri-java.lang.Object-">uri</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;uri)</code>
 <div class="block">Sets the URI for this call.</div>
 </td>
 </tr>
-<tr id="i77" class="rowColor">
+<tr id="i82" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#userAgent-java.lang.Object-">userAgent</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;value)</code>
 <div class="block">Sets the value for the <code>User-Agent</code> request 
header.</div>
 </td>
 </tr>
-<tr id="i78" class="altColor">
+<tr id="i83" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#userInfo-java.lang.String-">userInfo</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;userInfo)</code>
 <div class="block">Sets the URI user info.</div>
 </td>
 </tr>
-<tr id="i79" class="rowColor">
+<tr id="i84" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#userInfo-java.lang.String-java.lang.String-">userInfo</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;username,
         <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;password)</code>
 <div class="block">Sets the URI user info.</div>
 </td>
 </tr>
-<tr id="i80" class="altColor">
+<tr id="i85" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#via-java.lang.Object-">via</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;value)</code>
 <div class="block">Sets the value for the <code>Via</code> request 
header.</div>
 </td>
 </tr>
-<tr id="i81" class="rowColor">
+<tr id="i86" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html" title="class 
in org.apache.juneau.rest.client">RestCall</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#warning-java.lang.Object-">warning</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;value)</code>
 <div class="block">Sets the value for the <code>Warning</code> request 
header.</div>
@@ -828,13 +860,112 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 </dl>
 </li>
 </ul>
+<a name="params-java.util.Map-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>params</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/RestCall.html#line.185">params</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>,<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>&gt;&nbsp;params)
+                throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
+<div class="block">Adds parameters to the URI query.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>params</code> - The parameters.  Values are converted to a string 
using UON notation.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="paramIfNN-java.lang.String-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>paramIfNN</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/RestCall.html#line.199">paramIfNN</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;name,
+                          <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/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
+<div class="block">Adds a parameter to the URI query if the parameter value is 
not <jk>null</jk>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - The parameter name.</dd>
+<dd><code>value</code> - The parameter value converted to a string using UON 
notation.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="paramsIfNN-java.util.Map-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>paramsIfNN</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/RestCall.html#line.212">paramsIfNN</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>,<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>&gt;&nbsp;params)
+                    throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
+<div class="block">Same as <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#params-java.util.Map-"><code>params(Map)</code></a>
 but ignores values that are <jk>null</jk>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>params</code> - The parameters.  Values are converted to a string 
using UON notation.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="paramIfNE-java.lang.String-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>paramIfNE</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/RestCall.html#line.231">paramIfNE</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;name,
+                          <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/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
+<div class="block">Adds a parameter to the URI query if the parameter value is 
not <jk>null</jk> or an empty string.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - The parameter name.</dd>
+<dd><code>value</code> - The parameter value converted to a string using UON 
notation.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="paramIfNE-java.util.Map-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>paramIfNE</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/RestCall.html#line.244">paramIfNE</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>,<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>&gt;&nbsp;params)
+                   throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
+<div class="block">Same as <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#params-java.util.Map-"><code>params(Map)</code></a>
 but ignores values that are <jk>null</jk> or empty strings.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>params</code> - The parameters.  Values are converted to a string 
using UON notation.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></code></dd>
+</dl>
+</li>
+</ul>
 <a name="query-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>query</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/RestCall.html#line.184">query</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;query)</pre>
+<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/RestCall.html#line.261">query</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;query)</pre>
 <div class="block">Sets a custom URI query.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -850,7 +981,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>userInfo</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/RestCall.html#line.195">userInfo</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;userInfo)</pre>
+<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/RestCall.html#line.272">userInfo</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;userInfo)</pre>
 <div class="block">Sets the URI user info.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -866,7 +997,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>userInfo</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/RestCall.html#line.207">userInfo</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;username,
+<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/RestCall.html#line.284">userInfo</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;username,
                          <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;password)</pre>
 <div class="block">Sets the URI user info.</div>
 <dl>
@@ -884,7 +1015,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>input</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/RestCall.html#line.226">input</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;input)
+<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/RestCall.html#line.303">input</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;input)
                throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
 <div class="block">Sets the input for this REST call.</div>
 <dl>
@@ -910,7 +1041,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>serializer</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/RestCall.html#line.239">serializer</a>(<a
 href="../../../../../org/apache/juneau/serializer/Serializer.html" 
title="class in 
org.apache.juneau.serializer">Serializer</a>&nbsp;serializer)</pre>
+<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/RestCall.html#line.316">serializer</a>(<a
 href="../../../../../org/apache/juneau/serializer/Serializer.html" 
title="class in 
org.apache.juneau.serializer">Serializer</a>&nbsp;serializer)</pre>
 <div class="block">Specifies the serializer to use on this call.
  <p>
  Overrides the serializer specified on the <a 
href="../../../../../org/apache/juneau/rest/client/RestClient.html" 
title="class in 
org.apache.juneau.rest.client"><code>RestClient</code></a>.</div>
@@ -928,7 +1059,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>parser</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/RestCall.html#line.252">parser</a>(<a
 href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser">Parser</a>&nbsp;parser)</pre>
+<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/RestCall.html#line.329">parser</a>(<a
 href="../../../../../org/apache/juneau/parser/Parser.html" title="class in 
org.apache.juneau.parser">Parser</a>&nbsp;parser)</pre>
 <div class="block">Specifies the parser to use on this call.
  <p>
  Overrides the parser specified on the <a 
href="../../../../../org/apache/juneau/rest/client/RestClient.html" 
title="class in 
org.apache.juneau.rest.client"><code>RestClient</code></a>.</div>
@@ -946,7 +1077,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>header</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/RestCall.html#line.271">header</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;name,
+<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/RestCall.html#line.348">header</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;name,
                        <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)</pre>
 <div class="block">Convenience method for setting a header value on the 
request.
  <p>
@@ -966,7 +1097,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>accept</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/RestCall.html#line.284">accept</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;value)</pre>
+<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/RestCall.html#line.361">accept</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;value)</pre>
 <div class="block">Sets the value for the <code>Accept</code> request header.
  <p>
  This overrides the media type specified on the parser, but is overridden by 
calling <code>header(<js>"Accept"</js>, value);</code></div>
@@ -984,7 +1115,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>acceptCharset</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/RestCall.html#line.296">acceptCharset</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;value)</pre>
+<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/RestCall.html#line.373">acceptCharset</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;value)</pre>
 <div class="block">Sets the value for the <code>Accept-Charset</code> request 
header.
  <p>
  This is a shortcut for calling <code>header(<js>"Accept-Charset"</js>, 
value);</code></div>
@@ -1002,7 +1133,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>acceptEncoding</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/RestCall.html#line.308">acceptEncoding</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;value)</pre>
+<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/RestCall.html#line.385">acceptEncoding</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;value)</pre>
 <div class="block">Sets the value for the <code>Accept-Encoding</code> request 
header.
  <p>
  This is a shortcut for calling <code>header(<js>"Accept-Encoding"</js>, 
value);</code></div>
@@ -1020,7 +1151,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>acceptLanguage</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/RestCall.html#line.320">acceptLanguage</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;value)</pre>
+<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/RestCall.html#line.397">acceptLanguage</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;value)</pre>
 <div class="block">Sets the value for the <code>Accept-Language</code> request 
header.
  <p>
  This is a shortcut for calling <code>header(<js>"Accept-Language"</js>, 
value);</code></div>
@@ -1038,7 +1169,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>authorization</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/RestCall.html#line.332">authorization</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;value)</pre>
+<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/RestCall.html#line.409">authorization</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;value)</pre>
 <div class="block">Sets the value for the <code>Authorization</code> request 
header.
  <p>
  This is a shortcut for calling <code>header(<js>"Authorization"</js>, 
value);</code></div>
@@ -1056,7 +1187,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>cacheControl</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/RestCall.html#line.344">cacheControl</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;value)</pre>
+<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/RestCall.html#line.421">cacheControl</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;value)</pre>
 <div class="block">Sets the value for the <code>Cache-Control</code> request 
header.
  <p>
  This is a shortcut for calling <code>header(<js>"Cache-Control"</js>, 
value);</code></div>
@@ -1074,7 +1205,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>connection</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/RestCall.html#line.356">connection</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;value)</pre>
+<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/RestCall.html#line.433">connection</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;value)</pre>
 <div class="block">Sets the value for the <code>Connection</code> request 
header.
  <p>
  This is a shortcut for calling <code>header(<js>"Connection"</js>, 
value);</code></div>
@@ -1092,7 +1223,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>contentLength</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/RestCall.html#line.368">contentLength</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;value)</pre>
+<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/RestCall.html#line.445">contentLength</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;value)</pre>
 <div class="block">Sets the value for the <code>Content-Length</code> request 
header.
  <p>
  This is a shortcut for calling <code>header(<js>"Content-Length"</js>, 
value);</code></div>
@@ -1110,7 +1241,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>contentType</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/RestCall.html#line.380">contentType</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;value)</pre>
+<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/RestCall.html#line.457">contentType</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;value)</pre>
 <div class="block">Sets the value for the <code>Content-Type</code> request 
header.
  <p>
  This overrides the media type specified on the serializer, but is overridden 
by calling <code>header(<js>"Content-Type"</js>, value);</code></div>
@@ -1128,7 +1259,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>date</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/RestCall.html#line.392">date</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;value)</pre>
+<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/RestCall.html#line.469">date</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;value)</pre>
 <div class="block">Sets the value for the <code>Date</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"Date"</js>, 
value);</code></div>
@@ -1146,7 +1277,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>expect</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/RestCall.html#line.404">expect</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;value)</pre>
+<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/RestCall.html#line.481">expect</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;value)</pre>
 <div class="block">Sets the value for the <code>Expect</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"Expect"</js>, 
value);</code></div>
@@ -1164,7 +1295,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>forwarded</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/RestCall.html#line.416">forwarded</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;value)</pre>
+<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/RestCall.html#line.493">forwarded</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;value)</pre>
 <div class="block">Sets the value for the <code>Forwarded</code> request 
header.
  <p>
  This is a shortcut for calling <code>header(<js>"Forwarded"</js>, 
value);</code></div>
@@ -1182,7 +1313,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>from</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/RestCall.html#line.428">from</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;value)</pre>
+<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/RestCall.html#line.505">from</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;value)</pre>
 <div class="block">Sets the value for the <code>From</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"From"</js>, 
value);</code></div>
@@ -1200,7 +1331,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>host</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/RestCall.html#line.440">host</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;value)</pre>
+<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/RestCall.html#line.517">host</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;value)</pre>
 <div class="block">Sets the value for the <code>Host</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"Host"</js>, 
value);</code></div>
@@ -1218,7 +1349,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>ifMatch</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/RestCall.html#line.452">ifMatch</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;value)</pre>
+<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/RestCall.html#line.529">ifMatch</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;value)</pre>
 <div class="block">Sets the value for the <code>If-Match</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"If-Match"</js>, 
value);</code></div>
@@ -1236,7 +1367,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>ifModifiedSince</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/RestCall.html#line.464">ifModifiedSince</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;value)</pre>
+<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/RestCall.html#line.541">ifModifiedSince</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;value)</pre>
 <div class="block">Sets the value for the <code>If-Modified-Since</code> 
request header.
  <p>
  This is a shortcut for calling <code>header(<js>"If-Modified-Since"</js>, 
value);</code></div>
@@ -1254,7 +1385,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>ifNoneMatch</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/RestCall.html#line.476">ifNoneMatch</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;value)</pre>
+<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/RestCall.html#line.553">ifNoneMatch</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;value)</pre>
 <div class="block">Sets the value for the <code>If-None-Match</code> request 
header.
  <p>
  This is a shortcut for calling <code>header(<js>"If-None-Match"</js>, 
value);</code></div>
@@ -1272,7 +1403,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>ifRange</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/RestCall.html#line.488">ifRange</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;value)</pre>
+<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/RestCall.html#line.565">ifRange</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;value)</pre>
 <div class="block">Sets the value for the <code>If-Range</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"If-Range"</js>, 
value);</code></div>
@@ -1290,7 +1421,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>ifUnmodifiedSince</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/RestCall.html#line.500">ifUnmodifiedSince</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;value)</pre>
+<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/RestCall.html#line.577">ifUnmodifiedSince</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;value)</pre>
 <div class="block">Sets the value for the <code>If-Unmodified-Since</code> 
request header.
  <p>
  This is a shortcut for calling <code>header(<js>"If-Unmodified-Since"</js>, 
value);</code></div>
@@ -1308,7 +1439,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>maxForwards</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/RestCall.html#line.512">maxForwards</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;value)</pre>
+<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/RestCall.html#line.589">maxForwards</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;value)</pre>
 <div class="block">Sets the value for the <code>Max-Forwards</code> request 
header.
  <p>
  This is a shortcut for calling <code>header(<js>"Max-Forwards"</js>, 
value);</code></div>
@@ -1326,7 +1457,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>origin</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/RestCall.html#line.524">origin</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;value)</pre>
+<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/RestCall.html#line.601">origin</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;value)</pre>
 <div class="block">Sets the value for the <code>Origin</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"Origin"</js>, 
value);</code></div>
@@ -1344,7 +1475,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>pragma</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/RestCall.html#line.536">pragma</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;value)</pre>
+<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/RestCall.html#line.613">pragma</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;value)</pre>
 <div class="block">Sets the value for the <code>Pragma</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"Pragma"</js>, 
value);</code></div>
@@ -1362,7 +1493,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>proxyAuthorization</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/RestCall.html#line.548">proxyAuthorization</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;value)</pre>
+<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/RestCall.html#line.625">proxyAuthorization</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;value)</pre>
 <div class="block">Sets the value for the <code>Proxy-Authorization</code> 
request header.
  <p>
  This is a shortcut for calling <code>header(<js>"Proxy-Authorization"</js>, 
value);</code></div>
@@ -1380,7 +1511,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>range</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/RestCall.html#line.560">range</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;value)</pre>
+<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/RestCall.html#line.637">range</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;value)</pre>
 <div class="block">Sets the value for the <code>Range</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"Range"</js>, 
value);</code></div>
@@ -1398,7 +1529,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>referer</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/RestCall.html#line.572">referer</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;value)</pre>
+<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/RestCall.html#line.649">referer</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;value)</pre>
 <div class="block">Sets the value for the <code>Referer</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"Referer"</js>, 
value);</code></div>
@@ -1416,7 +1547,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>te</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/RestCall.html#line.584">te</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;value)</pre>
+<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/RestCall.html#line.661">te</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;value)</pre>
 <div class="block">Sets the value for the <code>TE</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"TE"</js>, 
value);</code></div>
@@ -1434,7 +1565,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>userAgent</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/RestCall.html#line.596">userAgent</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;value)</pre>
+<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/RestCall.html#line.673">userAgent</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;value)</pre>
 <div class="block">Sets the value for the <code>User-Agent</code> request 
header.
  <p>
  This is a shortcut for calling <code>header(<js>"User-Agent"</js>, 
value);</code></div>
@@ -1452,7 +1583,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>upgrade</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/RestCall.html#line.608">upgrade</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;value)</pre>
+<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/RestCall.html#line.685">upgrade</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;value)</pre>
 <div class="block">Sets the value for the <code>Upgrade</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"Upgrade"</js>, 
value);</code></div>
@@ -1470,7 +1601,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>via</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/RestCall.html#line.620">via</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;value)</pre>
+<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/RestCall.html#line.697">via</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;value)</pre>
 <div class="block">Sets the value for the <code>Via</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"Via"</js>, 
value);</code></div>
@@ -1488,7 +1619,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>warning</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/RestCall.html#line.632">warning</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;value)</pre>
+<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/RestCall.html#line.709">warning</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;value)</pre>
 <div class="block">Sets the value for the <code>Warning</code> request header.
  <p>
  This is a shortcut for calling <code>header(<js>"Warning"</js>, 
value);</code></div>
@@ -1506,7 +1637,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>clientVersion</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/RestCall.html#line.642">clientVersion</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;version)</pre>
+<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/RestCall.html#line.719">clientVersion</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;version)</pre>
 <div class="block">Sets the client version by setting the value for the 
<js>"X-Client-Version"</js> header.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1522,7 +1653,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>retryable</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/RestCall.html#line.656">retryable</a>(int&nbsp;retries,
+<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/RestCall.html#line.733">retryable</a>(int&nbsp;retries,
                           long&nbsp;interval,
                           <a 
href="../../../../../org/apache/juneau/rest/client/RetryOn.html" 
title="interface in org.apache.juneau.rest.client">RetryOn</a>&nbsp;retryOn)
                    throws <a 
href="../../../../../org/apache/juneau/rest/client/RestCallException.html" 
title="class in org.apache.juneau.rest.client">RestCallException</a></pre>
@@ -1546,7 +1677,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>allowRedirectsOnPosts</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/RestCall.html#line.684">allowRedirectsOnPosts</a>(boolean&nbsp;b)</pre>
+<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/RestCall.html#line.761">allowRedirectsOnPosts</a>(boolean&nbsp;b)</pre>
 <div class="block">For this call, allow automatic redirects when a 302 or 307 
occurs when
    performing a POST.
  <p>
@@ -1569,7 +1700,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>redirectMaxAttempts</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/RestCall.html#line.695">redirectMaxAttempts</a>(int&nbsp;maxAttempts)</pre>
+<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/RestCall.html#line.772">redirectMaxAttempts</a>(int&nbsp;maxAttempts)</pre>
 <div class="block">Specify the number of redirects to follow before throwing 
an exception.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1585,7 +1716,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>interceptor</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/RestCall.html#line.706">interceptor</a>(<a
 href="../../../../../org/apache/juneau/rest/client/RestCallInterceptor.html" 
title="class in 
org.apache.juneau.rest.client">RestCallInterceptor</a>&nbsp;interceptor)</pre>
+<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/RestCall.html#line.783">interceptor</a>(<a
 href="../../../../../org/apache/juneau/rest/client/RestCallInterceptor.html" 
title="class in 
org.apache.juneau.rest.client">RestCallInterceptor</a>&nbsp;interceptor)</pre>
 <div class="block">Add an interceptor for this call only.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1601,7 +1732,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>pipeTo</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/RestCall.html#line.722">pipeTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;w)</pre>
+<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/RestCall.html#line.799">pipeTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;w)</pre>
 <div class="block">Pipes the request output to the specified writer when <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#run--"><code>run()</code></a>
 is called.
  <p>
  The writer is not closed.
@@ -1621,7 +1752,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>pipeTo</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/RestCall.html#line.735">pipeTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;w,
+<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/RestCall.html#line.812">pipeTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;w,
                        boolean&nbsp;close)</pre>
 <div class="block">Pipe output from response to the specified writer when <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#run--"><code>run()</code></a>
 is called.
  <p>
@@ -1641,7 +1772,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>pipeTo</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/RestCall.html#line.750">pipeTo</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;id,
+<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/RestCall.html#line.827">pipeTo</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;id,
                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;w,
                        boolean&nbsp;close)</pre>
 <div class="block">Pipe output from response to the specified writer when <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#run--"><code>run()</code></a>
 is called and associate
@@ -1664,7 +1795,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getWriter</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCall.html#line.761">getWriter</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;id)</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/rest/client/RestCall.html#line.838">getWriter</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;id)</pre>
 <div class="block">Retrieves a writer associated with an ID via <a 
href="../../../../../org/apache/juneau/rest/client/RestCall.html#pipeTo-java.lang.String-java.io.Writer-boolean-"><code>pipeTo(String,
 Writer, boolean)</code></a></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1680,7 +1811,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>byLines</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/jun

<TRUNCATED>

Reply via email to