Javadoc updates. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/33cef683 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/33cef683 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/33cef683
Branch: refs/heads/asf-site Commit: 33cef6831c7ef9c0b495d9a92dfd08dbcfc2fc35 Parents: 3fcb8e9 Author: JamesBognar <[email protected]> Authored: Fri Apr 7 17:26:01 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Fri Apr 7 17:26:01 2017 -0400 ---------------------------------------------------------------------- content/site/apidocs/index-all.html | 30 +- .../org/apache/juneau/rest/client/RestCall.html | 446 ++- .../apache/juneau/rest/client/RestClient.html | 48 +- .../juneau/rest/client/RestClientBuilder.html | 661 ++-- content/site/apidocs/overview-summary.html | 8 + .../org/apache/juneau/rest/client/RestCall.html | 3103 ++++++++-------- .../apache/juneau/rest/client/RestClient.html | 913 ++--- .../juneau/rest/client/RestClientBuilder.html | 3386 +++++++++--------- 8 files changed, 4407 insertions(+), 4188 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/33cef683/content/site/apidocs/index-all.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/index-all.html b/content/site/apidocs/index-all.html index c7daea6..a669f70 100644 --- a/content/site/apidocs/index-all.html +++ b/content/site/apidocs/index-all.html @@ -6412,6 +6412,10 @@ <dd> <div class="block">Execute the specified request.</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/juneau/rest/client/RestClientBuilder.html#executorService-java.util.concurrent.ExecutorService-boolean-">executorService(ExecutorService, boolean)</a></span> - Method in class org.apache.juneau.rest.client.<a href="org/apache/juneau/rest/client/RestClientBuilder.html" title="class in org.apache.juneau.rest.client">RestClientBuilder</a></dt> +<dd> +<div class="block">Defines the executor service to use when calling future methods on the <a href="org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client"><code>RestCall</code></a> class.</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/juneau/urlencoding/UrlEncodingSerializer.Expanded.html#Expanded-org.apache.juneau.PropertyStore-">Expanded(PropertyStore)</a></span> - Constructor for class org.apache.juneau.urlencoding.<a href="org/apache/juneau/urlencoding/UrlEncodingSerializer.Expanded.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer.Expanded</a></dt> <dd> <div class="block">Constructor.</div> @@ -9891,6 +9895,10 @@ <dd> <div class="block">Connects to the remote resource (if <code>connect()</code> hasn't already been called) and returns the HTTP response message body as plain text.</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/juneau/rest/client/RestCall.html#getResponseAsStringFuture--">getResponseAsStringFuture()</a></span> - Method in class org.apache.juneau.rest.client.<a href="org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a></dt> +<dd> +<div class="block">Same as <a href="org/apache/juneau/rest/client/RestCall.html#getResponse-java.lang.Class-"><code>RestCall.getResponse(Class)</code></a> but allows you to run the call asynchronously.</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/juneau/rest/client/RestCallException.html#getResponseCode--">getResponseCode()</a></span> - Method in exception org.apache.juneau.rest.client.<a href="org/apache/juneau/rest/client/RestCallException.html" title="class in org.apache.juneau.rest.client">RestCallException</a></dt> <dd> <div class="block">Returns the HTTP response status code.</div> @@ -9899,6 +9907,14 @@ <dd> <div class="block">Optional method that returns the response <code>Content-Type</code> for this serializer if it is different from the matched media type.</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/juneau/rest/client/RestCall.html#getResponseFuture-java.lang.Class-">getResponseFuture(Class<T>)</a></span> - Method in class org.apache.juneau.rest.client.<a href="org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a></dt> +<dd> +<div class="block">Same as <a href="org/apache/juneau/rest/client/RestCall.html#getResponse-java.lang.Class-"><code>RestCall.getResponse(Class)</code></a> but allows you to run the call asynchronously.</div> +</dd> +<dt><span class="memberNameLink"><a href="org/apache/juneau/rest/client/RestCall.html#getResponseFuture-java.lang.reflect.Type-java.lang.reflect.Type...-">getResponseFuture(Type, Type...)</a></span> - Method in class org.apache.juneau.rest.client.<a href="org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a></dt> +<dd> +<div class="block">Same as <a href="org/apache/juneau/rest/client/RestCall.html#getResponse-java.lang.Class-"><code>RestCall.getResponse(Class)</code></a> but allows you to run the call asynchronously.</div> +</dd> <dt><span class="memberNameLink"><a href="org/apache/juneau/rest/RestContext.html#getResponseHandlers--">getResponseHandlers()</a></span> - Method in class org.apache.juneau.rest.<a href="org/apache/juneau/rest/RestContext.html" title="class in org.apache.juneau.rest">RestContext</a></dt> <dd> <div class="block">Returns the response handlers associated with this resource.</div> @@ -16419,10 +16435,6 @@ <dd> <div class="block">Adds a parameter to the URI query if the parameter value is not <jk>null</jk> or an empty string.</div> </dd> -<dt><span class="memberNameLink"><a href="org/apache/juneau/rest/client/RestCall.html#paramIfNE-java.util.Map-">paramIfNE(Map<String, Object>)</a></span> - Method in class org.apache.juneau.rest.client.<a href="org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a></dt> -<dd> -<div class="block">Same as <a href="org/apache/juneau/rest/client/RestCall.html#params-java.util.Map-"><code>RestCall.params(Map)</code></a> but ignores values that are <jk>null</jk> or empty strings.</div> -</dd> <dt><span class="memberNameLink"><a href="org/apache/juneau/rest/client/RestCall.html#paramIfNN-java.lang.String-java.lang.Object-">paramIfNN(String, Object)</a></span> - Method in class org.apache.juneau.rest.client.<a href="org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a></dt> <dd> <div class="block">Adds a parameter to the URI query if the parameter value is not <jk>null</jk>.</div> @@ -16431,10 +16443,6 @@ <dd> <div class="block">Adds parameters to the URI query.</div> </dd> -<dt><span class="memberNameLink"><a href="org/apache/juneau/rest/client/RestCall.html#paramsIfNN-java.util.Map-">paramsIfNN(Map<String, Object>)</a></span> - Method in class org.apache.juneau.rest.client.<a href="org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a></dt> -<dd> -<div class="block">Same as <a href="org/apache/juneau/rest/client/RestCall.html#params-java.util.Map-"><code>RestCall.params(Map)</code></a> but ignores values that are <jk>null</jk>.</div> -</dd> <dt><a href="org/apache/juneau/annotation/ParentProperty.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">ParentProperty</span></a> - Annotation Type in <a href="org/apache/juneau/annotation/package-summary.html">org.apache.juneau.annotation</a></dt> <dd> <div class="block">Identifies a setter as a method for adding a parent reference to a child object.</div> @@ -19465,7 +19473,7 @@ <dd> <div class="block">Utility class for interfacing with remote REST interfaces.</div> </dd> -<dt><span class="memberNameLink"><a href="org/apache/juneau/rest/client/RestClient.html#RestClient-org.apache.juneau.PropertyStore-org.apache.http.impl.client.CloseableHttpClient-boolean-org.apache.juneau.serializer.Serializer-org.apache.juneau.parser.Parser-org.apache.juneau.urlencoding.UrlEncodingSerializer-java.util.Map-java.util.List-java.lang.String-java.util.Map-java.lang.String-org.apache.juneau.rest.client.RetryOn-int-long-boolean-">RestClient(PropertyStore, CloseableHttpClient, boolean, Serializer, Parser, UrlEncodingSerializer, Map<String, String>, List<RestCallInterceptor>, String, Map<Method, String>, String, RetryOn, int, long, boolean)</a></span> - Constructor for class org.apache.juneau.rest.client.<a href="org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a></dt> +<dt><span class="memberNameLink"><a href="org/apache/juneau/rest/client/RestClient.html#RestClient-org.apache.juneau.PropertyStore-org.apache.http.impl.client.CloseableHttpClient-boolean-org.apache.juneau.serializer.Serializer-org.apache.juneau.parser.Parser-org.apache.juneau.urlencoding.UrlEncodingSerializer-java.util.Map-java.util.List-java.lang.String-java.util.Map-java.lang.String-org.apache.juneau.rest.client.RetryOn-int-long-boolean-java.util.concurrent.ExecutorService-boolean-">RestClient(PropertyStore, CloseableHttpClient, boolean, Serializer, Parser, UrlEncodingSerializer, Map<String, String>, List<RestCallInterceptor>, String, Map<Method, String>, String, RetryOn, int, long, boolean, ExecutorService, boolean)</a></span> - Constructor for class org.apache.juneau.rest.client.<a href="org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a></dt> <dd> <div class="block">Create a new REST client.</div> </dd> @@ -19817,6 +19825,10 @@ <dd> <div class="block">Run this command and pipes the output to the specified writer or output stream.</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/juneau/rest/client/RestCall.html#runFuture--">runFuture()</a></span> - Method in class org.apache.juneau.rest.client.<a href="org/apache/juneau/rest/client/RestCall.html" title="class in org.apache.juneau.rest.client">RestCall</a></dt> +<dd> +<div class="block">Same as <a href="org/apache/juneau/rest/client/RestCall.html#run--"><code>RestCall.run()</code></a> but allows you to run the call asynchronously.</div> +</dd> </dl> <a name="I:S"> <!-- -->
