http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/connectors/http/HttpStreams.html
----------------------------------------------------------------------
diff --git 
a/site/javadoc/latest/org/apache/edgent/connectors/http/HttpStreams.html 
b/site/javadoc/latest/org/apache/edgent/connectors/http/HttpStreams.html
index 83c6f5d..2a3f879 100644
--- a/site/javadoc/latest/org/apache/edgent/connectors/http/HttpStreams.html
+++ b/site/javadoc/latest/org/apache/edgent/connectors/http/HttpStreams.html
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:11 EST 2017 -->
-<title>HttpStreams (Edgent v1.1.0)</title>
-<meta name="date" content="2017-02-26">
+<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:20 EST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>HttpStreams (Apache Edgent (incubating) v1.2.0 API)</title>
+<meta name="date" content="2017-12-18">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HttpStreams (Edgent v1.1.0)";
+            parent.document.title="HttpStreams (Apache Edgent (incubating) 
v1.2.0 API)";
         }
     }
     catch(err) {
@@ -97,7 +98,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.edgent.connectors.http.HttpStreams</li>
@@ -110,7 +111,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public class <span class="typeNameLabel">HttpStreams</span>
-extends java.lang.Object</pre>
+extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
 <div class="block">HTTP streams.</div>
 </li>
 </ul>
@@ -151,7 +152,7 @@ extends java.lang.Object</pre>
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/http/HttpStreams.html#deleteJson-org.apache.edgent.topology.TStream-org.apache.edgent.function.Supplier-org.apache.edgent.function.Function-">deleteJson</a></span>(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;stream,
           <a href="../../../../../org/apache/edgent/function/Supplier.html" 
title="interface in 
org.apache.edgent.function">Supplier</a>&lt;org.apache.http.impl.client.CloseableHttpClient&gt;&nbsp;clientCreator,
-          <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,java.lang.String&gt;&nbsp;uri)</code>
+          <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;uri)</code>
 <div class="block">Make an HTTP DELETE request with JsonObject.</div>
 </td>
 </tr>
@@ -159,7 +160,7 @@ extends java.lang.Object</pre>
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/http/HttpStreams.html#getJson-org.apache.edgent.topology.TStream-org.apache.edgent.function.Supplier-org.apache.edgent.function.Function-">getJson</a></span>(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;stream,
        <a href="../../../../../org/apache/edgent/function/Supplier.html" 
title="interface in 
org.apache.edgent.function">Supplier</a>&lt;org.apache.http.impl.client.CloseableHttpClient&gt;&nbsp;clientCreator,
-       <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,java.lang.String&gt;&nbsp;uri)</code>
+       <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;uri)</code>
 <div class="block">Make an HTTP GET request with JsonObject.</div>
 </td>
 </tr>
@@ -167,7 +168,7 @@ extends java.lang.Object</pre>
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/http/HttpStreams.html#postJson-org.apache.edgent.topology.TStream-org.apache.edgent.function.Supplier-org.apache.edgent.function.Function-org.apache.edgent.function.UnaryOperator-">postJson</a></span>(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;stream,
         <a href="../../../../../org/apache/edgent/function/Supplier.html" 
title="interface in 
org.apache.edgent.function">Supplier</a>&lt;org.apache.http.impl.client.CloseableHttpClient&gt;&nbsp;clientCreator,
-        <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,java.lang.String&gt;&nbsp;uri,
+        <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;uri,
         <a href="../../../../../org/apache/edgent/function/UnaryOperator.html" 
title="interface in 
org.apache.edgent.function">UnaryOperator</a>&lt;com.google.gson.JsonObject&gt;&nbsp;body)</code>
 <div class="block">Make an HTTP POST request with JsonObject.</div>
 </td>
@@ -176,7 +177,7 @@ extends java.lang.Object</pre>
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/http/HttpStreams.html#putJson-org.apache.edgent.topology.TStream-org.apache.edgent.function.Supplier-org.apache.edgent.function.Function-org.apache.edgent.function.UnaryOperator-">putJson</a></span>(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;stream,
        <a href="../../../../../org/apache/edgent/function/Supplier.html" 
title="interface in 
org.apache.edgent.function">Supplier</a>&lt;org.apache.http.impl.client.CloseableHttpClient&gt;&nbsp;clientCreator,
-       <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,java.lang.String&gt;&nbsp;uri,
+       <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;uri,
        <a href="../../../../../org/apache/edgent/function/UnaryOperator.html" 
title="interface in 
org.apache.edgent.function">UnaryOperator</a>&lt;com.google.gson.JsonObject&gt;&nbsp;body)</code>
 <div class="block">Make an HTTP PUT request with JsonObject.</div>
 </td>
