|
Class Summary |
| NetLoader |
This class allows for run-time additions to the classes used in a
running foundry node. |
| RequestHandler |
The request handler abstracts over the low-level transport layer
interactions by providing an asynchronous/synchronous remote
procedure call mechanism. |
| RequestID |
This class specifies the identification associated with an
asynchronous request. |
| RequestMsg |
This class encodes a message sent between request handler sessions. |
| RequestSession |
A request handler session is used by clients to interact through
the request handler abstraction. |