CppWAMP
C++11 client library for the WAMP protocol
|
This is the complete list of members for wamp::Session, including all inherited members.
authenticate(Authentication auth) | wamp::Session | |
authenticate(ThreadSafe, Authentication auth) | wamp::Session | |
call(Rpc rpc, C &&completion) | wamp::Session | |
call(ThreadSafe, Rpc rpc, C &&completion) | wamp::Session | |
call(Rpc rpc, CallChit &chit, C &&completion) | wamp::Session | |
call(ThreadSafe, Rpc rpc, CallChit &chit, C &&completion) | wamp::Session | |
CallSlot typedef | wamp::Session | |
cancel(CallChit) | wamp::Session | |
cancel(ThreadSafe, CallChit) | wamp::Session | |
cancel(CallChit, CallCancelMode mode) | wamp::Session | |
cancel(ThreadSafe, CallChit, CallCancelMode mode) | wamp::Session | |
cancel(CallCancellation cancellation) | wamp::Session | |
cancel(ThreadSafe, CallCancellation cancellation) | wamp::Session | |
ChallengeHandler typedef | wamp::Session | |
connect(C &&completion) | wamp::Session | |
connect(ThreadSafe, C &&completion) | wamp::Session | |
create(AnyIoExecutor exec, const Connector::Ptr &connector) | wamp::Session | static |
create(AnyIoExecutor exec, const ConnectorList &connectors) | wamp::Session | static |
create(TExecutionContext &context, const Connector::Ptr &connector) | wamp::Session | inlinestatic |
create(TExecutionContext &context, const ConnectorList &connectors) | wamp::Session | inlinestatic |
Deduced typedef | wamp::Session | |
disconnect() | wamp::Session | |
disconnect(ThreadSafe) | wamp::Session | |
enroll(Procedure procedure, CallSlot callSlot, C &&completion) | wamp::Session | |
enroll(ThreadSafe, Procedure procedure, CallSlot callSlot, C &&completion) | wamp::Session | |
enroll(Procedure procedure, CallSlot callSlot, InterruptSlot interruptSlot, C &&completion) | wamp::Session | |
enroll(ThreadSafe, Procedure procedure, CallSlot callSlot, InterruptSlot interruptSlot, C &&completion) | wamp::Session | |
EventSlot typedef | wamp::Session | |
InterruptSlot typedef | wamp::Session | |
join(Realm realm, C &&completion) | wamp::Session | |
join(ThreadSafe, Realm realm, C &&completion) | wamp::Session | |
leave(C &&completion) | wamp::Session | |
leave(ThreadSafe, C &&completion) | wamp::Session | |
leave(Reason reason, C &&completion) | wamp::Session | |
leave(ThreadSafe, Reason reason, C &&completion) | wamp::Session | |
LogHandler typedef | wamp::Session | |
Ptr typedef | wamp::Session | |
publish(Pub pub) | wamp::Session | |
publish(ThreadSafe, Pub pub) | wamp::Session | |
publish(Pub pub, C &&completion) | wamp::Session | |
publish(ThreadSafe, Pub pub, C &&completion) | wamp::Session | |
reset() | wamp::Session | |
reset(ThreadSafe) | wamp::Session | |
roles() | wamp::Session | static |
setChallengeHandler(ChallengeHandler handler) | wamp::Session | |
setChallengeHandler(ThreadSafe, ChallengeHandler handler) | wamp::Session | |
setStateChangeHandler(StateChangeHandler handler) | wamp::Session | |
setStateChangeHandler(ThreadSafe, StateChangeHandler handler) | wamp::Session | |
setTraceHandler(LogHandler handler) | wamp::Session | |
setTraceHandler(ThreadSafe, LogHandler handler) | wamp::Session | |
setWarningHandler(LogHandler handler) | wamp::Session | |
setWarningHandler(ThreadSafe, LogHandler handler) | wamp::Session | |
State typedef | wamp::Session | |
state() const | wamp::Session | |
StateChangeHandler typedef | wamp::Session | |
strand() const | wamp::Session | |
subscribe(Topic topic, EventSlot eventSlot, C &&completion) | wamp::Session | |
subscribe(ThreadSafe, Topic topic, EventSlot eventSlot, C &&completion) | wamp::Session | |
unregister(Registration reg) | wamp::Session | |
unregister(ThreadSafe, Registration reg) | wamp::Session | |
unregister(Registration reg, C &&completion) | wamp::Session | |
unregister(ThreadSafe, Registration reg, C &&completion) | wamp::Session | |
unsubscribe(Subscription sub) | wamp::Session | |
unsubscribe(ThreadSafe, Subscription sub) | wamp::Session | |
unsubscribe(Subscription sub, C &&completion) | wamp::Session | |
unsubscribe(ThreadSafe, Subscription sub, C &&completion) | wamp::Session | |
userExecutor() const | wamp::Session | |
userIosvc() const | wamp::Session | |
~Session() | wamp::Session | virtual |