@@ -185,8 +186,8 @@ extends java.lang.Object</pre>
 <td class="colFirst"><code>static &lt;T,R&gt;&nbsp;<a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in org.apache.edgent.topology">TStream</a>&lt;R&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/http/HttpStreams.html#requests-org.apache.edgent.topology.TStream-org.apache.edgent.function.Supplier-org.apache.edgent.function.Function-org.apache.edgent.function.Function-org.apache.edgent.function.BiFunction-">requests</a></span>(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in org.apache.edgent.topology">TStream</a>&lt;T&gt;&nbsp;stream,
         <a href="../../../../../org/apache/edgent/function/Supplier.html" 
title="interface in 
org.apache.edgent.function">Supplier</a>&lt;org.apache.http.impl.client.CloseableHttpClient&gt;&nbsp;clientCreator,
-        <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;T,java.lang.String&gt;&nbsp;method,
-        <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;T,java.lang.String&gt;&nbsp;uri,
+        <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in org.apache.edgent.function">Function</a>&lt;T,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;method,
+        <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in org.apache.edgent.function">Function</a>&lt;T,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;uri,
         <a href="../../../../../org/apache/edgent/function/BiFunction.html" 
title="interface in 
org.apache.edgent.function">BiFunction</a>&lt;T,org.apache.http.client.methods.CloseableHttpResponse,R&gt;&nbsp;response)</code>
 <div class="block">Make an HTTP request for each tuple on a stream.</div>
 </td>
@@ -195,8 +196,8 @@ extends java.lang.Object</pre>
 <td class="colFirst"><code>static &lt;T,R&gt;&nbsp;<a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in org.apache.edgent.topology">TStream</a>&lt;R&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/http/HttpStreams.html#requestsWithBody-org.apache.edgent.topology.TStream-org.apache.edgent.function.Supplier-org.apache.edgent.function.Function-org.apache.edgent.function.Function-org.apache.edgent.function.Function-org.apache.edgent.function.BiFunction-">requestsWithBody</a></span>(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in org.apache.edgent.topology">TStream</a>&lt;T&gt;&nbsp;stream,
                 <a 
href="../../../../../org/apache/edgent/function/Supplier.html" title="interface 
in 
org.apache.edgent.function">Supplier</a>&lt;org.apache.http.impl.client.CloseableHttpClient&gt;&nbsp;clientCreator,
-                <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in 
org.apache.edgent.function">Function</a>&lt;T,java.lang.String&gt;&nbsp;method,
-                <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;T,java.lang.String&gt;&nbsp;uri,
+                <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;T,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;method,
+                <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;T,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;uri,
                 <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in 
org.apache.edgent.function">Function</a>&lt;T,org.apache.http.HttpEntity&gt;&nbsp;body,
                 <a 
href="../../../../../org/apache/edgent/function/BiFunction.html" 
title="interface in 
org.apache.edgent.function">BiFunction</a>&lt;T,org.apache.http.client.methods.CloseableHttpResponse,R&gt;&nbsp;response)</code>
 <div class="block">Make an HTTP request with body for each tuple.<br></div>
@@ -207,8 +208,8 @@ extends java.lang.Object</pre>
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -249,7 +250,7 @@ extends java.lang.Object</pre>
 <h4>getJson</h4>
 <pre>public static&nbsp;<a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;getJson(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;stream,
                                                           <a 
href="../../../../../org/apache/edgent/function/Supplier.html" title="interface 
in 
org.apache.edgent.function">Supplier</a>&lt;org.apache.http.impl.client.CloseableHttpClient&gt;&nbsp;clientCreator,
-                                                          <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,java.lang.String&gt;&nbsp;uri)</pre>
+                                                          <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;uri)</pre>
 <div class="block">Make an HTTP GET request with JsonObject. <br>
  
  Method specifically works with JsonObjects. For each JsonObject in the 
stream, 
@@ -299,7 +300,7 @@ extends java.lang.Object</pre>
 <h4>deleteJson</h4>
 <pre>public static&nbsp;<a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;deleteJson(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;stream,
                                                              <a 
href="../../../../../org/apache/edgent/function/Supplier.html" title="interface 
in 
org.apache.edgent.function">Supplier</a>&lt;org.apache.http.impl.client.CloseableHttpClient&gt;&nbsp;clientCreator,
-                                                             <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,java.lang.String&gt;&nbsp;uri)</pre>
+                                                             <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;uri)</pre>
 <div class="block">Make an HTTP DELETE request with JsonObject. <br>
  
  Method specifically works with JsonObjects. For each JsonObject in the
