#include <proxy.h>
Collaboration diagram for MPS::Proxy:
Public Methods | |
Proxy (string const &_address) | |
void | _setCallback (ref< Connection::Callback > callback, Connection::Callback::Method method) |
Protected Attributes | |
ref<Connection> | _connection |
Private Attributes | |
string | address |
Definition at line 45 of file proxy.h.
|
Create a Proxy connecting to the given address.
|
|
Set up so that the passed-in Connection::Callback's Method will be called by the appropriate Transport's "main loop" when it's next safe to call a _receive_... method on this Proxy. Once the callback fires, it is deregistered, leaving no registered callbacks. Only one callback can be registered at once - if another is registered, it replaces the first. |
|
Connection we are using to communicate with the server.
|
|
Resolved object address.
|