webstompy.transporter¶
All transporter objects (WebSocket et al.) to transport the STOMP messages.
webstompy.transporter.transporter¶
All transporter objects (WebSocket et al.) to transport the STOMP messages.
-
class
webstompy.transporter.transporter.BaseTransporter[source]¶ Bases:
abc.ABCAbstract transporter class to adapt to various connection types
-
class
webstompy.transporter.transporter.WebSocketPinger(socket)[source]¶ Bases:
threading.ThreadHelper class for WebSocketTransporter to to regular WebSocket pings as connection keepalive.
-
run()[source]¶ Method representing the thread’s activity.
You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.
-
-
class
webstompy.transporter.transporter.WebSocketTransporter(socket)[source]¶ Bases:
webstompy.transporter.transporter.BaseTransporterwebstompty transporter class through WebSockets
-
alive¶ Check transporter connection status
-