@@ -348,7 +349,7 @@ extends java.lang.Object</pre>
 <h4>postJson</h4>
 <pre>public static&nbsp;<a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;postJson(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;stream,
                                                            <a 
href="../../../../../org/apache/edgent/function/Supplier.html" title="interface 
in 
org.apache.edgent.function">Supplier</a>&lt;org.apache.http.impl.client.CloseableHttpClient&gt;&nbsp;clientCreator,
-                                                           <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,java.lang.String&gt;&nbsp;uri,
+                                                           <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;uri,
                                                            <a 
href="../../../../../org/apache/edgent/function/UnaryOperator.html" 
title="interface in 
org.apache.edgent.function">UnaryOperator</a>&lt;com.google.gson.JsonObject&gt;&nbsp;body)</pre>
 <div class="block">Make an HTTP POST request with JsonObject. <br>
  
@@ -398,7 +399,7 @@ extends java.lang.Object</pre>
 <h4>putJson</h4>
 <pre>public static&nbsp;<a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;putJson(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;stream,
                                                           <a 
href="../../../../../org/apache/edgent/function/Supplier.html" title="interface 
in 
org.apache.edgent.function">Supplier</a>&lt;org.apache.http.impl.client.CloseableHttpClient&gt;&nbsp;clientCreator,
-                                                          <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,java.lang.String&gt;&nbsp;uri,
+                                                          <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;uri,
                                                           <a 
href="../../../../../org/apache/edgent/function/UnaryOperator.html" 
title="interface in 
org.apache.edgent.function">UnaryOperator</a>&lt;com.google.gson.JsonObject&gt;&nbsp;body)</pre>
 <div class="block">Make an HTTP PUT request with JsonObject. <br>
  
@@ -448,8 +449,8 @@ extends java.lang.Object</pre>
 <h4>requests</h4>
 <pre>public static&nbsp;&lt;T,R&gt;&nbsp;<a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in org.apache.edgent.topology">TStream</a>&lt;R&gt;&nbsp;requests(<a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in org.apache.edgent.topology">TStream</a>&lt;T&gt;&nbsp;stream,
                                         <a 
href="../../../../../org/apache/edgent/function/Supplier.html" title="interface 
in 
org.apache.edgent.function">Supplier</a>&lt;org.apache.http.impl.client.CloseableHttpClient&gt;&nbsp;clientCreator,
-                                        <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in 
org.apache.edgent.function">Function</a>&lt;T,java.lang.String&gt;&nbsp;method,
-                                        <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;T,java.lang.String&gt;&nbsp;uri,
+                                        <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;T,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;method,
+                                        <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;T,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;uri,
                                         <a 
href="../../../../../org/apache/edgent/function/BiFunction.html" 
title="interface in 
org.apache.edgent.function">BiFunction</a>&lt;T,org.apache.http.client.methods.CloseableHttpResponse,R&gt;&nbsp;response)</pre>
 <div class="block">Make an HTTP request for each tuple on a stream.
  <UL>
@@ -503,8 +504,8 @@ extends java.lang.Object</pre>
 <h4>requestsWithBody</h4>
 <pre>public static&nbsp;&lt;T,R&gt;&nbsp;<a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in org.apache.edgent.topology">TStream</a>&lt;R&gt;&nbsp;requestsWithBody(<a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in org.apache.edgent.topology">TStream</a>&lt;T&gt;&nbsp;stream,
                                                 <a 
href="../../../../../org/apache/edgent/function/Supplier.html" title="interface 
in 
org.apache.edgent.function">Supplier</a>&lt;org.apache.http.impl.client.CloseableHttpClient&gt;&nbsp;clientCreator,
-                                                <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in 
org.apache.edgent.function">Function</a>&lt;T,java.lang.String&gt;&nbsp;method,
-                                                <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;T,java.lang.String&gt;&nbsp;uri,
+                                                <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;T,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;method,
+                                                <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;T,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;uri,
                                                 <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in 
org.apache.edgent.function">Function</a>&lt;T,org.apache.http.HttpEntity&gt;&nbsp;body,
                                                 <a 
href="../../../../../org/apache/edgent/function/BiFunction.html" 
title="interface in 
org.apache.edgent.function">BiFunction</a>&lt;T,org.apache.http.client.methods.CloseableHttpResponse,R&gt;&nbsp;response)</pre>
 <div class="block">Make an HTTP request with body for each tuple.<br></div>
@@ -553,7 +554,6 @@ extends java.lang.Object</pre>
 <li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
-<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
 </div>
 <div class="subNav">
 <ul class="navList">
@@ -598,6 +598,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpClients.html
----------------------------------------------------------------------
diff --git 
a/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpClients.html
 
b/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpClients.html
index 64bd1b1..fbfa15d 100644
--- 
a/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpClients.html
+++ 
b/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpClients.html
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 -->
-<title>Uses of Class org.apache.edgent.connectors.http.HttpClients (Edgent 
v1.1.0)</title>
-<meta name="date" content="2017-02-26">
+<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.edgent.connectors.http.HttpClients (Apache 
Edgent (incubating) v1.2.0 API)</title>
+<meta name="date" content="2017-12-18">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.edgent.connectors.http.HttpClients (Edgent v1.1.0)";
+            parent.document.title="Uses of Class 
org.apache.edgent.connectors.http.HttpClients (Apache Edgent (incubating) 
v1.2.0 API)";
         }
     }
     catch(err) {
@@ -35,7 +36,7 @@
 <li><a href="../package-summary.html">Package</a></li>
 <li><a 
href="../../../../../../org/apache/edgent/connectors/http/HttpClients.html" 
title="class in org.apache.edgent.connectors.http">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
-<li><a href="../../../../../../overview-tree.html">Tree</a></li>
+<li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../../help-doc.html">Help</a></li>
@@ -86,12 +87,11 @@
 <li><a href="../package-summary.html">Package</a></li>
 <li><a 
href="../../../../../../org/apache/edgent/connectors/http/HttpClients.html" 
title="class in org.apache.edgent.connectors.http">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
-<li><a href="../../../../../../overview-tree.html">Tree</a></li>
+<li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../../help-doc.html">Help</a></li>
 </ul>
-<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
 </div>
 <div class="subNav">
 <ul class="navList">
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpResponders.html
----------------------------------------------------------------------
diff --git 
a/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpResponders.html
 
b/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpResponders.html
index 3277c8a..ea1d51e 100644
--- 
a/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpResponders.html
+++ 
b/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpResponders.html
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 -->
-<title>Uses of Class org.apache.edgent.connectors.http.HttpResponders (Edgent 
v1.1.0)</title>
-<meta name="date" content="2017-02-26">
+<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.edgent.connectors.http.HttpResponders (Apache 
Edgent (incubating) v1.2.0 API)</title>
+<meta name="date" content="2017-12-18">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.edgent.connectors.http.HttpResponders (Edgent v1.1.0)";
+            parent.document.title="Uses of Class 
org.apache.edgent.connectors.http.HttpResponders (Apache Edgent (incubating) 
v1.2.0 API)";
         }
     }
     catch(err) {
@@ -35,7 +36,7 @@
 <li><a href="../package-summary.html">Package</a></li>
 <li><a 
href="../../../../../../org/apache/edgent/connectors/http/HttpResponders.html" 
title="class in org.apache.edgent.connectors.http">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
-<li><a href="../../../../../../overview-tree.html">Tree</a></li>
+<li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../../help-doc.html">Help</a></li>
@@ -86,12 +87,11 @@
 <li><a href="../package-summary.html">Package</a></li>
 <li><a 
href="../../../../../../org/apache/edgent/connectors/http/HttpResponders.html" 
title="class in org.apache.edgent.connectors.http">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
-<li><a href="../../../../../../overview-tree.html">Tree</a></li>
+<li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../../help-doc.html">Help</a></li>
 </ul>
-<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
 </div>
 <div class="subNav">
 <ul class="navList">
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpStreams.html
----------------------------------------------------------------------
diff --git 
a/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpStreams.html
 
b/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpStreams.html
index e01bfc3..4611895 100644
--- 
a/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpStreams.html
+++ 
b/site/javadoc/latest/org/apache/edgent/connectors/http/class-use/HttpStreams.html
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 -->
-<title>Uses of Class org.apache.edgent.connectors.http.HttpStreams (Edgent 
v1.1.0)</title>
-<meta name="date" content="2017-02-26">
+<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.edgent.connectors.http.HttpStreams (Apache 
Edgent (incubating) v1.2.0 API)</title>
+<meta name="date" content="2017-12-18">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.edgent.connectors.http.HttpStreams (Edgent v1.1.0)";
+            parent.document.title="Uses of Class 
org.apache.edgent.connectors.http.HttpStreams (Apache Edgent (incubating) 
v1.2.0 API)";
         }
     }
     catch(err) {
@@ -35,7 +36,7 @@
 <li><a href="../package-summary.html">Package</a></li>
 <li><a 
href="../../../../../../org/apache/edgent/connectors/http/HttpStreams.html" 
title="class in org.apache.edgent.connectors.http">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
-<li><a href="../../../../../../overview-tree.html">Tree</a></li>
+<li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../../help-doc.html">Help</a></li>
@@ -86,12 +87,11 @@
 <li><a href="../package-summary.html">Package</a></li>
 <li><a 
href="../../../../../../org/apache/edgent/connectors/http/HttpStreams.html" 
title="class in org.apache.edgent.connectors.http">Class</a></li>
 <li class="navBarCell1Rev">Use</li>
-<li><a href="../../../../../../overview-tree.html">Tree</a></li>
+<li><a href="../package-tree.html">Tree</a></li>
 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
 <li><a href="../../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../../help-doc.html">Help</a></li>
 </ul>
-<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
 </div>
 <div class="subNav">
 <ul class="navList">
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/connectors/http/package-frame.html
----------------------------------------------------------------------
diff --git 
a/site/javadoc/latest/org/apache/edgent/connectors/http/package-frame.html 
b/site/javadoc/latest/org/apache/edgent/connectors/http/package-frame.html
index e8fec15..e7f5094 100644
--- a/site/javadoc/latest/org/apache/edgent/connectors/http/package-frame.html
+++ b/site/javadoc/latest/org/apache/edgent/connectors/http/package-frame.html
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:11 EST 2017 -->
-<title>org.apache.edgent.connectors.http (Edgent v1.1.0)</title>
-<meta name="date" content="2017-02-26">
+<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:21 EST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.edgent.connectors.http (Apache Edgent (incubating) v1.2.0 
API)</title>
+<meta name="date" content="2017-12-18">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/connectors/http/package-summary.html
----------------------------------------------------------------------
diff --git 
a/site/javadoc/latest/org/apache/edgent/connectors/http/package-summary.html 
b/site/javadoc/latest/org/apache/edgent/connectors/http/package-summary.html
index 85329c5..e51a4af 100644
--- a/site/javadoc/latest/org/apache/edgent/connectors/http/package-summary.html
+++ b/site/javadoc/latest/org/apache/edgent/connectors/http/package-summary.html
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:11 EST 2017 -->
-<title>org.apache.edgent.connectors.http (Edgent v1.1.0)</title>
-<meta name="date" content="2017-02-26">
+<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:21 EST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.edgent.connectors.http (Apache Edgent (incubating) v1.2.0 
API)</title>
+<meta name="date" content="2017-12-18">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.edgent.connectors.http (Edgent 
v1.1.0)";
+            parent.document.title="org.apache.edgent.connectors.http (Apache 
Edgent (incubating) v1.2.0 API)";
         }
     }
     catch(err) {
@@ -132,7 +133,6 @@
 <li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
-<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
 </div>
 <div class="subNav">
 <ul class="navList">
@@ -162,6 +162,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/connectors/http/package-tree.html
----------------------------------------------------------------------
diff --git 
a/site/javadoc/latest/org/apache/edgent/connectors/http/package-tree.html 
b/site/javadoc/latest/org/apache/edgent/connectors/http/package-tree.html
index 6027227..7e3cd7e 100644
--- a/site/javadoc/latest/org/apache/edgent/connectors/http/package-tree.html
+++ b/site/javadoc/latest/org/apache/edgent/connectors/http/package-tree.html
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:11 EST 2017 -->
-<title>org.apache.edgent.connectors.http Class Hierarchy (Edgent 
v1.1.0)</title>
-<meta name="date" content="2017-02-26">
+<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:21 EST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.edgent.connectors.http Class Hierarchy (Apache Edgent 
(incubating) v1.2.0 API)</title>
+<meta name="date" content="2017-12-18">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.edgent.connectors.http Class 
Hierarchy (Edgent v1.1.0)";
+            parent.document.title="org.apache.edgent.connectors.http Class 
Hierarchy (Apache Edgent (incubating) v1.2.0 API)";
         }
     }
     catch(err) {
@@ -79,7 +80,7 @@
 <div class="contentContainer">
 <h2 title="Class Hierarchy">Class Hierarchy</h2>
 <ul>
-<li type="circle">java.lang.Object
+<li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang"><span 
class="typeNameLink">Object</span></a>
 <ul>
 <li type="circle">org.apache.edgent.connectors.http.<a 
href="../../../../../org/apache/edgent/connectors/http/HttpClients.html" 
title="class in org.apache.edgent.connectors.http"><span 
class="typeNameLink">HttpClients</span></a></li>
 <li type="circle">org.apache.edgent.connectors.http.<a 
href="../../../../../org/apache/edgent/connectors/http/HttpResponders.html" 
title="class in org.apache.edgent.connectors.http"><span 
class="typeNameLink">HttpResponders</span></a></li>
@@ -106,7 +107,6 @@
 <li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
-<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
 </div>
 <div class="subNav">
 <ul class="navList">
@@ -136,6 +136,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/connectors/http/package-use.html
----------------------------------------------------------------------
diff --git 
a/site/javadoc/latest/org/apache/edgent/connectors/http/package-use.html 
b/site/javadoc/latest/org/apache/edgent/connectors/http/package-use.html
index bbc0a67..b7dbd14 100644
--- a/site/javadoc/latest/org/apache/edgent/connectors/http/package-use.html
+++ b/site/javadoc/latest/org/apache/edgent/connectors/http/package-use.html
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:13 EST 2017 -->
-<title>Uses of Package org.apache.edgent.connectors.http (Edgent 
v1.1.0)</title>
-<meta name="date" content="2017-02-26">
+<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Package org.apache.edgent.connectors.http (Apache Edgent 
(incubating) v1.2.0 API)</title>
+<meta name="date" content="2017-12-18">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package 
org.apache.edgent.connectors.http (Edgent v1.1.0)";
+            parent.document.title="Uses of Package 
org.apache.edgent.connectors.http (Apache Edgent (incubating) v1.2.0 API)";
         }
     }
     catch(err) {
@@ -91,7 +92,6 @@
 <li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
-<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
 </div>
 <div class="subNav">
 <ul class="navList">
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/connectors/iot/Commands.html
----------------------------------------------------------------------
diff --git a/site/javadoc/latest/org/apache/edgent/connectors/iot/Commands.html 
b/site/javadoc/latest/org/apache/edgent/connectors/iot/Commands.html
index c242db1..17b8d05 100644
--- a/site/javadoc/latest/org/apache/edgent/connectors/iot/Commands.html
+++ b/site/javadoc/latest/org/apache/edgent/connectors/iot/Commands.html
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:10 EST 2017 -->
-<title>Commands (Edgent v1.1.0)</title>
-<meta name="date" content="2017-02-26">
+<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:20 EST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Commands (Apache Edgent (incubating) v1.2.0 API)</title>
+<meta name="date" content="2017-12-18">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Commands (Edgent v1.1.0)";
+            parent.document.title="Commands (Apache Edgent (incubating) v1.2.0 
API)";
         }
     }
     catch(err) {
@@ -120,7 +121,7 @@
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/Commands.html#CONTROL_SERVICE">CONTROL_SERVICE</a></span></code>
 <div class="block">Command identifier used for the control service.</div>
 </td>
@@ -146,18 +147,17 @@
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CONTROL_SERVICE</h4>
-<pre>static final&nbsp;java.lang.String CONTROL_SERVICE</pre>
+<pre>static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> CONTROL_SERVICE</pre>
 <div class="block">Command identifier used for the control service.
  <BR>
  The command payload is used to invoke operations
  against control MBeans using an instance of
- <a 
href="../../../../../org/apache/edgent/runtime/jsoncontrol/JsonControlService.html"
 title="class in 
org.apache.edgent.runtime.jsoncontrol"><code>JsonControlService</code></a>.
+ <code>org.apache.edgent.runtime.jsoncontrol.JsonControlService</code>.
  <BR>
  Value is "edgentControl".</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a 
href="../../../../../org/apache/edgent/execution/services/ControlService.html" 
title="interface in 
org.apache.edgent.execution.services"><code>ControlService</code></a>, 
-<a href="../../../../../org/apache/edgent/providers/iot/IotProvider.html" 
title="class in org.apache.edgent.providers.iot"><code>IotProvider</code></a>, 
+<dd><a 
href="../../../../../org/apache/edgent/execution/services/ControlService.html" 
title="interface in org.apache.edgent.execution.services"><code>See {@code 
org.apache.edgent.providers.iot.IotProvider}</code></a>, 
 <a 
href="../../../../../constant-values.html#org.apache.edgent.connectors.iot.Commands.CONTROL_SERVICE">Constant
 Field Values</a></dd>
 </dl>
 </li>
@@ -187,7 +187,6 @@
 <li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
-<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
 </div>
 <div class="subNav">
 <ul class="navList">
@@ -232,6 +231,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/connectors/iot/Events.html
----------------------------------------------------------------------
diff --git a/site/javadoc/latest/org/apache/edgent/connectors/iot/Events.html 
b/site/javadoc/latest/org/apache/edgent/connectors/iot/Events.html
index 72aaec2..14382dc 100644
--- a/site/javadoc/latest/org/apache/edgent/connectors/iot/Events.html
+++ b/site/javadoc/latest/org/apache/edgent/connectors/iot/Events.html
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:10 EST 2017 -->
-<title>Events (Edgent v1.1.0)</title>
-<meta name="date" content="2017-02-26">
+<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:20 EST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Events (Apache Edgent (incubating) v1.2.0 API)</title>
+<meta name="date" content="2017-12-18">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Events (Edgent v1.1.0)";
+            parent.document.title="Events (Apache Edgent (incubating) v1.2.0 
API)";
         }
     }
     catch(err) {
@@ -120,7 +121,7 @@
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/Events.html#IOT_START">IOT_START</a></span></code>
 <div class="block">An IotProvider has started.</div>
 </td>
@@ -146,7 +147,7 @@
 <ul class="blockListLast">
 <li class="blockList">
 <h4>IOT_START</h4>
-<pre>static final&nbsp;java.lang.String IOT_START</pre>
+<pre>static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> IOT_START</pre>
 <div class="block">An IotProvider has started.
  Event data is an empty JSON object</div>
 <dl>
@@ -180,7 +181,6 @@
 <li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
-<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
 </div>
 <div class="subNav">
 <ul class="navList">
@@ -225,6 +225,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/connectors/iot/HeartBeat.html
----------------------------------------------------------------------
diff --git 
a/site/javadoc/latest/org/apache/edgent/connectors/iot/HeartBeat.html 
b/site/javadoc/latest/org/apache/edgent/connectors/iot/HeartBeat.html
index 418d809..60f7cf6 100644
--- a/site/javadoc/latest/org/apache/edgent/connectors/iot/HeartBeat.html
+++ b/site/javadoc/latest/org/apache/edgent/connectors/iot/HeartBeat.html
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:10 EST 2017 -->
-<title>HeartBeat (Edgent v1.1.0)</title>
-<meta name="date" content="2017-02-26">
+<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:20 EST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>HeartBeat (Apache Edgent (incubating) v1.2.0 API)</title>
+<meta name="date" content="2017-12-18">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HeartBeat (Edgent v1.1.0)";
+            parent.document.title="HeartBeat (Apache Edgent (incubating) 
v1.2.0 API)";
         }
     }
     catch(err) {
@@ -97,7 +98,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.edgent.connectors.iot.HeartBeat</li>
@@ -110,7 +111,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public class <span class="typeNameLabel">HeartBeat</span>
-extends java.lang.Object</pre>
+extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
 <div class="block">An IoT device heartbeat event generator.</div>
 </li>
 </ul>
@@ -134,8 +135,8 @@ extends java.lang.Object</pre>
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/HeartBeat.html#addHeartBeat-org.apache.edgent.connectors.iot.IotDevice-long-java.util.concurrent.TimeUnit-java.lang.String-">addHeartBeat</a></span>(<a
 href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html" 
title="interface in 
org.apache.edgent.connectors.iot">IotDevice</a>&nbsp;iotDevice,
             long&nbsp;period,
-            java.util.concurrent.TimeUnit&nbsp;unit,
-            java.lang.String&nbsp;eventId)</code>
+            <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in java.util.concurrent">TimeUnit</a>&nbsp;unit,
+            <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;eventId)</code>
 <div class="block">Add IoT device heart beat processing to a topology.</div>
 </td>
 </tr>
