| Home | Trees | Indices | Help |
|
|---|
|
|
SocketServer.BaseServer --+
|
SocketServer.TCPServer --+
|
StompServer
Subclass of StompServer.TCPServer to handle new
connections with instances of StompRequestHandler.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
allow_reuse_address = True
|
|
|
Inherited from Inherited from |
|
| Instance Variables | |
| coilmq.auth.Authenticator |
authenticator The authenticator to use. |
| coilmq.queue.QueueManager |
queue_manager The queue manager to use. |
| coilmq.topic.TopicManager |
topic_manager The topic manager to use. |
| Method Details |
Extension to
|
Closes the socket server and any associated resources.
|
Stops the serve_forever loop. Blocks until the loop has finished. This must be called while serve_forever() is running in another thread, or it will deadlock.
|
Handle one request at a time until shutdown. Polls for shutdown every poll_interval seconds. Ignores self.timeout. If you need to do periodic tasks, do them in another thread.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 28 20:30:42 2011 | http://epydoc.sourceforge.net |