|
Public Member Functions |
| | SSLRPCClient (const StreamConstructor &sc, unsigned int ipaddress, unsigned int port, std::string certificateFile="", std::string privateKeyFile="") |
| | SSLRPCClient (const StreamConstructor &sc, std::string machineName, unsigned int port, std::string certificateFile="", std::string privateKeyFile="") |
|
| ~SSLRPCClient () |
| | destructor
|
|
SHARED_PTR< IoBase > | rpc (SHARED_PTR< IoBase > req) |
| | handler for performing the rpc call
|
|
bool | is_open () const |
| | return true if the connection is still open
|
|
void | close () |
| | close and terminate the connection
|