@@ -144,8 +145,8 @@ extends java.lang.Object</pre>
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -169,8 +170,8 @@ extends java.lang.Object</pre>
 <h4>addHeartBeat</h4>
 <pre>public static&nbsp;<a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;addHeartBeat(<a
 href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html" 
title="interface in 
org.apache.edgent.connectors.iot">IotDevice</a>&nbsp;iotDevice,
                                                                
long&nbsp;period,
-                                                               
java.util.concurrent.TimeUnit&nbsp;unit,
-                                                               
java.lang.String&nbsp;eventId)</pre>
+                                                               <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in java.util.concurrent">TimeUnit</a>&nbsp;unit,
+                                                               <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;eventId)</pre>
 <div class="block">Add IoT device heart beat processing to a topology.
  <P>
  An IoTDevice event containing heart beat information 
@@ -192,7 +193,7 @@ extends java.lang.Object</pre>
  heart beat's properties:
  <ul>
  <li>"when" : (string) ISO8601 UTC date/time. e.g. "2016-07-12T17:57:08Z"</li>
- <li>"time" : (number) <code>System.currentTimeMillis()</code></li>
+ <li>"time" : (number) <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/System.html?is-external=true#currentTimeMillis--";
 title="class or interface in 
java.lang"><code>System.currentTimeMillis()</code></a></li>
  </ul></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -230,7 +231,6 @@ extends java.lang.Object</pre>
 <li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
