| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
TestStompClient
A stomp client for use in testing.
This client spawns a listener thread and pushes anything that comes in onto the read_frames queue.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Instance Variables | |
Queue.Queue containing any received
stompclient.frame.Frame
|
received_frames A queue of Frame instances that have been received. |
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Sends a stomp frame.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 28 20:30:42 2011 | http://epydoc.sourceforge.net |