Module swim.io.mqtt
MQTT socket modem for concurrently transporting explicitly flow-controlled
MQTT streams over a network without blocking or intermediate buffering.
-
-
Packages
Exports Package Description swim.io.mqtt MQTT socket modem for concurrently transporting explicitly flow-controlled MQTT streams over a network without blocking or intermediate buffering.
-
Modules
Requires Modifier Module Description transitive swim.codec Incremental I/O; functional parsers and writers; display, debug, and diagnostic formatters; and Unicode and binary codecs.transitive swim.io Explicitly flow-controlled, non-blocking, parallel I/O engine, with swim-codec-modulated socket modems, and TCP and TLS transports.transitive swim.mqtt MQTT packet model and wire protocol codec that incrementally decodes and encodes MQTT streams without intermediate buffering.Indirect Requires Modifier Module Description transitive swim.collections Immutable, structure sharing collections, including hash array mapped tries, finger tries, B-trees, and S-trees (sequence trees).transitive swim.concurrent Timer, task, and continuation passing style interfaces, with lightweight scheduler and execution stage implementations.transitive swim.structure Generic structured data model, with support for selectors, expressions, and lambda functions.
-