| Method Summary |
| |
__init__(self)
Yet empty Constructor. |
| |
dispatch(self,
node,
message,
incomingmessageid)
Handles incoming messages. |
| |
downloadRoutingTable(self,
destination,
destinationcommunity,
timeout)
Download routing table from one peer. |
| |
processIncomingRoutingUpdate(self,
destination,
data,
messageid)
Applies an incoming routing table update to the local routing table
manager. |
| |
replyToDownloadRoutingTable(self,
destination,
destinationcommunity,
messageid)
Reply to the request of routing table. |
String
|
sendRoutingControllerMessage(self,
destination,
action,
args,
data,
messagereference,
sucess)
Any routing controller message should be send through this
interface. |
| |
sendRoutingTable(self,
destination,
destinationcommunity,
timeout,
msgid,
requestReply)
Sends the local routing table xml encoded to one peer. |
| |
_downloadRoutingTableFromOneNode(self,
destination,
destinationcommunity,
inbackground,
status)
Starts a job to download the routing table from one node. |
| |
_uploadRoutingTableToOneNode(self,
destination,
destinationcommunity,
inbackground,
status,
messageid,
requestReply)
Job function for routing table upload. |