Module swim.io.ws


module swim.io.ws
WebSocket modem for concurrently transporting explicitly flow-controlled WebSocket streams over a network without blocking or intermediate buffering, and swim-io-http requesters and responders for upgrading HTTP client and server modems to WebSocket modems.
  • Packages

    Exports
    Package
    Description
    WebSocket modem for concurrently transporting explicitly flow-controlled WebSocket streams over a network without blocking or intermediate buffering, and swim-io-http requesters and responders for upgrading HTTP client and server modems to WebSocket modems.
    Indirect Exports
  • Modules

    Requires
    Modifier
    Module
    Description
    transitive
    Incremental I/O; functional parsers and writers; display, debug, and diagnostic formatters; and Unicode and binary codecs.
    transitive
    HTTP message model and wire protocol codec that incrementally decodes and encodes HTTP streams without intermediate buffering.
    transitive
    Explicitly flow-controlled, non-blocking, parallel I/O engine, with swim-codec-modulated socket modems, and TCP and TLS transports.
    transitive
    HTTP client and server socket modems for pipelining and concurrently transporting explicitly flow-controlled HTTP streams over a network without blocking or intermediate buffering.
    transitive
    Generic structured data model, with support for selectors, expressions, and lambda functions.
    transitive
    WebSocket frame model and wire protocol codec that incrementally decodes and encodes fragmented WebSocket streams without intermediate buffering.
    Indirect Requires
    Modifier
    Module
    Description
    transitive
    Immutable, structure sharing collections, including hash array mapped tries, finger tries, B-trees, and S-trees (sequence trees).
    transitive
    Timer, task, and continuation passing style interfaces, with lightweight scheduler and execution stage implementations.
    transitive
    DEFLATE codec that incrementally compresses and decompresses streams.
    transitive
    Rich object model for working with Uniform Resource Identifiers, URI subcomponents, and URI patterns, including an efficient and safe codec for parsing and writing compliant URI strings.