Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork137
Commiteee27b0
committed
Splitting the definition of client into 2 interfaces
- ClientConnect provides the abstraction required to address connection methods for TCP like sessions.- Client provides the same Features as before, but it is specialized to handle connections that are then handled like a stream, like a classical TCP connectionThis distinction will be used to differentiate stream like communicationprotocols, i.e. websocket, tcp, http streaming, from discrete sizedpackets communication, like MQTT.1 parent4a02bfc commiteee27b0
1 file changed
+18
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
28 | 40 | | |
| 41 | + | |
29 | 42 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 43 | + | |
| 44 | + | |
36 | 45 | | |
37 | | - | |
38 | | - | |
39 | 46 | | |
40 | | - | |
41 | | - | |
42 | 47 | | |
43 | | - | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | | - | |
| 51 | + | |
0 commit comments
Comments
(0)