CppWAMP
C++11 client library for the WAMP protocol
wamp::Realm Class Reference

Realm URI and other options contained within WAMP HELLO messages. More...

#include <cppwamp/peerdata.hpp>

Inheritance diagram for wamp::Realm:

Public Member Functions

 Realm (String uri)
 Converting constructor taking a realm URI.
 
const Stringuri () const
 Obtains the realm URI.
 
RealmcaptureAbort (Abort &abort)
 Specifies the Abort object in which to store abort details returned by the router.
 
Authentication
RealmwithAuthMethods (std::vector< String > methods)
 Sets the HELLO.Details.authmethods option.
 
RealmwithAuthId (String authId)
 Sets the HELLO.Details.authid option.
 

Detailed Description


The documentation for this class was generated from the following files: