CppWAMP
C++11 client library for the WAMP protocol
wamp::Session Member List

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 typedefwamp::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 typedefwamp::Session
connect(C &&completion)wamp::Session
connect(ThreadSafe, C &&completion)wamp::Session
create(AnyIoExecutor exec, const Connector::Ptr &connector)wamp::Sessionstatic
create(AnyIoExecutor exec, const ConnectorList &connectors)wamp::Sessionstatic
create(TExecutionContext &context, const Connector::Ptr &connector)wamp::Sessioninlinestatic
create(TExecutionContext &context, const ConnectorList &connectors)wamp::Sessioninlinestatic
Deduced typedefwamp::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 typedefwamp::Session
InterruptSlot typedefwamp::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 typedefwamp::Session
Ptr typedefwamp::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::Sessionstatic
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 typedefwamp::Session
state() constwamp::Session
StateChangeHandler typedefwamp::Session
strand() constwamp::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() constwamp::Session
userIosvc() constwamp::Session
~Session()wamp::Sessionvirtual