-<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
 </div>
 <div class="subNav">
 <ul class="navList">
@@ -275,6 +275,6 @@ extends java.lang.Object</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/connectors/iot/IotDevice.html
----------------------------------------------------------------------
diff --git 
a/site/javadoc/latest/org/apache/edgent/connectors/iot/IotDevice.html 
b/site/javadoc/latest/org/apache/edgent/connectors/iot/IotDevice.html
index 559c040..8ba6d2c 100644
--- a/site/javadoc/latest/org/apache/edgent/connectors/iot/IotDevice.html
+++ b/site/javadoc/latest/org/apache/edgent/connectors/iot/IotDevice.html
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:10 EST 2017 -->
-<title>IotDevice (Edgent v1.1.0)</title>
-<meta name="date" content="2017-02-26">
+<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:20 EST 2017 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>IotDevice (Apache Edgent (incubating) v1.2.0 API)</title>
+<meta name="date" content="2017-12-18">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="IotDevice (Edgent v1.1.0)";
+            parent.document.title="IotDevice (Apache Edgent (incubating) 
v1.2.0 API)";
         }
     }
     catch(err) {
@@ -153,37 +154,37 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html#CMD_DEVICE">CMD_DEVICE</a></span></code>
 <div class="block">Device identifier key.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html#CMD_FORMAT">CMD_FORMAT</a></span></code>
 <div class="block">Command format key.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html#CMD_ID">CMD_ID</a></span></code>
 <div class="block">Command identifier key.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html#CMD_PAYLOAD">CMD_PAYLOAD</a></span></code>
 <div class="block">Command payload key.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html#CMD_TS">CMD_TS</a></span></code>
 <div class="block">Command timestamp (in milliseconds) key.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colFirst"><code>static <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html#RESERVED_ID_PREFIX">RESERVED_ID_PREFIX</a></span></code>
 <div class="block">Device event and command identifiers starting with "edgent" 
are reserved for use by Edgent.</div>
 </td>
@@ -205,35 +206,35 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html#commands-java.lang.String...-">commands</a></span>(java.lang.String...&nbsp;commands)</code>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html#commands-java.lang.String...-">commands</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;commands)</code>
 <div class="block">Create a stream of device commands as JSON objects.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/edgent/topology/TSink.html" title="interface in 
org.apache.edgent.topology">TSink</a>&lt;com.google.gson.JsonObject&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html#events-org.apache.edgent.topology.TStream-org.apache.edgent.function.Function-org.apache.edgent.function.UnaryOperator-org.apache.edgent.function.Function-">events</a></span>(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;stream,
-      <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,java.lang.String&gt;&nbsp;eventId,
+      <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;eventId,
       <a href="../../../../../org/apache/edgent/function/UnaryOperator.html" 
title="interface in 
org.apache.edgent.function">UnaryOperator</a>&lt;com.google.gson.JsonObject&gt;&nbsp;payload,
-      <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,java.lang.Integer&gt;&nbsp;qos)</code>
+      <a href="../../../../../org/apache/edgent/function/Function.html" 
title="interface in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer</a>&gt;&nbsp;qos)</code>
 <div class="block">Publish a stream's tuples as device events.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../../org/apache/edgent/topology/TSink.html" title="interface in 
org.apache.edgent.topology">TSink</a>&lt;com.google.gson.JsonObject&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html#events-org.apache.edgent.topology.TStream-java.lang.String-int-">events</a></span>(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;stream,
-      java.lang.String&nbsp;eventId,
+      <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;eventId,
       int&nbsp;qos)</code>
 <div class="block">Publish a stream's tuples as device events.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html#getDeviceId--">getDeviceId</a></span>()</code>
 <div class="block">Get the device's unique opaque device identifier.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html#getDeviceType--">getDeviceType</a></span>()</code>
 <div class="block">Get the device's opaque device type identifier.</div>
 </td>
@@ -266,7 +267,7 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>RESERVED_ID_PREFIX</h4>
-<pre>static final&nbsp;java.lang.String RESERVED_ID_PREFIX</pre>
+<pre>static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> RESERVED_ID_PREFIX</pre>
 <div class="block">Device event and command identifiers starting with "edgent" 
are reserved for use by Edgent.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -280,7 +281,7 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>CMD_ID</h4>
-<pre>static final&nbsp;java.lang.String CMD_ID</pre>
+<pre>static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> CMD_ID</pre>
 <div class="block">Command identifier key.
  Key is "command".</div>
 <dl>
@@ -296,7 +297,7 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>CMD_TS</h4>
-<pre>static final&nbsp;java.lang.String CMD_TS</pre>
+<pre>static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> CMD_TS</pre>
 <div class="block">Command timestamp (in milliseconds) key.
  Key is "tsms".</div>
 <dl>
@@ -312,7 +313,7 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>CMD_FORMAT</h4>
-<pre>static final&nbsp;java.lang.String CMD_FORMAT</pre>
+<pre>static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> CMD_FORMAT</pre>
 <div class="block">Command format key.
  Key is "format".</div>
 <dl>
@@ -328,7 +329,7 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>CMD_PAYLOAD</h4>
-<pre>static final&nbsp;java.lang.String CMD_PAYLOAD</pre>
+<pre>static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> CMD_PAYLOAD</pre>
 <div class="block">Command payload key.
  If the command format is <code>json</code> then
  the key's value will be a <code>JsonObject</code>,
@@ -347,7 +348,7 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CMD_DEVICE</h4>
-<pre>static final&nbsp;java.lang.String CMD_DEVICE</pre>
+<pre>static final&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a> CMD_DEVICE</pre>
 <div class="block">Device identifier key.
  Key is "device".
  The value is the result of <a 
href="../../../../../org/apache/edgent/connectors/iot/IotDevice.html#getDeviceId--"><code>getDeviceId()</code></a>.</div>
@@ -372,7 +373,7 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getDeviceType</h4>
-<pre>java.lang.String&nbsp;getDeviceType()</pre>
+<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getDeviceType()</pre>
 <div class="block">Get the device's opaque device type identifier.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -386,7 +387,7 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getDeviceId</h4>
-<pre>java.lang.String&nbsp;getDeviceId()</pre>
+<pre><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getDeviceId()</pre>
 <div class="block">Get the device's unique opaque device identifier.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -401,9 +402,9 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <li class="blockList">
 <h4>events</h4>
 <pre><a href="../../../../../org/apache/edgent/topology/TSink.html" 
title="interface in 
org.apache.edgent.topology">TSink</a>&lt;com.google.gson.JsonObject&gt;&nbsp;events(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;stream,
-                                         <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,java.lang.String&gt;&nbsp;eventId,
+                                         <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;eventId,
                                          <a 
href="../../../../../org/apache/edgent/function/UnaryOperator.html" 
title="interface in 
org.apache.edgent.function">UnaryOperator</a>&lt;com.google.gson.JsonObject&gt;&nbsp;payload,
-                                         <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in 
org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,java.lang.Integer&gt;&nbsp;qos)</pre>
+                                         <a 
href="../../../../../org/apache/edgent/function/Function.html" title="interface 
in org.apache.edgent.function">Function</a>&lt;com.google.gson.JsonObject,<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer</a>&gt;&nbsp;qos)</pre>
 <div class="block">Publish a stream's tuples as device events.
  <p>
  Each tuple is published as a device event with the supplied functions
