|
CppWAMP
C++11 client library for the WAMP protocol
|
Realm URI and other options contained within WAMP HELLO messages.
More...
#include <cppwamp/peerdata.hpp>

Public Member Functions | |
| Realm (String uri) | |
| Converting constructor taking a realm URI. | |
| const String & | uri () const |
| Obtains the realm URI. | |
| Realm & | captureAbort (Abort &abort) |
| Specifies the Abort object in which to store abort details returned by the router. | |
Authentication | |
| Realm & | withAuthMethods (std::vector< String > methods) |
Sets the HELLO.Details.authmethods option. | |
| Realm & | withAuthId (String authId) |
Sets the HELLO.Details.authid option. | |
Realm URI and other options contained within WAMP HELLO messages.