Method Summary |
|
__init__ (self,
priorities)
If |priorities| is None |Prolog.Priorities| is used instead |
|
dump_error (self,
msg,
peerconn)
Create a result message with |msg| object |
|
dump_result (self,
msg,
peerconn)
Create a result message with |msg| object |
|
join(self,
x)
|
|
load_request(self,
msg,
peerconn)
|
Inherited from SPyRO_Format |
|
contenttype (self)
Returns the content type to send menssages |
|
dump_callMethod (self,
msg,
commclient)
Creates the call method |
|
dump_control (self,
msg,
commclient)
Creates a DEL|BYE request or any other request at low level |
|
dump_getAttr (self,
msg,
commclient)
Creates the get attribute message |
|
dump_setAttr (self,
msg,
commclient)
Creates the set attribute message |
|
load_result (self,
msg,
commclient)
|