@@ -427,7 +428,7 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <li class="blockList">
 <h4>events</h4>
 <pre><a href="../../../../../org/apache/edgent/topology/TSink.html" 
title="interface in 
org.apache.edgent.topology">TSink</a>&lt;com.google.gson.JsonObject&gt;&nbsp;events(<a
 href="../../../../../org/apache/edgent/topology/TStream.html" title="interface 
in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;stream,
-                                         java.lang.String&nbsp;eventId,
+                                         <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;eventId,
                                          int&nbsp;qos)</pre>
 <div class="block">Publish a stream's tuples as device events.
  <p>
@@ -449,7 +450,7 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <ul class="blockListLast">
 <li class="blockList">
 <h4>commands</h4>
-<pre><a href="../../../../../org/apache/edgent/topology/TStream.html" 
title="interface in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;commands(java.lang.String...&nbsp;commands)</pre>
+<pre><a href="../../../../../org/apache/edgent/topology/TStream.html" 
title="interface in 
org.apache.edgent.topology">TStream</a>&lt;com.google.gson.JsonObject&gt;&nbsp;commands(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;commands)</pre>
 <div class="block">Create a stream of device commands as JSON objects.
  Each command sent to the device matching <code>commands</code> will result in 
a tuple
  on the stream. The JSON object has these keys:
@@ -499,7 +500,6 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
-<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org";>Apache 
Edgent (incubating)</a></div>
 </div>
 <div class="subNav">
 <ul class="navList">
@@ -544,6 +544,6 @@ extends <a 
href="../../../../../org/apache/edgent/topology/TopologyElement.html"
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2017 The Apache Software 
Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Reply via email to