UNPKG

4.44 kBHTMLView Raw
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5 <title>JSDoc: Class: Client</title>
6
7 <script src="scripts/prettify/prettify.js"> </script>
8 <script src="scripts/prettify/lang-css.js"> </script>
9 <!--[if lt IE 9]>
10 <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11 <![endif]-->
12 <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13 <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14</head>
15
16<body>
17
18<div id="main">
19
20 <h1 class="page-title">Class: Client</h1>
21
22
23
24
25
26
27<section>
28
29<header>
30
31 <h2>Client</h2>
32
33
34</header>
35
36<article>
37 <div class="container-overview">
38
39
40
41
42
43 <h4 class="name" id="Client"><span class="type-signature"></span>new Client<span class="signature">(container)</span><span class="type-signature"></span></h4>
44
45
46
47
48
49<div class="description">
50 A Raptor client integrating HTTP and MQTT(+WS)
51</div>
52
53
54
55
56
57
58
59
60
61 <h5>Parameters:</h5>
62
63
64<table class="params">
65 <thead>
66 <tr>
67
68 <th>Name</th>
69
70
71 <th>Type</th>
72
73
74
75
76
77 <th class="last">Description</th>
78 </tr>
79 </thead>
80
81 <tbody>
82
83
84 <tr>
85
86 <td class="name"><code>container</code></td>
87
88
89 <td class="type">
90
91
92<span class="param-type"><a href="Raptor.html">Raptor</a></span>
93
94
95
96 </td>
97
98
99
100
101
102 <td class="description last">Raptor wrapper instance</td>
103 </tr>
104
105
106 </tbody>
107</table>
108
109
110
111
112
113
114<dl class="details">
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141 <dt class="tag-source">Source:</dt>
142 <dd class="tag-source"><ul class="dummy"><li>
143 <a href="lib_client.js.html">lib/client.js</a>, <a href="lib_client.js.html#line9">line 9</a>
144 </li></ul></dd>
145
146
147
148
149
150
151
152</dl>
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170 </div>
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189</article>
190
191</section>
192
193
194
195
196
197
198
199<section>
200
201<header>
202
203 <h2>Client</h2>
204
205
206</header>
207
208<article>
209 <div class="container-overview">
210
211
212
213
214
215 <h4 class="name" id="Client"><span class="type-signature"></span>new Client<span class="signature">(container)</span><span class="type-signature"></span></h4>
216
217
218
219
220
221<div class="description">
222 A Raptor client integrating HTTP and MQTT(+WS)
223</div>
224
225
226
227
228
229
230
231
232
233 <h5>Parameters:</h5>
234
235
236<table class="params">
237 <thead>
238 <tr>
239
240 <th>Name</th>
241
242
243 <th>Type</th>
244
245
246
247
248
249 <th class="last">Description</th>
250 </tr>
251 </thead>
252
253 <tbody>
254
255
256 <tr>
257
258 <td class="name"><code>container</code></td>
259
260
261 <td class="type">
262
263
264<span class="param-type"><a href="Raptor.html">Raptor</a></span>
265
266
267
268 </td>
269
270
271
272
273
274 <td class="description last">Raptor wrapper instance</td>
275 </tr>
276
277
278 </tbody>
279</table>
280
281
282
283
284
285
286<dl class="details">
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313 <dt class="tag-source">Source:</dt>
314 <dd class="tag-source"><ul class="dummy"><li>
315 <a href="lib_client.js.html">lib/client.js</a>, <a href="lib_client.js.html#line9">line 9</a>
316 </li></ul></dd>
317
318
319
320
321
322
323
324</dl>
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342 </div>
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361</article>
362
363</section>
364
365
366
367
368</div>
369
370<nav>
371 <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Action.html">Action</a></li><li><a href="Channel.html">Channel</a></li><li><a href="Client.html">Client</a></li><li><a href="Raptor.html">Raptor</a></li><li><a href="RecordSet.html">RecordSet</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="ServiceObject.html">ServiceObject</a></li><li><a href="Stream.html">Stream</a></li><li><a href="User.html">User</a></li></ul><h3>Global</h3><ul><li><a href="global.html#Container">Container</a></li></ul>
372</nav>
373
374<br class="clear">
375
376<footer>
377 Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.2</a> on Wed Nov 02 2016 11:15:06 GMT+0100 (CET)
378</footer>
379
380<script> prettyPrint(); </script>
381<script src="scripts/linenumber.js"> </script>
382</body>
383</html>
\No newline at end of file