| Home | Trees | Indices | Help |
|
|---|
|
|
SocketServer.BaseRequestHandler --+
|
object --+ |
| |
StompConnection --+
|
StompRequestHandler
Class that will be instantiated to handle STOMP connections.
This class will be instantiated once per connection to the server. In a multi-threaded context, that means that instances of this class are scoped to a single thread. It should be noted that while the coilmq.engine.StompEngine instance will be thread-local, the storage containers configured into the engine are not thread-local (and hence must be thread-safe).
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
|
Inherited from |
| Instance Variables | |
stompclient.util.FrameBuffer
|
buffer A StompBuffer instance which buffers received data (to ensure we deal with complete STOMP messages. |
bool
|
debug Whether to enable extra-verbose debug logging. |
| coilmq.engine.StompEngine |
engine The STOMP protocol engine. |
|
Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
|
Handle a new socket connection.
|
Normal (non-error) termination of request. Unbinds the engine.
See Also: coilmq.engine.StompEngine.unbind |
Sends a frame to connected socket client.
|
| Instance Variable Details |
debugWhether to enable extra-verbose debug logging. (Will be logged at debug level.)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 28 20:30:42 2011 | http://epydoc.sourceforge.net |