collie.channel.handler

Members

Classes

Handler
class Handler(Rin, Rout = Rin, Win = Rout, Wout = Rin)

Rin : the Handle will read type Rout : Next Handle will Read Type Win : the Handle will Write type Wout : Next Handle will write type

InboundHandler
class InboundHandler(Rin, Rout = Rin)

Rin : the Handle will read type Rout : Next Handle will Read Type

OutboundHandler
class OutboundHandler(Win, Wout = Win)

Win : the Handle will Write type Wout : Next Handle will write type

Meta