August'24: Kamaelia is in maintenance mode and will recieve periodic updates, about twice a year,
primarily targeted around Python 3 and ecosystem compatibility.
PRs are always welcome. Latest Release: 1.14.32 (2024/3/24)
Kamaelia.SingleServer.SingleServer
class
SingleServer(Axon.Component.component)
Inboxes
- control : Default inbox, not actually listened to
- inbox : Data received on this inbox is sent to the first client who
connects
- _oobinfo : We receive notification of connection on this inbox
Outboxes
- outbox : Any data received from the first connection accepted is
sent to this outbox
- signal : When the client disconnects a producerFinished message is
sent here
- _CSA_signal : Outbox for sending messages to the CSA. Currently
unused.
Methods defined here
__init__(self, port)
handleNewCSA(self, data)
main(self)
Feedback
Got a problem with the documentation? Something unclear, could be
clearer? Want to help with improving? Constructive criticism, preferably
in the form of suggested rewording is very welcome.
Please leave the feedback here,
in reply to the documentation thread in the Kamaelia blog.