Public Member Functions | |
| def | __getattr__ (self, name) |
| def | __init__ (self, socket) |
| def | close (self) |
| def | rebuffer (self, data) |
| def | recv (self, bufsize) |
| def | send (self, data) |
| def | wsrecv (self) |
Public Attributes | |
| buffer | |
| socket | |
| websockets | |
Definition at line 45 of file mqttsas.py.
| def mqttsas.BufferedSockets.__init__ | ( | self, | |
| socket | |||
| ) |
Definition at line 47 of file mqttsas.py.
| def mqttsas.BufferedSockets.__getattr__ | ( | self, | |
| name | |||
| ) |
Definition at line 109 of file mqttsas.py.
| def mqttsas.BufferedSockets.close | ( | self | ) |
Definition at line 52 of file mqttsas.py.
| def mqttsas.BufferedSockets.rebuffer | ( | self, | |
| data | |||
| ) |
Definition at line 56 of file mqttsas.py.
| def mqttsas.BufferedSockets.recv | ( | self, | |
| bufsize | |||
| ) |
Definition at line 93 of file mqttsas.py.
| def mqttsas.BufferedSockets.send | ( | self, | |
| data | |||
| ) |
Definition at line 112 of file mqttsas.py.
| def mqttsas.BufferedSockets.wsrecv | ( | self | ) |
Definition at line 59 of file mqttsas.py.
| mqttsas.BufferedSockets.buffer |
Definition at line 49 of file mqttsas.py.
| mqttsas.BufferedSockets.socket |
Definition at line 48 of file mqttsas.py.
| mqttsas.BufferedSockets.websockets |
Definition at line 50 of file mqttsas.py.