ezmsg.websocket.units#
Classes
|
|
|
Receives arbitrary content from outside world and injects it into system in a DataArray |
|
|
- class WebsocketServer(*args, settings=None, **kwargs)[source]#
Bases:
UnitReceives arbitrary content from outside world and injects it into system in a DataArray
- Parameters:
settings (Settings | None)
- SETTINGS#
alias of
WebsocketSettings
- STATE#
alias of
WebsocketState
- INPUT = InputStream:unlocated[<class 'bytes'>]()#
- OUTPUT = OutputStream:unlocated[<class 'bytes'>](self.num_buffers=32, self.force_tcp=False)#
- class WebsocketClient(*args, settings=None, **kwargs)[source]#
Bases:
Unit- Parameters:
settings (Settings | None)
- SETTINGS#
alias of
WebsocketSettings
- STATE#
alias of
WebsocketState
- INPUT = InputStream:unlocated[<class 'bytes'>]()#
- OUTPUT = OutputStream:unlocated[<class 'bytes'>](self.num_buffers=32, self.force_tcp=False)#