aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-12-03 13:23:29 -0800
committerJakob Odersky <jakob@odersky.com>2017-12-03 13:23:29 -0800
commitc788585aa58b6b5474e608e8a4f9725403814444 (patch)
tree93cb9e19fb10002a1d0a4a79b19db3efcf199843
parent25e6ce0498dee68b2932a459a40056bbafcdfc9e (diff)
downloadakka-serial-c788585aa58b6b5474e608e8a4f9725403814444.tar.gz
akka-serial-c788585aa58b6b5474e608e8a4f9725403814444.tar.bz2
akka-serial-c788585aa58b6b5474e608e8a4f9725403814444.zip
Update documentation to version 4.1.2
-rw-r--r--_config.yml2
-rw-r--r--documentation/4.1/api/akka/index.html8
-rw-r--r--documentation/4.1/api/akka/serial/AccessDeniedException.html88
-rw-r--r--documentation/4.1/api/akka/serial/InvalidSettingsException.html88
-rw-r--r--documentation/4.1/api/akka/serial/NoSuchPortException.html88
-rw-r--r--documentation/4.1/api/akka/serial/Parity$.html88
-rw-r--r--documentation/4.1/api/akka/serial/PortClosedException.html88
-rw-r--r--documentation/4.1/api/akka/serial/PortInUseException.html88
-rw-r--r--documentation/4.1/api/akka/serial/PortInterruptedException.html88
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$Close$.html99
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$Closed$.html99
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$Command.html104
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$CommandFailed.html99
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$Connected.html99
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$Event.html104
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$Message.html104
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$NoAck$.html99
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$Open.html99
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$Opened.html99
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$Received.html99
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$Unwatch.html99
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$Watch.html99
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$Write.html99
-rw-r--r--documentation/4.1/api/akka/serial/Serial$.html139
-rw-r--r--documentation/4.1/api/akka/serial/SerialExt.html88
-rw-r--r--documentation/4.1/api/akka/serial/SerialSettings.html83
-rw-r--r--documentation/4.1/api/akka/serial/index.html96
-rw-r--r--documentation/4.1/api/akka/serial/stream/Serial$$Connection.html51
-rw-r--r--documentation/4.1/api/akka/serial/stream/Serial$$Watch.html51
-rw-r--r--documentation/4.1/api/akka/serial/stream/Serial$.html59
-rw-r--r--documentation/4.1/api/akka/serial/stream/Serial.html56
-rw-r--r--documentation/4.1/api/akka/serial/stream/StreamSerialException.html56
-rw-r--r--documentation/4.1/api/akka/serial/stream/StreamWatcherException.html56
-rw-r--r--documentation/4.1/api/akka/serial/stream/index.html44
-rw-r--r--documentation/4.1/api/akka/serial/sync/SerialConnection$.html48
-rw-r--r--documentation/4.1/api/akka/serial/sync/SerialConnection.html48
-rw-r--r--documentation/4.1/api/akka/serial/sync/index.html28
-rw-r--r--documentation/4.1/api/index.html4
-rw-r--r--documentation/4.1/api/lib/index.css1
-rw-r--r--documentation/4.1/api/lib/index.js26
-rw-r--r--documentation/4.1/api/lib/template.css4
-rw-r--r--documentation/4.1/manual.md8
42 files changed, 1209 insertions, 1764 deletions
diff --git a/_config.yml b/_config.yml
index 6f3995d..f359a05 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,5 +2,5 @@
title: akka-serial
description: Serial communication library for Akka and Scala.
url: "https://www.jodersky.ch/akka-serial"
-version_latest: 4.1.1
+version_latest: 4.1.2
version_docs: 4.1
diff --git a/documentation/4.1/api/akka/index.html b/documentation/4.1/api/akka/index.html
index ffa8ea0..b373e5c 100644
--- a/documentation/4.1/api/akka/index.html
+++ b/documentation/4.1/api/akka/index.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -99,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="serial/index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="serial/index.html"><span class="name">serial</span></a>
</span>
diff --git a/documentation/4.1/api/akka/serial/AccessDeniedException.html b/documentation/4.1/api/akka/serial/AccessDeniedException.html
index bbb1885..8e92c1d 100644
--- a/documentation/4.1/api/akka/serial/AccessDeniedException.html
+++ b/documentation/4.1/api/akka/serial/AccessDeniedException.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="stream/index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="stream/index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -137,72 +129,50 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="sync/index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="sync/index.html"><span class="name">sync</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="" title="Permissions are not sufficient to open a serial port."></a>
- <a href="" title="Permissions are not sufficient to open a serial port.">
- AccessDeniedException
- </a>
+ <a href="" title="Permissions are not sufficient to open a serial port.">AccessDeniedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="InvalidSettingsException.html" title="The settings specified are invalid."></a>
- <a href="InvalidSettingsException.html" title="The settings specified are invalid.">
- InvalidSettingsException
- </a>
+ <a href="InvalidSettingsException.html" title="The settings specified are invalid.">InvalidSettingsException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="NoSuchPortException.html" title="The requested port could not be found."></a>
- <a href="NoSuchPortException.html" title="The requested port could not be found.">
- NoSuchPortException
- </a>
+ <a href="NoSuchPortException.html" title="The requested port could not be found.">NoSuchPortException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Parity$.html" title="Specifies available parities used in serial communication."></a>
- <a href="Parity$.html" title="Specifies available parities used in serial communication.">
- Parity
- </a>
+ <a href="Parity$.html" title="Specifies available parities used in serial communication.">Parity</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortClosedException.html" title="The specified port has been closed."></a>
- <a href="PortClosedException.html" title="The specified port has been closed.">
- PortClosedException
- </a>
+ <a href="PortClosedException.html" title="The specified port has been closed.">PortClosedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInUseException.html" title="The requested port is in use by someone else."></a>
- <a href="PortInUseException.html" title="The requested port is in use by someone else.">
- PortInUseException
- </a>
+ <a href="PortInUseException.html" title="The requested port is in use by someone else.">PortInUseException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing."></a>
- <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">
- PortInterruptedException
- </a>
+ <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">PortInterruptedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer."></a>
- <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">
- Serial
- </a>
+ <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">Serial</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialExt.html" title="Provides the serial IO manager."></a>
- <a href="SerialExt.html" title="Provides the serial IO manager.">
- SerialExt
- </a>
+ <a href="SerialExt.html" title="Provides the serial IO manager.">SerialExt</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialSettings.html" title="Groups settings used in communication over a serial port."></a>
- <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">
- SerialSettings
- </a>
+ <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">SerialSettings</a>
</li>
</ul>
</div>
@@ -402,7 +372,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -472,7 +444,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -510,7 +482,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#getLocalizedMessage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getLocalizedMessage():String"></a>
<span class="permalink">
@@ -590,7 +565,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#initCause" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="initCause(x$1:Throwable):Throwable"></a><a id="initCause(Throwable):Throwable"></a>
<span class="permalink">
@@ -654,7 +632,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -670,7 +651,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#printStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="printStackTrace(x$1:java.io.PrintWriter):Unit"></a><a id="printStackTrace(PrintWriter):Unit"></a>
<span class="permalink">
@@ -827,6 +811,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/InvalidSettingsException.html b/documentation/4.1/api/akka/serial/InvalidSettingsException.html
index df836b1..83acf57 100644
--- a/documentation/4.1/api/akka/serial/InvalidSettingsException.html
+++ b/documentation/4.1/api/akka/serial/InvalidSettingsException.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="stream/index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="stream/index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -137,72 +129,50 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="sync/index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="sync/index.html"><span class="name">sync</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port."></a>
- <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">
- AccessDeniedException
- </a>
+ <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">AccessDeniedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="" title="The settings specified are invalid."></a>
- <a href="" title="The settings specified are invalid.">
- InvalidSettingsException
- </a>
+ <a href="" title="The settings specified are invalid.">InvalidSettingsException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="NoSuchPortException.html" title="The requested port could not be found."></a>
- <a href="NoSuchPortException.html" title="The requested port could not be found.">
- NoSuchPortException
- </a>
+ <a href="NoSuchPortException.html" title="The requested port could not be found.">NoSuchPortException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Parity$.html" title="Specifies available parities used in serial communication."></a>
- <a href="Parity$.html" title="Specifies available parities used in serial communication.">
- Parity
- </a>
+ <a href="Parity$.html" title="Specifies available parities used in serial communication.">Parity</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortClosedException.html" title="The specified port has been closed."></a>
- <a href="PortClosedException.html" title="The specified port has been closed.">
- PortClosedException
- </a>
+ <a href="PortClosedException.html" title="The specified port has been closed.">PortClosedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInUseException.html" title="The requested port is in use by someone else."></a>
- <a href="PortInUseException.html" title="The requested port is in use by someone else.">
- PortInUseException
- </a>
+ <a href="PortInUseException.html" title="The requested port is in use by someone else.">PortInUseException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing."></a>
- <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">
- PortInterruptedException
- </a>
+ <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">PortInterruptedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer."></a>
- <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">
- Serial
- </a>
+ <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">Serial</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialExt.html" title="Provides the serial IO manager."></a>
- <a href="SerialExt.html" title="Provides the serial IO manager.">
- SerialExt
- </a>
+ <a href="SerialExt.html" title="Provides the serial IO manager.">SerialExt</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialSettings.html" title="Groups settings used in communication over a serial port."></a>
- <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">
- SerialSettings
- </a>
+ <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">SerialSettings</a>
</li>
</ul>
</div>
@@ -402,7 +372,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -472,7 +444,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -510,7 +482,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#getLocalizedMessage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getLocalizedMessage():String"></a>
<span class="permalink">
@@ -590,7 +565,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#initCause" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="initCause(x$1:Throwable):Throwable"></a><a id="initCause(Throwable):Throwable"></a>
<span class="permalink">
@@ -654,7 +632,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -670,7 +651,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#printStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="printStackTrace(x$1:java.io.PrintWriter):Unit"></a><a id="printStackTrace(PrintWriter):Unit"></a>
<span class="permalink">
@@ -827,6 +811,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/NoSuchPortException.html b/documentation/4.1/api/akka/serial/NoSuchPortException.html
index bf59468..5c451b7 100644
--- a/documentation/4.1/api/akka/serial/NoSuchPortException.html
+++ b/documentation/4.1/api/akka/serial/NoSuchPortException.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="stream/index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="stream/index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -137,72 +129,50 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="sync/index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="sync/index.html"><span class="name">sync</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port."></a>
- <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">
- AccessDeniedException
- </a>
+ <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">AccessDeniedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="InvalidSettingsException.html" title="The settings specified are invalid."></a>
- <a href="InvalidSettingsException.html" title="The settings specified are invalid.">
- InvalidSettingsException
- </a>
+ <a href="InvalidSettingsException.html" title="The settings specified are invalid.">InvalidSettingsException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="" title="The requested port could not be found."></a>
- <a href="" title="The requested port could not be found.">
- NoSuchPortException
- </a>
+ <a href="" title="The requested port could not be found.">NoSuchPortException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Parity$.html" title="Specifies available parities used in serial communication."></a>
- <a href="Parity$.html" title="Specifies available parities used in serial communication.">
- Parity
- </a>
+ <a href="Parity$.html" title="Specifies available parities used in serial communication.">Parity</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortClosedException.html" title="The specified port has been closed."></a>
- <a href="PortClosedException.html" title="The specified port has been closed.">
- PortClosedException
- </a>
+ <a href="PortClosedException.html" title="The specified port has been closed.">PortClosedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInUseException.html" title="The requested port is in use by someone else."></a>
- <a href="PortInUseException.html" title="The requested port is in use by someone else.">
- PortInUseException
- </a>
+ <a href="PortInUseException.html" title="The requested port is in use by someone else.">PortInUseException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing."></a>
- <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">
- PortInterruptedException
- </a>
+ <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">PortInterruptedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer."></a>
- <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">
- Serial
- </a>
+ <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">Serial</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialExt.html" title="Provides the serial IO manager."></a>
- <a href="SerialExt.html" title="Provides the serial IO manager.">
- SerialExt
- </a>
+ <a href="SerialExt.html" title="Provides the serial IO manager.">SerialExt</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialSettings.html" title="Groups settings used in communication over a serial port."></a>
- <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">
- SerialSettings
- </a>
+ <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">SerialSettings</a>
</li>
</ul>
</div>
@@ -402,7 +372,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -472,7 +444,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -510,7 +482,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#getLocalizedMessage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getLocalizedMessage():String"></a>
<span class="permalink">
@@ -590,7 +565,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#initCause" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="initCause(x$1:Throwable):Throwable"></a><a id="initCause(Throwable):Throwable"></a>
<span class="permalink">
@@ -654,7 +632,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -670,7 +651,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#printStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="printStackTrace(x$1:java.io.PrintWriter):Unit"></a><a id="printStackTrace(PrintWriter):Unit"></a>
<span class="permalink">
@@ -827,6 +811,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Parity$.html b/documentation/4.1/api/akka/serial/Parity$.html
index 8b9bc22..9f6c72a 100644
--- a/documentation/4.1/api/akka/serial/Parity$.html
+++ b/documentation/4.1/api/akka/serial/Parity$.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="stream/index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="stream/index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -137,72 +129,50 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="sync/index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="sync/index.html"><span class="name">sync</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port."></a>
- <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">
- AccessDeniedException
- </a>
+ <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">AccessDeniedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="InvalidSettingsException.html" title="The settings specified are invalid."></a>
- <a href="InvalidSettingsException.html" title="The settings specified are invalid.">
- InvalidSettingsException
- </a>
+ <a href="InvalidSettingsException.html" title="The settings specified are invalid.">InvalidSettingsException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="NoSuchPortException.html" title="The requested port could not be found."></a>
- <a href="NoSuchPortException.html" title="The requested port could not be found.">
- NoSuchPortException
- </a>
+ <a href="NoSuchPortException.html" title="The requested port could not be found.">NoSuchPortException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="" title="Specifies available parities used in serial communication."></a>
- <a href="" title="Specifies available parities used in serial communication.">
- Parity
- </a>
+ <a href="" title="Specifies available parities used in serial communication.">Parity</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortClosedException.html" title="The specified port has been closed."></a>
- <a href="PortClosedException.html" title="The specified port has been closed.">
- PortClosedException
- </a>
+ <a href="PortClosedException.html" title="The specified port has been closed.">PortClosedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInUseException.html" title="The requested port is in use by someone else."></a>
- <a href="PortInUseException.html" title="The requested port is in use by someone else.">
- PortInUseException
- </a>
+ <a href="PortInUseException.html" title="The requested port is in use by someone else.">PortInUseException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing."></a>
- <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">
- PortInterruptedException
- </a>
+ <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">PortInterruptedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer."></a>
- <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">
- Serial
- </a>
+ <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">Serial</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialExt.html" title="Provides the serial IO manager."></a>
- <a href="SerialExt.html" title="Provides the serial IO manager.">
- SerialExt
- </a>
+ <a href="SerialExt.html" title="Provides the serial IO manager.">SerialExt</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialSettings.html" title="Groups settings used in communication over a serial port."></a>
- <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">
- SerialSettings
- </a>
+ <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">SerialSettings</a>
</li>
</ul>
</div>
@@ -568,7 +538,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -622,7 +594,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -644,7 +616,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
@@ -660,7 +635,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -756,7 +734,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -772,7 +753,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Enumeration#readResolve" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="readResolve():AnyRef"></a>
<span class="permalink">
@@ -897,6 +881,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/PortClosedException.html b/documentation/4.1/api/akka/serial/PortClosedException.html
index 5bde02a..f09931f 100644
--- a/documentation/4.1/api/akka/serial/PortClosedException.html
+++ b/documentation/4.1/api/akka/serial/PortClosedException.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="stream/index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="stream/index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -137,72 +129,50 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="sync/index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="sync/index.html"><span class="name">sync</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port."></a>
- <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">
- AccessDeniedException
- </a>
+ <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">AccessDeniedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="InvalidSettingsException.html" title="The settings specified are invalid."></a>
- <a href="InvalidSettingsException.html" title="The settings specified are invalid.">
- InvalidSettingsException
- </a>
+ <a href="InvalidSettingsException.html" title="The settings specified are invalid.">InvalidSettingsException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="NoSuchPortException.html" title="The requested port could not be found."></a>
- <a href="NoSuchPortException.html" title="The requested port could not be found.">
- NoSuchPortException
- </a>
+ <a href="NoSuchPortException.html" title="The requested port could not be found.">NoSuchPortException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Parity$.html" title="Specifies available parities used in serial communication."></a>
- <a href="Parity$.html" title="Specifies available parities used in serial communication.">
- Parity
- </a>
+ <a href="Parity$.html" title="Specifies available parities used in serial communication.">Parity</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="" title="The specified port has been closed."></a>
- <a href="" title="The specified port has been closed.">
- PortClosedException
- </a>
+ <a href="" title="The specified port has been closed.">PortClosedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInUseException.html" title="The requested port is in use by someone else."></a>
- <a href="PortInUseException.html" title="The requested port is in use by someone else.">
- PortInUseException
- </a>
+ <a href="PortInUseException.html" title="The requested port is in use by someone else.">PortInUseException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing."></a>
- <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">
- PortInterruptedException
- </a>
+ <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">PortInterruptedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer."></a>
- <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">
- Serial
- </a>
+ <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">Serial</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialExt.html" title="Provides the serial IO manager."></a>
- <a href="SerialExt.html" title="Provides the serial IO manager.">
- SerialExt
- </a>
+ <a href="SerialExt.html" title="Provides the serial IO manager.">SerialExt</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialSettings.html" title="Groups settings used in communication over a serial port."></a>
- <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">
- SerialSettings
- </a>
+ <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">SerialSettings</a>
</li>
</ul>
</div>
@@ -402,7 +372,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -472,7 +444,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -510,7 +482,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#getLocalizedMessage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getLocalizedMessage():String"></a>
<span class="permalink">
@@ -590,7 +565,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#initCause" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="initCause(x$1:Throwable):Throwable"></a><a id="initCause(Throwable):Throwable"></a>
<span class="permalink">
@@ -654,7 +632,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -670,7 +651,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#printStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="printStackTrace(x$1:java.io.PrintWriter):Unit"></a><a id="printStackTrace(PrintWriter):Unit"></a>
<span class="permalink">
@@ -827,6 +811,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/PortInUseException.html b/documentation/4.1/api/akka/serial/PortInUseException.html
index c3b71e0..83ff382 100644
--- a/documentation/4.1/api/akka/serial/PortInUseException.html
+++ b/documentation/4.1/api/akka/serial/PortInUseException.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="stream/index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="stream/index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -137,72 +129,50 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="sync/index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="sync/index.html"><span class="name">sync</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port."></a>
- <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">
- AccessDeniedException
- </a>
+ <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">AccessDeniedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="InvalidSettingsException.html" title="The settings specified are invalid."></a>
- <a href="InvalidSettingsException.html" title="The settings specified are invalid.">
- InvalidSettingsException
- </a>
+ <a href="InvalidSettingsException.html" title="The settings specified are invalid.">InvalidSettingsException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="NoSuchPortException.html" title="The requested port could not be found."></a>
- <a href="NoSuchPortException.html" title="The requested port could not be found.">
- NoSuchPortException
- </a>
+ <a href="NoSuchPortException.html" title="The requested port could not be found.">NoSuchPortException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Parity$.html" title="Specifies available parities used in serial communication."></a>
- <a href="Parity$.html" title="Specifies available parities used in serial communication.">
- Parity
- </a>
+ <a href="Parity$.html" title="Specifies available parities used in serial communication.">Parity</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortClosedException.html" title="The specified port has been closed."></a>
- <a href="PortClosedException.html" title="The specified port has been closed.">
- PortClosedException
- </a>
+ <a href="PortClosedException.html" title="The specified port has been closed.">PortClosedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="" title="The requested port is in use by someone else."></a>
- <a href="" title="The requested port is in use by someone else.">
- PortInUseException
- </a>
+ <a href="" title="The requested port is in use by someone else.">PortInUseException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing."></a>
- <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">
- PortInterruptedException
- </a>
+ <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">PortInterruptedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer."></a>
- <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">
- Serial
- </a>
+ <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">Serial</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialExt.html" title="Provides the serial IO manager."></a>
- <a href="SerialExt.html" title="Provides the serial IO manager.">
- SerialExt
- </a>
+ <a href="SerialExt.html" title="Provides the serial IO manager.">SerialExt</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialSettings.html" title="Groups settings used in communication over a serial port."></a>
- <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">
- SerialSettings
- </a>
+ <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">SerialSettings</a>
</li>
</ul>
</div>
@@ -402,7 +372,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -472,7 +444,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -510,7 +482,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#getLocalizedMessage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getLocalizedMessage():String"></a>
<span class="permalink">
@@ -590,7 +565,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#initCause" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="initCause(x$1:Throwable):Throwable"></a><a id="initCause(Throwable):Throwable"></a>
<span class="permalink">
@@ -654,7 +632,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -670,7 +651,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#printStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="printStackTrace(x$1:java.io.PrintWriter):Unit"></a><a id="printStackTrace(PrintWriter):Unit"></a>
<span class="permalink">
@@ -827,6 +811,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/PortInterruptedException.html b/documentation/4.1/api/akka/serial/PortInterruptedException.html
index 25297d3..9919804 100644
--- a/documentation/4.1/api/akka/serial/PortInterruptedException.html
+++ b/documentation/4.1/api/akka/serial/PortInterruptedException.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="stream/index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="stream/index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -137,72 +129,50 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="sync/index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="sync/index.html"><span class="name">sync</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port."></a>
- <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">
- AccessDeniedException
- </a>
+ <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">AccessDeniedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="InvalidSettingsException.html" title="The settings specified are invalid."></a>
- <a href="InvalidSettingsException.html" title="The settings specified are invalid.">
- InvalidSettingsException
- </a>
+ <a href="InvalidSettingsException.html" title="The settings specified are invalid.">InvalidSettingsException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="NoSuchPortException.html" title="The requested port could not be found."></a>
- <a href="NoSuchPortException.html" title="The requested port could not be found.">
- NoSuchPortException
- </a>
+ <a href="NoSuchPortException.html" title="The requested port could not be found.">NoSuchPortException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Parity$.html" title="Specifies available parities used in serial communication."></a>
- <a href="Parity$.html" title="Specifies available parities used in serial communication.">
- Parity
- </a>
+ <a href="Parity$.html" title="Specifies available parities used in serial communication.">Parity</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortClosedException.html" title="The specified port has been closed."></a>
- <a href="PortClosedException.html" title="The specified port has been closed.">
- PortClosedException
- </a>
+ <a href="PortClosedException.html" title="The specified port has been closed.">PortClosedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInUseException.html" title="The requested port is in use by someone else."></a>
- <a href="PortInUseException.html" title="The requested port is in use by someone else.">
- PortInUseException
- </a>
+ <a href="PortInUseException.html" title="The requested port is in use by someone else.">PortInUseException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing."></a>
- <a href="" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">
- PortInterruptedException
- </a>
+ <a href="" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">PortInterruptedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer."></a>
- <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">
- Serial
- </a>
+ <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">Serial</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialExt.html" title="Provides the serial IO manager."></a>
- <a href="SerialExt.html" title="Provides the serial IO manager.">
- SerialExt
- </a>
+ <a href="SerialExt.html" title="Provides the serial IO manager.">SerialExt</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialSettings.html" title="Groups settings used in communication over a serial port."></a>
- <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">
- SerialSettings
- </a>
+ <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">SerialSettings</a>
</li>
</ul>
</div>
@@ -402,7 +372,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -472,7 +444,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -510,7 +482,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#getLocalizedMessage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getLocalizedMessage():String"></a>
<span class="permalink">
@@ -590,7 +565,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#initCause" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="initCause(x$1:Throwable):Throwable"></a><a id="initCause(Throwable):Throwable"></a>
<span class="permalink">
@@ -654,7 +632,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -670,7 +651,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#printStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="printStackTrace(x$1:java.io.PrintWriter):Unit"></a><a id="printStackTrace(PrintWriter):Unit"></a>
<span class="permalink">
@@ -827,6 +811,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$Close$.html b/documentation/4.1/api/akka/serial/Serial$$Close$.html
index 7c2ac20..3217741 100644
--- a/documentation/4.1/api/akka/serial/Serial$$Close$.html
+++ b/documentation/4.1/api/akka/serial/Serial$$Close$.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="" title=" Request closing of port."></a>
- <a href="" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="" title="Request closing of port."></a>
+ <a href="" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -375,7 +339,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -429,7 +395,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -451,7 +417,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -499,7 +468,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -515,7 +487,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
@@ -592,6 +567,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$Closed$.html b/documentation/4.1/api/akka/serial/Serial$$Closed$.html
index e3ac2f6..083482e 100644
--- a/documentation/4.1/api/akka/serial/Serial$$Closed$.html
+++ b/documentation/4.1/api/akka/serial/Serial$$Closed$.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="" title="A port has been closed."></a>
- <a href="" title="A port has been closed.">
- Closed
- </a>
+ <a href="" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -374,7 +338,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -428,7 +394,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -450,7 +416,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -498,7 +467,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -514,7 +486,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
@@ -591,6 +566,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$Command.html b/documentation/4.1/api/akka/serial/Serial$$Command.html
index 2f4499d..99d25c2 100644
--- a/documentation/4.1/api/akka/serial/Serial$$Command.html
+++ b/documentation/4.1/api/akka/serial/Serial$$Command.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -378,7 +342,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -432,7 +398,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -454,7 +420,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
@@ -470,7 +439,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -518,7 +490,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -534,7 +509,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
@@ -627,6 +605,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$CommandFailed.html b/documentation/4.1/api/akka/serial/Serial$$CommandFailed.html
index d7544ae..04ed7b3 100644
--- a/documentation/4.1/api/akka/serial/Serial$$CommandFailed.html
+++ b/documentation/4.1/api/akka/serial/Serial$$CommandFailed.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="" title="A command has failed."></a>
- <a href="" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -392,7 +356,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -446,7 +412,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -468,7 +434,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -516,7 +485,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -532,7 +504,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.serial.Serial.CommandFailed#reason" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="reason:Throwable"></a>
<span class="permalink">
@@ -625,6 +600,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$Connected.html b/documentation/4.1/api/akka/serial/Serial$$Connected.html
index 124de64..9b01991 100644
--- a/documentation/4.1/api/akka/serial/Serial$$Connected.html
+++ b/documentation/4.1/api/akka/serial/Serial$$Connected.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="" title="A new port (i.e."></a>
- <a href="" title="A new port (i.e.">
- Connected
- </a>
+ <a href="" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -393,7 +357,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -431,7 +397,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -453,7 +419,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -501,7 +470,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -517,7 +489,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.serial.Serial.Connected#port" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="port:String"></a>
<span class="permalink">
@@ -610,6 +585,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$Event.html b/documentation/4.1/api/akka/serial/Serial$$Event.html
index 211f0a3..6cf1bf0 100644
--- a/documentation/4.1/api/akka/serial/Serial$$Event.html
+++ b/documentation/4.1/api/akka/serial/Serial$$Event.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -378,7 +342,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -432,7 +398,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -454,7 +420,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
@@ -470,7 +439,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -518,7 +490,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -534,7 +509,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
@@ -627,6 +605,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$Message.html b/documentation/4.1/api/akka/serial/Serial$$Message.html
index 110c465..7ec6426 100644
--- a/documentation/4.1/api/akka/serial/Serial$$Message.html
+++ b/documentation/4.1/api/akka/serial/Serial$$Message.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="" title="Base trait for any akka-serial-related messages."></a>
- <a href="" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -378,7 +342,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -432,7 +398,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -454,7 +420,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
@@ -470,7 +439,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -518,7 +490,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -534,7 +509,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
@@ -627,6 +605,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$NoAck$.html b/documentation/4.1/api/akka/serial/Serial$$NoAck$.html
index c2e7d06..b5804b4 100644
--- a/documentation/4.1/api/akka/serial/Serial$$NoAck$.html
+++ b/documentation/4.1/api/akka/serial/Serial$$NoAck$.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -409,7 +373,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -482,7 +448,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -504,7 +470,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -552,7 +521,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -568,7 +540,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
@@ -661,6 +636,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$Open.html b/documentation/4.1/api/akka/serial/Serial$$Open.html
index 778d9c0..cd09397 100644
--- a/documentation/4.1/api/akka/serial/Serial$$Open.html
+++ b/documentation/4.1/api/akka/serial/Serial$$Open.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="" title="Open a new serial port."></a>
- <a href="" title="Open a new serial port.">
- Open
- </a>
+ <a href="" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -412,7 +376,9 @@ In case the port cannot be opened, the manager will respond with a <code>Command
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -450,7 +416,7 @@ In case the port cannot be opened, the manager will respond with a <code>Command
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -472,7 +438,10 @@ In case the port cannot be opened, the manager will respond with a <code>Command
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -520,7 +489,10 @@ In case the port cannot be opened, the manager will respond with a <code>Command
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -536,7 +508,10 @@ In case the port cannot be opened, the manager will respond with a <code>Command
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.serial.Serial.Open#port" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="port:String"></a>
<span class="permalink">
@@ -645,6 +620,8 @@ In case the port cannot be opened, the manager will respond with a <code>Command
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$Opened.html b/documentation/4.1/api/akka/serial/Serial$$Opened.html
index 8c94f67..81aeba8 100644
--- a/documentation/4.1/api/akka/serial/Serial$$Opened.html
+++ b/documentation/4.1/api/akka/serial/Serial$$Opened.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="" title="A port has been successfully opened."></a>
- <a href="" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -394,7 +358,9 @@ of this message is the operator associated to the given serial port.
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -432,7 +398,7 @@ of this message is the operator associated to the given serial port.
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -454,7 +420,10 @@ of this message is the operator associated to the given serial port.
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -502,7 +471,10 @@ of this message is the operator associated to the given serial port.
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -518,7 +490,10 @@ of this message is the operator associated to the given serial port.
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.serial.Serial.Opened#port" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="port:String"></a>
<span class="permalink">
@@ -611,6 +586,8 @@ of this message is the operator associated to the given serial port.
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$Received.html b/documentation/4.1/api/akka/serial/Serial$$Received.html
index c149155..a0b6307 100644
--- a/documentation/4.1/api/akka/serial/Serial$$Received.html
+++ b/documentation/4.1/api/akka/serial/Serial$$Received.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="" title="Data has been received."></a>
- <a href="" title="Data has been received.">
- Received
- </a>
+ <a href="" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -393,7 +357,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -447,7 +413,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -469,7 +435,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -517,7 +486,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -533,7 +505,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
@@ -610,6 +585,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$Unwatch.html b/documentation/4.1/api/akka/serial/Serial$$Unwatch.html
index 8321099..7bb1ae5 100644
--- a/documentation/4.1/api/akka/serial/Serial$$Unwatch.html
+++ b/documentation/4.1/api/akka/serial/Serial$$Unwatch.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -393,7 +357,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -447,7 +413,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -469,7 +435,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -517,7 +486,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -533,7 +505,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
@@ -610,6 +585,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$Watch.html b/documentation/4.1/api/akka/serial/Serial$$Watch.html
index 1685003..93848e8 100644
--- a/documentation/4.1/api/akka/serial/Serial$$Watch.html
+++ b/documentation/4.1/api/akka/serial/Serial$$Watch.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="" title="Watch a directory for new ports."></a>
- <a href="" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -395,7 +359,9 @@ In case the given directory cannot be watched, the manager responds with a <code
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -449,7 +415,7 @@ In case the given directory cannot be watched, the manager responds with a <code
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -471,7 +437,10 @@ In case the given directory cannot be watched, the manager responds with a <code
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -519,7 +488,10 @@ In case the given directory cannot be watched, the manager responds with a <code
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -535,7 +507,10 @@ In case the given directory cannot be watched, the manager responds with a <code
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.serial.Serial.Watch#skipInitial" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="skipInitial:Boolean"></a>
<span class="permalink">
@@ -628,6 +603,8 @@ In case the given directory cannot be watched, the manager responds with a <code
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$$Write.html b/documentation/4.1/api/akka/serial/Serial$$Write.html
index 3ecb4ef..86037dc 100644
--- a/documentation/4.1/api/akka/serial/Serial$$Write.html
+++ b/documentation/4.1/api/akka/serial/Serial$$Write.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="Serial$$Command.html" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="" title="Write data to a serial port."></a>
- <a href="" title="Write data to a serial port.">
- Write
- </a>
+ <a href="" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -415,7 +379,9 @@ is a function 'number of bytes written =&gt; event')</p></dd></dl></div>
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -469,7 +435,7 @@ is a function 'number of bytes written =&gt; event')</p></dd></dl></div>
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -491,7 +457,10 @@ is a function 'number of bytes written =&gt; event')</p></dd></dl></div>
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -539,7 +508,10 @@ is a function 'number of bytes written =&gt; event')</p></dd></dl></div>
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -555,7 +527,10 @@ is a function 'number of bytes written =&gt; event')</p></dd></dl></div>
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
@@ -632,6 +607,8 @@ is a function 'number of bytes written =&gt; event')</p></dd></dl></div>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/Serial$.html b/documentation/4.1/api/akka/serial/Serial$.html
index dc9cb99..444c8bd 100644
--- a/documentation/4.1/api/akka/serial/Serial$.html
+++ b/documentation/4.1/api/akka/serial/Serial$.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="stream/index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="stream/index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -137,72 +129,50 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="sync/index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="sync/index.html"><span class="name">sync</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port."></a>
- <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">
- AccessDeniedException
- </a>
+ <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">AccessDeniedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="InvalidSettingsException.html" title="The settings specified are invalid."></a>
- <a href="InvalidSettingsException.html" title="The settings specified are invalid.">
- InvalidSettingsException
- </a>
+ <a href="InvalidSettingsException.html" title="The settings specified are invalid.">InvalidSettingsException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="NoSuchPortException.html" title="The requested port could not be found."></a>
- <a href="NoSuchPortException.html" title="The requested port could not be found.">
- NoSuchPortException
- </a>
+ <a href="NoSuchPortException.html" title="The requested port could not be found.">NoSuchPortException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Parity$.html" title="Specifies available parities used in serial communication."></a>
- <a href="Parity$.html" title="Specifies available parities used in serial communication.">
- Parity
- </a>
+ <a href="Parity$.html" title="Specifies available parities used in serial communication.">Parity</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortClosedException.html" title="The specified port has been closed."></a>
- <a href="PortClosedException.html" title="The specified port has been closed.">
- PortClosedException
- </a>
+ <a href="PortClosedException.html" title="The specified port has been closed.">PortClosedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInUseException.html" title="The requested port is in use by someone else."></a>
- <a href="PortInUseException.html" title="The requested port is in use by someone else.">
- PortInUseException
- </a>
+ <a href="PortInUseException.html" title="The requested port is in use by someone else.">PortInUseException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing."></a>
- <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">
- PortInterruptedException
- </a>
+ <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">PortInterruptedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="" title="Defines messages used by akka-serial's serial IO layer."></a>
- <a href="" title="Defines messages used by akka-serial's serial IO layer.">
- Serial
- </a>
+ <a href="" title="Defines messages used by akka-serial's serial IO layer.">Serial</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialExt.html" title="Provides the serial IO manager."></a>
- <a href="SerialExt.html" title="Provides the serial IO manager.">
- SerialExt
- </a>
+ <a href="SerialExt.html" title="Provides the serial IO manager.">SerialExt</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialSettings.html" title="Groups settings used in communication over a serial port."></a>
- <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">
- SerialSettings
- </a>
+ <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">SerialSettings</a>
</li>
</ul>
</div>
@@ -295,9 +265,7 @@
<span class="kind">trait</span>
</span>
<span class="symbol">
- <a title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API." href="Serial$$Command.html">
- <span class="name">Command</span>
- </a><span class="result"> extends <a href="Serial$$Message.html" class="extype" name="akka.serial.Serial.Message">Message</a></span>
+ <a title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API." href="Serial$$Command.html"><span class="name">Command</span></a><span class="result"> extends <a href="Serial$$Message.html" class="extype" name="akka.serial.Serial.Message">Message</a></span>
</span>
<p class="shortcomment cmt">A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.</p>
@@ -313,9 +281,7 @@
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a title="A command has failed." href="Serial$$CommandFailed.html">
- <span class="name">CommandFailed</span>
- </a><span class="params">(<span name="command">command: <a href="Serial$$Command.html" class="extype" name="akka.serial.Serial.Command">Command</a></span>, <span name="reason">reason: <span class="extype" name="scala.Throwable">Throwable</span></span>)</span><span class="result"> extends <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="A command has failed." href="Serial$$CommandFailed.html"><span class="name">CommandFailed</span></a><span class="params">(<span name="command">command: <a href="Serial$$Command.html" class="extype" name="akka.serial.Serial.Command">Command</a></span>, <span name="reason">reason: <span class="extype" name="scala.Throwable">Throwable</span></span>)</span><span class="result"> extends <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">A command has failed.</p>
@@ -331,9 +297,7 @@
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a title="A new port (i.e." href="Serial$$Connected.html">
- <span class="name">Connected</span>
- </a><span class="params">(<span name="port">port: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result"> extends <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="A new port (i.e." href="Serial$$Connected.html"><span class="name">Connected</span></a><span class="params">(<span name="port">port: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result"> extends <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">A new port (i.e.</p><div class="fullcomment"><div class="comment cmt"><p>A new port (i.e. file) has been detected.
@@ -350,9 +314,7 @@
<span class="kind">trait</span>
</span>
<span class="symbol">
- <a title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client." href="Serial$$Event.html">
- <span class="name">Event</span>
- </a><span class="result"> extends <a href="Serial$$Message.html" class="extype" name="akka.serial.Serial.Message">Message</a></span>
+ <a title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client." href="Serial$$Event.html"><span class="name">Event</span></a><span class="result"> extends <a href="Serial$$Message.html" class="extype" name="akka.serial.Serial.Message">Message</a></span>
</span>
<p class="shortcomment cmt">A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.</p>
@@ -368,9 +330,7 @@
<span class="kind">trait</span>
</span>
<span class="symbol">
- <a title="Base trait for any akka-serial-related messages." href="Serial$$Message.html">
- <span class="name">Message</span>
- </a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span>
+ <a title="Base trait for any akka-serial-related messages." href="Serial$$Message.html"><span class="name">Message</span></a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
<p class="shortcomment cmt">Base trait for any akka-serial-related messages.</p>
@@ -386,9 +346,7 @@
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a title="Open a new serial port." href="Serial$$Open.html">
- <span class="name">Open</span>
- </a><span class="params">(<span name="port">port: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="settings">settings: <a href="SerialSettings.html" class="extype" name="akka.serial.SerialSettings">SerialSettings</a></span>, <span name="bufferSize">bufferSize: <span class="extype" name="scala.Int">Int</span> = <span class="symbol">1024</span></span>)</span><span class="result"> extends <a href="Serial$$Command.html" class="extype" name="akka.serial.Serial.Command">Command</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="Open a new serial port." href="Serial$$Open.html"><span class="name">Open</span></a><span class="params">(<span name="port">port: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="settings">settings: <a href="SerialSettings.html" class="extype" name="akka.serial.SerialSettings">SerialSettings</a></span>, <span name="bufferSize">bufferSize: <span class="extype" name="scala.Int">Int</span> = <span class="symbol">1024</span></span>)</span><span class="result"> extends <a href="Serial$$Command.html" class="extype" name="akka.serial.Serial.Command">Command</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">Open a new serial port.</p><div class="fullcomment"><div class="comment cmt"><p>Open a new serial port.</p><p>Send this command to the serial manager to request the opening of a serial port. The manager will
@@ -408,9 +366,7 @@ In case the port cannot be opened, the manager will respond with a <code>Command
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a title="A port has been successfully opened." href="Serial$$Opened.html">
- <span class="name">Opened</span>
- </a><span class="params">(<span name="port">port: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result"> extends <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="A port has been successfully opened." href="Serial$$Opened.html"><span class="name">Opened</span></a><span class="params">(<span name="port">port: <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result"> extends <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">A port has been successfully opened.</p><div class="fullcomment"><div class="comment cmt"><p>A port has been successfully opened.</p><p>Event sent by a port operator, indicating that a serial port was successfully opened. The sender
@@ -428,9 +384,7 @@ of this message is the operator associated to the given serial port.
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a title="Data has been received." href="Serial$$Received.html">
- <span class="name">Received</span>
- </a><span class="params">(<span name="data">data: <span class="extype" name="akka.util.ByteString">ByteString</span></span>)</span><span class="result"> extends <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="Data has been received." href="Serial$$Received.html"><span class="name">Received</span></a><span class="params">(<span name="data">data: <span class="extype" name="akka.util.ByteString">ByteString</span></span>)</span><span class="result"> extends <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">Data has been received.</p><div class="fullcomment"><div class="comment cmt"><p>Data has been received.</p><p>Event sent by an operator, indicating that data was received on the operator's serial port.
@@ -447,9 +401,7 @@ of this message is the operator associated to the given serial port.
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a title="Stop receiving notifications about a previously watched directory." href="Serial$$Unwatch.html">
- <span class="name">Unwatch</span>
- </a><span class="params">(<span name="directory">directory: <span class="extype" name="scala.Predef.String">String</span> = <span class="symbol">&quot;/dev&quot;</span></span>)</span><span class="result"> extends <a href="Serial$$Command.html" class="extype" name="akka.serial.Serial.Command">Command</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="Stop receiving notifications about a previously watched directory." href="Serial$$Unwatch.html"><span class="name">Unwatch</span></a><span class="params">(<span name="directory">directory: <span class="extype" name="scala.Predef.String">String</span> = <span class="symbol">&quot;/dev&quot;</span></span>)</span><span class="result"> extends <a href="Serial$$Command.html" class="extype" name="akka.serial.Serial.Command">Command</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">Stop receiving notifications about a previously watched directory.</p><div class="fullcomment"><div class="comment cmt"><p>Stop receiving notifications about a previously watched directory.
@@ -466,9 +418,7 @@ of this message is the operator associated to the given serial port.
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a title="Watch a directory for new ports." href="Serial$$Watch.html">
- <span class="name">Watch</span>
- </a><span class="params">(<span name="directory">directory: <span class="extype" name="scala.Predef.String">String</span> = <span class="symbol">&quot;/dev&quot;</span></span>, <span name="skipInitial">skipInitial: <span class="extype" name="scala.Boolean">Boolean</span> = <span class="symbol">false</span></span>)</span><span class="result"> extends <a href="Serial$$Command.html" class="extype" name="akka.serial.Serial.Command">Command</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="Watch a directory for new ports." href="Serial$$Watch.html"><span class="name">Watch</span></a><span class="params">(<span name="directory">directory: <span class="extype" name="scala.Predef.String">String</span> = <span class="symbol">&quot;/dev&quot;</span></span>, <span name="skipInitial">skipInitial: <span class="extype" name="scala.Boolean">Boolean</span> = <span class="symbol">false</span></span>)</span><span class="result"> extends <a href="Serial$$Command.html" class="extype" name="akka.serial.Serial.Command">Command</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">Watch a directory for new ports.</p><div class="fullcomment"><div class="comment cmt"><p>Watch a directory for new ports.</p><p>Send this command to the manager to get notifications when a new port (i.e. file) is created in
@@ -487,9 +437,7 @@ In case the given directory cannot be watched, the manager responds with a <code
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a title="Write data to a serial port." href="Serial$$Write.html">
- <span class="name">Write</span>
- </a><span class="params">(<span name="data">data: <span class="extype" name="akka.util.ByteString">ByteString</span></span>, <span name="ack">ack: (<span class="extype" name="scala.Int">Int</span>) ⇒ <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> = <span class="symbol"><span class="name"><a href="Serial$$NoAck$.html">NoAck</a></span></span></span>)</span><span class="result"> extends <a href="Serial$$Command.html" class="extype" name="akka.serial.Serial.Command">Command</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="Write data to a serial port." href="Serial$$Write.html"><span class="name">Write</span></a><span class="params">(<span name="data">data: <span class="extype" name="akka.util.ByteString">ByteString</span></span>, <span name="ack">ack: (<span class="extype" name="scala.Int">Int</span>) ⇒ <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> = <span class="symbol"><span class="name"><a href="Serial$$NoAck$.html">NoAck</a></span></span></span>)</span><span class="result"> extends <a href="Serial$$Command.html" class="extype" name="akka.serial.Serial.Command">Command</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">Write data to a serial port.</p><div class="fullcomment"><div class="comment cmt"><p>Write data to a serial port.</p><p>Send this command to an operator to write the given data to its associated serial port.
@@ -602,7 +550,9 @@ is a function 'number of bytes written =&gt; event')</p></dd></dl></div>
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -690,7 +640,7 @@ are printed (to stderr) from native method calls.
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -728,7 +678,10 @@ are printed (to stderr) from native method calls.
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.actor.ExtensionId#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
@@ -808,7 +761,10 @@ are printed (to stderr) from native method calls.
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -824,7 +780,10 @@ are printed (to stderr) from native method calls.
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
@@ -917,6 +876,8 @@ are printed (to stderr) from native method calls.
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
@@ -935,9 +896,7 @@ are printed (to stderr) from native method calls.
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title=" Request closing of port." href="Serial$$Close$.html">
- <span class="name">Close</span>
- </a><span class="result"> extends <a href="Serial$$Command.html" class="extype" name="akka.serial.Serial.Command">Command</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="Request closing of port." href="Serial$$Close$.html"><span class="name">Close</span></a><span class="result"> extends <a href="Serial$$Command.html" class="extype" name="akka.serial.Serial.Command">Command</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt"> Request closing of port.</p><div class="fullcomment"><div class="comment cmt"><p> Request closing of port.</p><p> Send this command to an operator to close its associated port. The operator will respond
@@ -955,9 +914,7 @@ are printed (to stderr) from native method calls.
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="A port has been closed." href="Serial$$Closed$.html">
- <span class="name">Closed</span>
- </a><span class="result"> extends <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="A port has been closed." href="Serial$$Closed$.html"><span class="name">Closed</span></a><span class="result"> extends <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">A port has been closed.</p><div class="fullcomment"><div class="comment cmt"><p>A port has been closed.</p><p>Event sent from operator, indicating that its port has been closed.
@@ -974,9 +931,7 @@ are printed (to stderr) from native method calls.
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title=" Special type of acknowledgment that is not sent back." href="Serial$$NoAck$.html">
- <span class="name">NoAck</span>
- </a><span class="result"> extends (<span class="extype" name="scala.Int">Int</span>) ⇒ <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="Special type of acknowledgment that is not sent back." href="Serial$$NoAck$.html"><span class="name">NoAck</span></a><span class="result"> extends (<span class="extype" name="scala.Int">Int</span>) ⇒ <a href="Serial$$Event.html" class="extype" name="akka.serial.Serial.Event">Event</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt"> Special type of acknowledgment that is not sent back.</p>
diff --git a/documentation/4.1/api/akka/serial/SerialExt.html b/documentation/4.1/api/akka/serial/SerialExt.html
index b202f91..d9796bf 100644
--- a/documentation/4.1/api/akka/serial/SerialExt.html
+++ b/documentation/4.1/api/akka/serial/SerialExt.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="stream/index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="stream/index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -137,72 +129,50 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="sync/index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="sync/index.html"><span class="name">sync</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port."></a>
- <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">
- AccessDeniedException
- </a>
+ <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">AccessDeniedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="InvalidSettingsException.html" title="The settings specified are invalid."></a>
- <a href="InvalidSettingsException.html" title="The settings specified are invalid.">
- InvalidSettingsException
- </a>
+ <a href="InvalidSettingsException.html" title="The settings specified are invalid.">InvalidSettingsException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="NoSuchPortException.html" title="The requested port could not be found."></a>
- <a href="NoSuchPortException.html" title="The requested port could not be found.">
- NoSuchPortException
- </a>
+ <a href="NoSuchPortException.html" title="The requested port could not be found.">NoSuchPortException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Parity$.html" title="Specifies available parities used in serial communication."></a>
- <a href="Parity$.html" title="Specifies available parities used in serial communication.">
- Parity
- </a>
+ <a href="Parity$.html" title="Specifies available parities used in serial communication.">Parity</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortClosedException.html" title="The specified port has been closed."></a>
- <a href="PortClosedException.html" title="The specified port has been closed.">
- PortClosedException
- </a>
+ <a href="PortClosedException.html" title="The specified port has been closed.">PortClosedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInUseException.html" title="The requested port is in use by someone else."></a>
- <a href="PortInUseException.html" title="The requested port is in use by someone else.">
- PortInUseException
- </a>
+ <a href="PortInUseException.html" title="The requested port is in use by someone else.">PortInUseException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing."></a>
- <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">
- PortInterruptedException
- </a>
+ <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">PortInterruptedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer."></a>
- <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">
- Serial
- </a>
+ <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">Serial</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="" title="Provides the serial IO manager."></a>
- <a href="" title="Provides the serial IO manager.">
- SerialExt
- </a>
+ <a href="" title="Provides the serial IO manager.">SerialExt</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialSettings.html" title="Groups settings used in communication over a serial port."></a>
- <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">
- SerialSettings
- </a>
+ <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">SerialSettings</a>
</li>
</ul>
</div>
@@ -386,7 +356,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -440,7 +412,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -462,7 +434,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
@@ -478,7 +453,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -542,7 +520,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -558,7 +539,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
@@ -651,6 +635,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/SerialSettings.html b/documentation/4.1/api/akka/serial/SerialSettings.html
index 65d030c..37084d9 100644
--- a/documentation/4.1/api/akka/serial/SerialSettings.html
+++ b/documentation/4.1/api/akka/serial/SerialSettings.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="stream/index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="stream/index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -137,72 +129,50 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="sync/index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="sync/index.html"><span class="name">sync</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port."></a>
- <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">
- AccessDeniedException
- </a>
+ <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">AccessDeniedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="InvalidSettingsException.html" title="The settings specified are invalid."></a>
- <a href="InvalidSettingsException.html" title="The settings specified are invalid.">
- InvalidSettingsException
- </a>
+ <a href="InvalidSettingsException.html" title="The settings specified are invalid.">InvalidSettingsException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="NoSuchPortException.html" title="The requested port could not be found."></a>
- <a href="NoSuchPortException.html" title="The requested port could not be found.">
- NoSuchPortException
- </a>
+ <a href="NoSuchPortException.html" title="The requested port could not be found.">NoSuchPortException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Parity$.html" title="Specifies available parities used in serial communication."></a>
- <a href="Parity$.html" title="Specifies available parities used in serial communication.">
- Parity
- </a>
+ <a href="Parity$.html" title="Specifies available parities used in serial communication.">Parity</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortClosedException.html" title="The specified port has been closed."></a>
- <a href="PortClosedException.html" title="The specified port has been closed.">
- PortClosedException
- </a>
+ <a href="PortClosedException.html" title="The specified port has been closed.">PortClosedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInUseException.html" title="The requested port is in use by someone else."></a>
- <a href="PortInUseException.html" title="The requested port is in use by someone else.">
- PortInUseException
- </a>
+ <a href="PortInUseException.html" title="The requested port is in use by someone else.">PortInUseException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing."></a>
- <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">
- PortInterruptedException
- </a>
+ <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">PortInterruptedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer."></a>
- <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">
- Serial
- </a>
+ <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">Serial</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialExt.html" title="Provides the serial IO manager."></a>
- <a href="SerialExt.html" title="Provides the serial IO manager.">
- SerialExt
- </a>
+ <a href="SerialExt.html" title="Provides the serial IO manager.">SerialExt</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="" title="Groups settings used in communication over a serial port."></a>
- <a href="" title="Groups settings used in communication over a serial port.">
- SerialSettings
- </a>
+ <a href="" title="Groups settings used in communication over a serial port.">SerialSettings</a>
</li>
</ul>
</div>
@@ -418,7 +388,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -456,7 +428,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -478,7 +450,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -526,7 +501,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -542,7 +520,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.serial.SerialSettings#parity" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="parity:akka.serial.Parity.Parity"></a><a id="parity:Parity.Parity"></a>
<span class="permalink">
@@ -651,6 +632,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/index.html b/documentation/4.1/api/akka/serial/index.html
index d4128f7..45fdf65 100644
--- a/documentation/4.1/api/akka/serial/index.html
+++ b/documentation/4.1/api/akka/serial/index.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -117,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="stream/index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="stream/index.html"><span class="name">stream</span></a>
</span>
@@ -135,72 +129,50 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="sync/index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="sync/index.html"><span class="name">sync</span></a>
</span>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port."></a>
- <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">
- AccessDeniedException
- </a>
+ <a href="AccessDeniedException.html" title="Permissions are not sufficient to open a serial port.">AccessDeniedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="InvalidSettingsException.html" title="The settings specified are invalid."></a>
- <a href="InvalidSettingsException.html" title="The settings specified are invalid.">
- InvalidSettingsException
- </a>
+ <a href="InvalidSettingsException.html" title="The settings specified are invalid.">InvalidSettingsException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="NoSuchPortException.html" title="The requested port could not be found."></a>
- <a href="NoSuchPortException.html" title="The requested port could not be found.">
- NoSuchPortException
- </a>
+ <a href="NoSuchPortException.html" title="The requested port could not be found.">NoSuchPortException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Parity$.html" title="Specifies available parities used in serial communication."></a>
- <a href="Parity$.html" title="Specifies available parities used in serial communication.">
- Parity
- </a>
+ <a href="Parity$.html" title="Specifies available parities used in serial communication.">Parity</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortClosedException.html" title="The specified port has been closed."></a>
- <a href="PortClosedException.html" title="The specified port has been closed.">
- PortClosedException
- </a>
+ <a href="PortClosedException.html" title="The specified port has been closed.">PortClosedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInUseException.html" title="The requested port is in use by someone else."></a>
- <a href="PortInUseException.html" title="The requested port is in use by someone else.">
- PortInUseException
- </a>
+ <a href="PortInUseException.html" title="The requested port is in use by someone else.">PortInUseException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing."></a>
- <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">
- PortInterruptedException
- </a>
+ <a href="PortInterruptedException.html" title="A blocking operation on a port was interrupted, most likely indicating that the port is closing.">PortInterruptedException</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="object" href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer."></a>
- <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">
- Serial
- </a>
+ <a href="Serial$.html" title="Defines messages used by akka-serial's serial IO layer.">Serial</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialExt.html" title="Provides the serial IO manager."></a>
- <a href="SerialExt.html" title="Provides the serial IO manager.">
- SerialExt
- </a>
+ <a href="SerialExt.html" title="Provides the serial IO manager.">SerialExt</a>
</li><li class="current-entities indented2">
<span class="separator"></span>
<a class="class" href="SerialSettings.html" title="Groups settings used in communication over a serial port."></a>
- <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">
- SerialSettings
- </a>
+ <a href="SerialSettings.html" title="Groups settings used in communication over a serial port.">SerialSettings</a>
</li>
</ul>
</div>
@@ -276,9 +248,7 @@
<span class="kind">class</span>
</span>
<span class="symbol">
- <a title="Permissions are not sufficient to open a serial port." href="AccessDeniedException.html">
- <span class="name">AccessDeniedException</span>
- </a><span class="result"> extends <span class="extype" name="scala.Exception">Exception</span></span>
+ <a title="Permissions are not sufficient to open a serial port." href="AccessDeniedException.html"><span class="name">AccessDeniedException</span></a><span class="result"> extends <span class="extype" name="scala.Exception">Exception</span></span>
</span>
<p class="shortcomment cmt">Permissions are not sufficient to open a serial port.</p>
@@ -294,9 +264,7 @@
<span class="kind">class</span>
</span>
<span class="symbol">
- <a title="The settings specified are invalid." href="InvalidSettingsException.html">
- <span class="name">InvalidSettingsException</span>
- </a><span class="result"> extends <span class="extype" name="scala.Exception">Exception</span></span>
+ <a title="The settings specified are invalid." href="InvalidSettingsException.html"><span class="name">InvalidSettingsException</span></a><span class="result"> extends <span class="extype" name="scala.Exception">Exception</span></span>
</span>
<p class="shortcomment cmt">The settings specified are invalid.</p>
@@ -312,9 +280,7 @@
<span class="kind">class</span>
</span>
<span class="symbol">
- <a title="The requested port could not be found." href="NoSuchPortException.html">
- <span class="name">NoSuchPortException</span>
- </a><span class="result"> extends <span class="extype" name="scala.Exception">Exception</span></span>
+ <a title="The requested port could not be found." href="NoSuchPortException.html"><span class="name">NoSuchPortException</span></a><span class="result"> extends <span class="extype" name="scala.Exception">Exception</span></span>
</span>
<p class="shortcomment cmt">The requested port could not be found.</p>
@@ -330,9 +296,7 @@
<span class="kind">class</span>
</span>
<span class="symbol">
- <a title="The specified port has been closed." href="PortClosedException.html">
- <span class="name">PortClosedException</span>
- </a><span class="result"> extends <span class="extype" name="scala.Exception">Exception</span></span>
+ <a title="The specified port has been closed." href="PortClosedException.html"><span class="name">PortClosedException</span></a><span class="result"> extends <span class="extype" name="scala.Exception">Exception</span></span>
</span>
<p class="shortcomment cmt">The specified port has been closed.</p>
@@ -348,9 +312,7 @@
<span class="kind">class</span>
</span>
<span class="symbol">
- <a title="The requested port is in use by someone else." href="PortInUseException.html">
- <span class="name">PortInUseException</span>
- </a><span class="result"> extends <span class="extype" name="scala.Exception">Exception</span></span>
+ <a title="The requested port is in use by someone else." href="PortInUseException.html"><span class="name">PortInUseException</span></a><span class="result"> extends <span class="extype" name="scala.Exception">Exception</span></span>
</span>
<p class="shortcomment cmt">The requested port is in use by someone else.</p>
@@ -366,9 +328,7 @@
<span class="kind">class</span>
</span>
<span class="symbol">
- <a title="A blocking operation on a port was interrupted, most likely indicating that the port is closing." href="PortInterruptedException.html">
- <span class="name">PortInterruptedException</span>
- </a><span class="result"> extends <span class="extype" name="scala.Exception">Exception</span></span>
+ <a title="A blocking operation on a port was interrupted, most likely indicating that the port is closing." href="PortInterruptedException.html"><span class="name">PortInterruptedException</span></a><span class="result"> extends <span class="extype" name="scala.Exception">Exception</span></span>
</span>
<p class="shortcomment cmt">A blocking operation on a port was interrupted, most likely indicating that the port is closing.</p>
@@ -384,9 +344,7 @@
<span class="kind">class</span>
</span>
<span class="symbol">
- <a title="Provides the serial IO manager." href="SerialExt.html">
- <span class="name">SerialExt</span>
- </a><span class="result"> extends <span class="extype" name="akka.io.IO.Extension">Extension</span></span>
+ <a title="Provides the serial IO manager." href="SerialExt.html"><span class="name">SerialExt</span></a><span class="result"> extends <span class="extype" name="akka.io.IO.Extension">Extension</span></span>
</span>
<p class="shortcomment cmt">Provides the serial IO manager.</p>
@@ -402,9 +360,7 @@
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a title="Groups settings used in communication over a serial port." href="SerialSettings.html">
- <span class="name">SerialSettings</span>
- </a><span class="params">(<span name="baud">baud: <span class="extype" name="scala.Int">Int</span></span>, <span name="characterSize">characterSize: <span class="extype" name="scala.Int">Int</span> = <span class="symbol">8</span></span>, <span name="twoStopBits">twoStopBits: <span class="extype" name="scala.Boolean">Boolean</span> = <span class="symbol">false</span></span>, <span name="parity">parity: <a href="Parity$.html#Parity=akka.serial.Parity.Value" class="extmbr" name="akka.serial.Parity.Parity">Parity.Parity</a> = <span class="symbol"><span class="name"><a href="Parity$.html">Parity.None</a></span></span></span>)</span><span class="result"> extends <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="Groups settings used in communication over a serial port." href="SerialSettings.html"><span class="name">SerialSettings</span></a><span class="params">(<span name="baud">baud: <span class="extype" name="scala.Int">Int</span></span>, <span name="characterSize">characterSize: <span class="extype" name="scala.Int">Int</span> = <span class="symbol">8</span></span>, <span name="twoStopBits">twoStopBits: <span class="extype" name="scala.Boolean">Boolean</span> = <span class="symbol">false</span></span>, <span name="parity">parity: <a href="Parity$.html#Parity=akka.serial.Parity.Value" class="extmbr" name="akka.serial.Parity.Parity">Parity.Parity</a> = <span class="symbol"><span class="name"><a href="Parity$.html">Parity.None</a></span></span></span>)</span><span class="result"> extends <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">Groups settings used in communication over a serial port.</p><div class="fullcomment"><div class="comment cmt"><p>Groups settings used in communication over a serial port.</p></div><dl class="paramcmts block"><dt class="param">baud</dt><dd class="cmt"><p>baud rate to use with serial port</p></dd><dt class="param">characterSize</dt><dd class="cmt"><p>size of a character of the data sent through the serial port</p></dd><dt class="param">twoStopBits</dt><dd class="cmt"><p>set to use two stop bits instead of one</p></dd><dt class="param">parity</dt><dd class="cmt"><p>type of parity to use with serial port</p></dd></dl></div>
@@ -428,9 +384,7 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Specifies available parities used in serial communication." href="Parity$.html">
- <span class="name">Parity</span>
- </a><span class="result"> extends <span class="extype" name="scala.Enumeration">Enumeration</span></span>
+ <a title="Specifies available parities used in serial communication." href="Parity$.html"><span class="name">Parity</span></a><span class="result"> extends <span class="extype" name="scala.Enumeration">Enumeration</span></span>
</span>
<p class="shortcomment cmt">Specifies available parities used in serial communication.</p>
@@ -446,9 +400,7 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p>
diff --git a/documentation/4.1/api/akka/serial/stream/Serial$$Connection.html b/documentation/4.1/api/akka/serial/stream/Serial$$Connection.html
index a4213de..3fe0d43 100644
--- a/documentation/4.1/api/akka/serial/stream/Serial$$Connection.html
+++ b/documentation/4.1/api/akka/serial/stream/Serial$$Connection.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="../index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -137,24 +129,18 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="" href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="Serial.html" class="extype" name="akka.serial.stream.Serial">Serial</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="" href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="Serial.html" class="extype" name="akka.serial.stream.Serial">Serial</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial.stream">stream</a></dd></dl></div>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="" title="Represents a prospective serial connection."></a>
- <a href="" title="Represents a prospective serial connection.">
- Connection
- </a>
+ <a href="" title="Represents a prospective serial connection.">Connection</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title=""></a>
- <a href="Serial$$Watch.html" title="">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="">Watch</a>
</li>
</ul>
</div>
@@ -339,7 +325,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -377,7 +365,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -399,7 +387,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -447,7 +438,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -463,7 +457,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.serial.stream.Serial.Connection#port" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="port:String"></a>
<span class="permalink">
@@ -572,6 +569,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/stream/Serial$$Watch.html b/documentation/4.1/api/akka/serial/stream/Serial$$Watch.html
index bf5fa82..37b25a6 100644
--- a/documentation/4.1/api/akka/serial/stream/Serial$$Watch.html
+++ b/documentation/4.1/api/akka/serial/stream/Serial$$Watch.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="../index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -137,24 +129,18 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="" href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="Serial.html" class="extype" name="akka.serial.stream.Serial">Serial</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="" href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="Serial.html" class="extype" name="akka.serial.stream.Serial">Serial</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial.stream">stream</a></dd></dl></div>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="Serial$$Connection.html" title="Represents a prospective serial connection."></a>
- <a href="Serial$$Connection.html" title="Represents a prospective serial connection.">
- Connection
- </a>
+ <a href="Serial$$Connection.html" title="Represents a prospective serial connection.">Connection</a>
</li><li class="current-entities indented4">
<span class="separator"></span>
<a class="class" href="" title=""></a>
- <a href="" title="">
- Watch
- </a>
+ <a href="" title="">Watch</a>
</li>
</ul>
</div>
@@ -338,7 +324,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -376,7 +364,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -398,7 +386,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -446,7 +437,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -462,7 +456,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.serial.stream.Serial.Watch#ports" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="ports:Set[String]"></a>
<span class="permalink">
@@ -555,6 +552,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/stream/Serial$.html b/documentation/4.1/api/akka/serial/stream/Serial$.html
index d2757b1..b9ae589 100644
--- a/documentation/4.1/api/akka/serial/stream/Serial$.html
+++ b/documentation/4.1/api/akka/serial/stream/Serial$.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="../index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,30 +113,22 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<a class="object" href="" title=""></a>
<a class="class" href="Serial.html" title="Entry point to streaming over serial ports."></a>
- <a href="Serial.html" title="Entry point to streaming over serial ports.">
- Serial
- </a>
+ <a href="Serial.html" title="Entry point to streaming over serial ports.">Serial</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="StreamSerialException.html" title="Represents a generic exception occured during streaming of serial data."></a>
- <a href="StreamSerialException.html" title="Represents a generic exception occured during streaming of serial data.">
- StreamSerialException
- </a>
+ <a href="StreamSerialException.html" title="Represents a generic exception occured during streaming of serial data.">StreamSerialException</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="StreamWatcherException.html" title=""></a>
- <a href="StreamWatcherException.html" title="">
- StreamWatcherException
- </a>
+ <a href="StreamWatcherException.html" title="">StreamWatcherException</a>
</li>
</ul>
</div>
@@ -237,9 +223,7 @@
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a title="Represents a prospective serial connection." href="Serial$$Connection.html">
- <span class="name">Connection</span>
- </a><span class="params">(<span name="port">port: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="settings">settings: <a href="../SerialSettings.html" class="extype" name="akka.serial.SerialSettings">SerialSettings</a></span>)</span><span class="result"> extends <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="Represents a prospective serial connection." href="Serial$$Connection.html"><span class="name">Connection</span></a><span class="params">(<span name="port">port: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="settings">settings: <a href="../SerialSettings.html" class="extype" name="akka.serial.SerialSettings">SerialSettings</a></span>)</span><span class="result"> extends <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
<p class="shortcomment cmt">Represents a prospective serial connection.</p>
@@ -255,9 +239,7 @@
<span class="kind">case class</span>
</span>
<span class="symbol">
- <a title="" href="Serial$$Watch.html">
- <span class="name">Watch</span>
- </a><span class="params">(<span name="ports">ports: <span class="extype" name="scala.Predef.Set">Set</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>)</span><span class="result"> extends <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
+ <a title="" href="Serial$$Watch.html"><span class="name">Watch</span></a><span class="params">(<span name="ports">ports: <span class="extype" name="scala.Predef.Set">Set</span>[<span class="extype" name="scala.Predef.String">String</span>]</span>)</span><span class="result"> extends <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
@@ -380,7 +362,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -450,7 +434,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -488,7 +472,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.actor.ExtensionId#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
@@ -568,7 +555,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -584,7 +574,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
@@ -677,6 +670,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/stream/Serial.html b/documentation/4.1/api/akka/serial/stream/Serial.html
index 329c698..b58f767 100644
--- a/documentation/4.1/api/akka/serial/stream/Serial.html
+++ b/documentation/4.1/api/akka/serial/stream/Serial.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="../index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,30 +113,22 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<a class="object" href="Serial$.html" title=""></a>
<a class="class" href="" title="Entry point to streaming over serial ports."></a>
- <a href="" title="Entry point to streaming over serial ports.">
- Serial
- </a>
+ <a href="" title="Entry point to streaming over serial ports.">Serial</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="StreamSerialException.html" title="Represents a generic exception occured during streaming of serial data."></a>
- <a href="StreamSerialException.html" title="Represents a generic exception occured during streaming of serial data.">
- StreamSerialException
- </a>
+ <a href="StreamSerialException.html" title="Represents a generic exception occured during streaming of serial data.">StreamSerialException</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="StreamWatcherException.html" title=""></a>
- <a href="StreamWatcherException.html" title="">
- StreamWatcherException
- </a>
+ <a href="StreamWatcherException.html" title="">StreamWatcherException</a>
</li>
</ul>
</div>
@@ -330,7 +316,9 @@ The design of this API is inspired by Akka's Tcp streams.
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -384,7 +372,7 @@ The design of this API is inspired by Akka's Tcp streams.
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -406,7 +394,10 @@ The design of this API is inspired by Akka's Tcp streams.
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
@@ -422,7 +413,10 @@ The design of this API is inspired by Akka's Tcp streams.
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -470,7 +464,10 @@ The design of this API is inspired by Akka's Tcp streams.
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -486,7 +483,10 @@ The design of this API is inspired by Akka's Tcp streams.
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.serial.stream.Serial#open" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="open(port:String,settings:akka.serial.SerialSettings,failOnOverflow:Boolean,bufferSize:Int):akka.stream.scaladsl.Flow[akka.util.ByteString,akka.util.ByteString,scala.concurrent.Future[akka.serial.stream.Serial.Connection]]"></a><a id="open(String,SerialSettings,Boolean,Int):Flow[ByteString,ByteString,Future[Connection]]"></a>
<span class="permalink">
@@ -598,6 +598,8 @@ on the port will be emitted by its outlet.</p></div><dl class="paramcmts block">
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/stream/StreamSerialException.html b/documentation/4.1/api/akka/serial/stream/StreamSerialException.html
index 0e71c19..6efb545 100644
--- a/documentation/4.1/api/akka/serial/stream/StreamSerialException.html
+++ b/documentation/4.1/api/akka/serial/stream/StreamSerialException.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="../index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,30 +113,22 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<a class="object" href="Serial$.html" title=""></a>
<a class="class" href="Serial.html" title="Entry point to streaming over serial ports."></a>
- <a href="Serial.html" title="Entry point to streaming over serial ports.">
- Serial
- </a>
+ <a href="Serial.html" title="Entry point to streaming over serial ports.">Serial</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="" title="Represents a generic exception occured during streaming of serial data."></a>
- <a href="" title="Represents a generic exception occured during streaming of serial data.">
- StreamSerialException
- </a>
+ <a href="" title="Represents a generic exception occured during streaming of serial data.">StreamSerialException</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="StreamWatcherException.html" title=""></a>
- <a href="StreamWatcherException.html" title="">
- StreamWatcherException
- </a>
+ <a href="StreamWatcherException.html" title="">StreamWatcherException</a>
</li>
</ul>
</div>
@@ -342,7 +328,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -412,7 +400,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -450,7 +438,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#getLocalizedMessage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getLocalizedMessage():String"></a>
<span class="permalink">
@@ -530,7 +521,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#initCause" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="initCause(x$1:Throwable):Throwable"></a><a id="initCause(Throwable):Throwable"></a>
<span class="permalink">
@@ -594,7 +588,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -610,7 +607,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#printStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="printStackTrace(x$1:java.io.PrintWriter):Unit"></a><a id="printStackTrace(PrintWriter):Unit"></a>
<span class="permalink">
@@ -767,6 +767,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/stream/StreamWatcherException.html b/documentation/4.1/api/akka/serial/stream/StreamWatcherException.html
index e9b866d..86f57c1 100644
--- a/documentation/4.1/api/akka/serial/stream/StreamWatcherException.html
+++ b/documentation/4.1/api/akka/serial/stream/StreamWatcherException.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="../index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,30 +113,22 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<a class="object" href="Serial$.html" title=""></a>
<a class="class" href="Serial.html" title="Entry point to streaming over serial ports."></a>
- <a href="Serial.html" title="Entry point to streaming over serial ports.">
- Serial
- </a>
+ <a href="Serial.html" title="Entry point to streaming over serial ports.">Serial</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="StreamSerialException.html" title="Represents a generic exception occured during streaming of serial data."></a>
- <a href="StreamSerialException.html" title="Represents a generic exception occured during streaming of serial data.">
- StreamSerialException
- </a>
+ <a href="StreamSerialException.html" title="Represents a generic exception occured during streaming of serial data.">StreamSerialException</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="" title=""></a>
- <a href="" title="">
- StreamWatcherException
- </a>
+ <a href="" title="">StreamWatcherException</a>
</li>
</ul>
</div>
@@ -342,7 +328,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -412,7 +400,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -450,7 +438,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#getLocalizedMessage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getLocalizedMessage():String"></a>
<span class="permalink">
@@ -530,7 +521,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#initCause" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="initCause(x$1:Throwable):Throwable"></a><a id="initCause(Throwable):Throwable"></a>
<span class="permalink">
@@ -594,7 +588,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -610,7 +607,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="java.lang.Throwable#printStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="printStackTrace(x$1:java.io.PrintWriter):Unit"></a><a id="printStackTrace(PrintWriter):Unit"></a>
<span class="permalink">
@@ -767,6 +767,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/stream/index.html b/documentation/4.1/api/akka/serial/stream/index.html
index 3955bb7..cfd1473 100644
--- a/documentation/4.1/api/akka/serial/stream/index.html
+++ b/documentation/4.1/api/akka/serial/stream/index.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="../index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -126,21 +120,15 @@
</li><li class="current-entities indented3">
<a class="object" href="Serial$.html" title=""></a>
<a class="class" href="Serial.html" title="Entry point to streaming over serial ports."></a>
- <a href="Serial.html" title="Entry point to streaming over serial ports.">
- Serial
- </a>
+ <a href="Serial.html" title="Entry point to streaming over serial ports.">Serial</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="StreamSerialException.html" title="Represents a generic exception occured during streaming of serial data."></a>
- <a href="StreamSerialException.html" title="Represents a generic exception occured during streaming of serial data.">
- StreamSerialException
- </a>
+ <a href="StreamSerialException.html" title="Represents a generic exception occured during streaming of serial data.">StreamSerialException</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="StreamWatcherException.html" title=""></a>
- <a href="StreamWatcherException.html" title="">
- StreamWatcherException
- </a>
+ <a href="StreamWatcherException.html" title="">StreamWatcherException</a>
</li><li name="akka.serial.sync" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="sync"></a><a id="sync:sync"></a>
<span class="permalink">
@@ -153,9 +141,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../sync/index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="../sync/index.html"><span class="name">sync</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -234,9 +220,7 @@
<span class="kind">class</span>
</span>
<span class="symbol">
- <a title="Entry point to streaming over serial ports." href="Serial.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.Extension">Extension</span></span>
+ <a title="Entry point to streaming over serial ports." href="Serial.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.Extension">Extension</span></span>
</span>
<p class="shortcomment cmt">Entry point to streaming over serial ports.</p><div class="fullcomment"><div class="comment cmt"><p>Entry point to streaming over serial ports.
@@ -254,9 +238,7 @@ The design of this API is inspired by Akka's Tcp streams.
<span class="kind">class</span>
</span>
<span class="symbol">
- <a title="Represents a generic exception occured during streaming of serial data." href="StreamSerialException.html">
- <span class="name">StreamSerialException</span>
- </a><span class="result"> extends <span class="extype" name="scala.RuntimeException">RuntimeException</span></span>
+ <a title="Represents a generic exception occured during streaming of serial data." href="StreamSerialException.html"><span class="name">StreamSerialException</span></a><span class="result"> extends <span class="extype" name="scala.RuntimeException">RuntimeException</span></span>
</span>
<p class="shortcomment cmt">Represents a generic exception occured during streaming of serial data.</p>
@@ -272,9 +254,7 @@ The design of this API is inspired by Akka's Tcp streams.
<span class="kind">class</span>
</span>
<span class="symbol">
- <a title="" href="StreamWatcherException.html">
- <span class="name">StreamWatcherException</span>
- </a><span class="result"> extends <span class="extype" name="scala.RuntimeException">RuntimeException</span></span>
+ <a title="" href="StreamWatcherException.html"><span class="name">StreamWatcherException</span></a><span class="result"> extends <span class="extype" name="scala.RuntimeException">RuntimeException</span></span>
</span>
@@ -298,9 +278,7 @@ The design of this API is inspired by Akka's Tcp streams.
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="" href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="Serial.html" class="extype" name="akka.serial.stream.Serial">Serial</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="" href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="Serial.html" class="extype" name="akka.serial.stream.Serial">Serial</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
diff --git a/documentation/4.1/api/akka/serial/sync/SerialConnection$.html b/documentation/4.1/api/akka/serial/sync/SerialConnection$.html
index 170b8a4..dd15506 100644
--- a/documentation/4.1/api/akka/serial/sync/SerialConnection$.html
+++ b/documentation/4.1/api/akka/serial/sync/SerialConnection$.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="../index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,18 +113,14 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="index.html"><span class="name">sync</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<a class="object" href="" title=""></a>
<a class="class" href="SerialConnection.html" title="Represents a serial connection in a more secure and object-oriented style than UnsafeSerial."></a>
- <a href="SerialConnection.html" title="Represents a serial connection in a more secure and object-oriented style than UnsafeSerial.">
- SerialConnection
- </a>
+ <a href="SerialConnection.html" title="Represents a serial connection in a more secure and object-oriented style than UnsafeSerial.">SerialConnection</a>
</li>
</ul>
</div>
@@ -297,7 +287,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -351,7 +343,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -373,7 +365,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
@@ -389,7 +384,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -437,7 +435,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -453,7 +454,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.serial.sync.SerialConnection#open" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="open(port:String,settings:akka.serial.SerialSettings):akka.serial.sync.SerialConnection"></a><a id="open(String,SerialSettings):SerialConnection"></a>
<span class="permalink">
@@ -564,6 +568,8 @@ This method acts as a factory to creating serial connections.
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/sync/SerialConnection.html b/documentation/4.1/api/akka/serial/sync/SerialConnection.html
index 7a12cdf..ce28491 100644
--- a/documentation/4.1/api/akka/serial/sync/SerialConnection.html
+++ b/documentation/4.1/api/akka/serial/sync/SerialConnection.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="../index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,18 +113,14 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">sync</span>
- </a>
+ <a title="" href="index.html"><span class="name">sync</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<a class="object" href="SerialConnection$.html" title=""></a>
<a class="class" href="" title="Represents a serial connection in a more secure and object-oriented style than UnsafeSerial."></a>
- <a href="" title="Represents a serial connection in a more secure and object-oriented style than UnsafeSerial.">
- SerialConnection
- </a>
+ <a href="" title="Represents a serial connection in a more secure and object-oriented style than UnsafeSerial.">SerialConnection</a>
</li>
</ul>
</div>
@@ -300,7 +290,9 @@ the native backend and is thread-safe.</p><p>The underlying serial port is assum
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -371,7 +363,7 @@ A call of this method has no effect if the serial port is already closed.</p></d
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -393,7 +385,10 @@ A call of this method has no effect if the serial port is already closed.</p></d
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
@@ -409,7 +404,10 @@ A call of this method has no effect if the serial port is already closed.</p></d
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.serial.sync.SerialConnection#isClosed" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="isClosed:Boolean"></a>
<span class="permalink">
@@ -473,7 +471,10 @@ A call of this method has no effect if the serial port is already closed.</p></d
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -489,7 +490,10 @@ A call of this method has no effect if the serial port is already closed.</p></d
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="akka.serial.sync.SerialConnection#port" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="port:String"></a>
<span class="permalink">
@@ -619,6 +623,8 @@ if the connection is closed.</p><p>This method works only for direct buffers.
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
diff --git a/documentation/4.1/api/akka/serial/sync/index.html b/documentation/4.1/api/akka/serial/sync/index.html
index 73fe1df..497d0f9 100644
--- a/documentation/4.1/api/akka/serial/sync/index.html
+++ b/documentation/4.1/api/akka/serial/sync/index.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="../index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,9 +113,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../stream/index.html">
- <span class="name">stream</span>
- </a>
+ <a title="" href="../stream/index.html"><span class="name">stream</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
@@ -144,9 +136,7 @@
</li><li class="current-entities indented3">
<a class="object" href="SerialConnection$.html" title=""></a>
<a class="class" href="SerialConnection.html" title="Represents a serial connection in a more secure and object-oriented style than UnsafeSerial."></a>
- <a href="SerialConnection.html" title="Represents a serial connection in a more secure and object-oriented style than UnsafeSerial.">
- SerialConnection
- </a>
+ <a href="SerialConnection.html" title="Represents a serial connection in a more secure and object-oriented style than UnsafeSerial.">SerialConnection</a>
</li>
</ul>
</div>
@@ -222,9 +212,7 @@
<span class="kind">class</span>
</span>
<span class="symbol">
- <a title="Represents a serial connection in a more secure and object-oriented style than UnsafeSerial." href="SerialConnection.html">
- <span class="name">SerialConnection</span>
- </a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span>
+ <a title="Represents a serial connection in a more secure and object-oriented style than UnsafeSerial." href="SerialConnection.html"><span class="name">SerialConnection</span></a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
<p class="shortcomment cmt">Represents a serial connection in a more secure and object-oriented style than <code>UnsafeSerial</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Represents a serial connection in a more secure and object-oriented style than <code>UnsafeSerial</code>. In
@@ -251,9 +239,7 @@ the native backend and is thread-safe.</p><p>The underlying serial port is assum
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="" href="SerialConnection$.html">
- <span class="name">SerialConnection</span>
- </a>
+ <a title="" href="SerialConnection$.html"><span class="name">SerialConnection</span></a>
</span>
diff --git a/documentation/4.1/api/index.html b/documentation/4.1/api/index.html
index 48609e1..71b29f4 100644
--- a/documentation/4.1/api/index.html
+++ b/documentation/4.1/api/index.html
@@ -81,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="akka/index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="akka/index.html"><span class="name">akka</span></a>
</span>
diff --git a/documentation/4.1/api/lib/index.css b/documentation/4.1/api/lib/index.css
index b153113..57c7dd8 100644
--- a/documentation/4.1/api/lib/index.css
+++ b/documentation/4.1/api/lib/index.css
@@ -432,6 +432,7 @@ div#content-container > div#subpackage-spacer {
margin: 1.1rem 0.5rem 0 0.5em;
font-size: 0.8em;
min-width: 8rem;
+ max-width: 16rem;
}
div#packages > h1 {
diff --git a/documentation/4.1/api/lib/index.js b/documentation/4.1/api/lib/index.js
index 1a2e62b..087c975 100644
--- a/documentation/4.1/api/lib/index.js
+++ b/documentation/4.1/api/lib/index.js
@@ -113,20 +113,26 @@ function handleKeyNavigation() {
scroller.container = $container;
scroller.scrollDown = function($elem) {
- var yPos = $elem.offset().top; // offset relative to viewport
- if ($container.height() < yPos || (yPos - $("#search").height()) < 0) {
- $container.animate({
- scrollTop: $container.scrollTop() + yPos - $("#search").height() - 10
- }, 200);
+ var offset = $elem.offset(); // offset relative to viewport
+ if (offset !== undefined) {
+ var yPos = offset.top;
+ if ($container.height() < yPos || (yPos - $("#search").height()) < 0) {
+ $container.animate({
+ scrollTop: $container.scrollTop() + yPos - $("#search").height() - 10
+ }, 200);
+ }
}
};
scroller.scrollUp = function ($elem) {
- var yPos = $elem.offset().top; // offset relative to viewport
- if (yPos < $("#search").height()) {
- $container.animate({
- scrollTop: $container.scrollTop() + yPos - $("#search").height() - 10
- }, 200);
+ var offset = $elem.offset(); // offset relative to viewport
+ if (offset !== undefined) {
+ var yPos = offset.top;
+ if (yPos < $("#search").height()) {
+ $container.animate({
+ scrollTop: $container.scrollTop() + yPos - $("#search").height() - 10
+ }, 200);
+ }
}
};
diff --git a/documentation/4.1/api/lib/template.css b/documentation/4.1/api/lib/template.css
index c120698..d5f89b1 100644
--- a/documentation/4.1/api/lib/template.css
+++ b/documentation/4.1/api/lib/template.css
@@ -248,6 +248,10 @@ body.abstract.type div.big-circle {
background: url("abstract_type.svg") no-repeat center;
}
+body.alias.type div.big-circle {
+ background: url("abstract_type.svg") no-repeat center;
+}
+
#template {
margin: 0.9em 0.75em 0.75em;
padding-bottom: 0.5em;
diff --git a/documentation/4.1/manual.md b/documentation/4.1/manual.md
index 8b64716..6ecb0c5 100644
--- a/documentation/4.1/manual.md
+++ b/documentation/4.1/manual.md
@@ -10,7 +10,7 @@ title: User Guide
akka-serial uses sbt as build system. To get started, include a dependency to akka-serial in your project:
~~~scala
-libraryDependencies += "ch.jodersky" %% "akka-serial-core" % "4.1.0"
+libraryDependencies += "ch.jodersky" %% "akka-serial-core" % "4.1.2"
~~~
Next, you need to include akka-serial's native library that supports communication for serial devices.
@@ -28,7 +28,7 @@ It is recommended that you use the first option for testing purposes or end-user
In case your kernel/architecture combination is present in the "supported platforms" table in the [downloads section]({{site.url}}/downloads/), add a second dependency to your project:
~~~scala
-libraryDependencies += "ch.jodersky" % "akka-serial-native" % "4.1.0" % "runtime"
+libraryDependencies += "ch.jodersky" % "akka-serial-native" % "4.1.2" % "runtime"
~~~
This will add a jar to your classpath containing native libraries for various platforms. At run-time, the correct library for the current platform is selected, extracted and loaded. This solution enables running applications seamlessly, as if they were pure JVM applications.
@@ -49,7 +49,7 @@ Then, for every end-user application that relies on akka-serial, manually add th
---
# Communication Protocol
-The following is a general guide on the usage of akak-serial. If you prefer a complete example, check out the code contained in the [samples](https://github.com/jodersky/akka-serial/tree/v4.1.0/samples) directory.
+The following is a general guide on the usage of akak-serial. If you prefer a complete example, check out the code contained in the [samples](https://github.com/jodersky/akka-serial/tree/v4.1.2/samples) directory.
akka-serial's API follows that of an actor based system, where each actor is assigned specific functions involved in serial communication. The two main actor types are:
@@ -186,7 +186,7 @@ Note that the manager has a deathwatch on every subscribed client. Hence, should
akka-serial provides support for Akka streams and thus can be interfaced with reactive-streams. Support is implemented in a separate module, which needs to be added as a library dependency:
~~~scala
-libraryDependencies += "ch.jodersky" %% "akka-serial-stream" % "4.1.0"
+libraryDependencies += "ch.jodersky" %% "akka-serial-stream" % "4.1.2"
~~~
The main entry point for serial streaming is `akka.serial.stream.Serial`. Its API is also well documented and should serve as the starting point when searching documentation on serial streaming.