Skip to content

Commit

Permalink
server constructor options
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleardreamer committed Jan 27, 2017
1 parent 8b09c85 commit a97002e
Show file tree
Hide file tree
Showing 17 changed files with 321 additions and 162 deletions.
6 changes: 3 additions & 3 deletions docs/Logger.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h5>Parameters:</h5>
<td class="type">


<span class="param-type">object</span>
<span class="param-type">Object</span>



Expand Down Expand Up @@ -271,7 +271,7 @@ <h6>Properties</h6>
<td class="type">


<span class="param-type">object</span>
<span class="param-type">Object</span>



Expand Down Expand Up @@ -415,7 +415,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jan 27 2017 00:09:30 GMT-0800 (PST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jan 27 2017 14:15:50 GMT-0800 (PST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Message.html
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jan 27 2017 00:09:30 GMT-0800 (PST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jan 27 2017 14:15:50 GMT-0800 (PST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
97 changes: 79 additions & 18 deletions docs/WebSocketClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>
<h2>Constructor</h2>


<h4 class="name" id="WebSocketClient"><span class="type-signature"></span>new WebSocketClient<span class="signature">(uri<span class="signature-attributes">opt</span>, id<span class="signature-attributes">opt</span>, serializer<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
<h4 class="name" id="WebSocketClient"><span class="type-signature"></span>new WebSocketClient<span class="signature">(options<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>



Expand Down Expand Up @@ -135,6 +135,60 @@ <h5>Parameters:</h5>




<th class="last">Description</th>
</tr>
</thead>

<tbody>


<tr>

<td class="name"><code>options</code></td>


<td class="type">


<span class="param-type">Object</span>



</td>


<td class="attributes">

&lt;optional><br>





</td>




<td class="description last"><p>options object</p>
<h6>Properties</h6>


<table class="params">
<thead>
<tr>

<th>Name</th>


<th>Type</th>


<th>Attributes</th>



<th>Default</th>


Expand Down Expand Up @@ -174,7 +228,7 @@ <h5>Parameters:</h5>

<td class="default">

<code>wss://localhost:9500</code>
<code>ws://localhost:9500</code>

</td>

Expand Down Expand Up @@ -370,6 +424,13 @@ <h6>Properties</h6>
</tbody>
</table>

</td>
</tr>


</tbody>
</table>




Expand Down Expand Up @@ -414,7 +475,7 @@ <h4 class="name" id="blacklist"><span class="type-signature"></span>blacklist<sp

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line47">line 47</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line48">line 48</a>
</li></ul></dd>


Expand Down Expand Up @@ -525,7 +586,7 @@ <h4 class="name" id="client"><span class="type-signature"></span>client<span cla

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line79">line 79</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line80">line 80</a>
</li></ul></dd>


Expand Down Expand Up @@ -636,7 +697,7 @@ <h4 class="name" id="closed"><span class="type-signature"></span>closed<span cla

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line156">line 156</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line157">line 157</a>
</li></ul></dd>


Expand Down Expand Up @@ -747,7 +808,7 @@ <h4 class="name" id="closing"><span class="type-signature"></span>closing<span c

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line149">line 149</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line150">line 150</a>
</li></ul></dd>


Expand Down Expand Up @@ -858,7 +919,7 @@ <h4 class="name" id="connecting"><span class="type-signature"></span>connecting<

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line135">line 135</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line136">line 136</a>
</li></ul></dd>


Expand Down Expand Up @@ -969,7 +1030,7 @@ <h4 class="name" id="id"><span class="type-signature"></span>id<span class="type

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line43">line 43</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line44">line 44</a>
</li></ul></dd>


Expand Down Expand Up @@ -1080,7 +1141,7 @@ <h4 class="name" id="message"><span class="type-signature"></span>message<span c

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line75">line 75</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line76">line 76</a>
</li></ul></dd>


Expand Down Expand Up @@ -1191,7 +1252,7 @@ <h4 class="name" id="open"><span class="type-signature"></span>open<span class="

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line142">line 142</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line143">line 143</a>
</li></ul></dd>


Expand Down Expand Up @@ -1302,7 +1363,7 @@ <h4 class="name" id="subscribed"><span class="type-signature"></span>subscribed<

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line71">line 71</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line72">line 72</a>
</li></ul></dd>


Expand Down Expand Up @@ -1413,7 +1474,7 @@ <h4 class="name" id="uri"><span class="type-signature"></span>uri<span class="ty

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line65">line 65</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line66">line 66</a>
</li></ul></dd>


Expand Down Expand Up @@ -1534,7 +1595,7 @@ <h4 class="name" id="close"><span class="type-signature"></span>close<span class

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line182">line 182</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line183">line 183</a>
</li></ul></dd>


Expand Down Expand Up @@ -1636,7 +1697,7 @@ <h4 class="name" id="pub"><span class="type-signature"></span>pub<span class="si

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line168">line 168</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line169">line 169</a>
</li></ul></dd>


Expand Down Expand Up @@ -1875,7 +1936,7 @@ <h4 class="name" id="event:close">close</h4>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line91">line 91</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line92">line 92</a>
</li></ul></dd>


Expand Down Expand Up @@ -1959,7 +2020,7 @@ <h4 class="name" id="event:connect">connect</h4>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line96">line 96</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line97">line 97</a>
</li></ul></dd>


Expand Down Expand Up @@ -2053,7 +2114,7 @@ <h4 class="name" id="event:ready">ready</h4>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line83">line 83</a>
<a href="lib_websocket_client.js.html">lib/websocket/client.js</a>, <a href="lib_websocket_client.js.html#line84">line 84</a>
</li></ul></dd>


Expand Down Expand Up @@ -2134,7 +2195,7 @@ <h4 class="name" id="event:ready">ready</h4>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jan 27 2017 00:09:30 GMT-0800 (PST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Fri Jan 27 2017 14:15:50 GMT-0800 (PST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
Loading

0 comments on commit a97002e

Please sign in to comment.