|
Class Summary |
| CreateTreeReq |
Messages instructing the local DTreeNode to create a new
dissemination tree, rooted here (presumably an inner ring). |
| CreateTreeResp |
Messages dispatched by a DTreeNode responding to
CreateTreeReq message. |
| DownDTreeMsg |
Messages passed to the local DTreeNode containing an object
to pass down a dissemination tree. |
| DTreeLocateMsg |
Messages sent towards dissemination trees.
|
| DTreeMsg |
Messages sent among nodes in a dissemination tree.
|
| DTreeNode |
The stage responsible for fulfilling the server's roles in various
dissemination trees.
|
| DTreeReq |
A superclass of all requests handled by the DTreeNode. |
| DTreeResp |
A superclass of all responses sent by the DTreeNode. |
| DTreeServiceReq |
Messages sent from a child node to a parent node, or vice versa, asking
the receiver to initiate, modify, or terminate dissemination service. |
| DTreeServiceResp |
Messages send from one dissemination tree node to another in response to
a DTreeServiceReq message. |
| JoinTreeReq |
Messages instructing the local DTreeNode to tie into a
dissemination tree. |
| JoinTreeResp |
Messages dispatched by a DTreeNode responding to
JoinTreeReq message. |
| LeaveTreeReq |
Messages instructing the local DTreeNode to remove itself
from a dissemination tree. |
| LeaveTreeResp |
Messages dispatched by a DTreeNode responding to
LeaveTreeReq message. |
| RemoteCacheReplyMessage |
The RemoteCacheReplyMessage is a message sent by the
cache in repsonse to a RemoteCacheReplyMessage. |
| RemoteCacheRequestMessage |
The RemoteCacheRequestMessage is a message sent by
the cache to request a block known only by its vhash. |
| Test |
A test engine for the dissemination tree.
|
| Test.StopMsg |
|
| UpDTreeMsg |
Messages passed to the local DTreeNode containing an object
to pass up a dissemination tree. |