Skip to content

Session

Robert de Forest edited this page Jan 28, 2019 · 1 revision

Purpose

Session objects connect I/O streams to a parser and an output filter. Communications is event-based.

Usage

session = Session(stream, parser, outputFilter)

Clone this wiki locally