OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
xmsm::OpenConfirm Struct Reference
Inheritance diagram for xmsm::OpenConfirm:
Collaboration diagram for xmsm::OpenConfirm:

Public Types

typedef mpl::list
< sc::custom_reaction
< EvAdminDown >
, sc::custom_reaction
< EvTcpClose >
, sc::custom_reaction
< EvHoldTimerExpired >
, sc::custom_reaction
< EvStreamFeatureRequest >
, sc::custom_reaction
< EvStartTls >
, sc::custom_reaction
< EvTlsProceed >
, sc::custom_reaction
< EvTlsHandShakeSuccess >
, sc::custom_reaction
< EvTlsHandShakeFailure >
, sc::custom_reaction
< EvXmppOpen >
, sc::custom_reaction< EvStop > > 
reactions
 

Public Member Functions

 OpenConfirm (my_context ctx)
 
sc::result react (const EvTcpClose &event)
 
sc::result react (const EvHoldTimerExpired &event)
 
sc::result react (const EvStreamFeatureRequest &event)
 
sc::result react (const EvTlsProceed &event)
 
sc::result react (const EvStartTls &event)
 
sc::result react (const EvStop &event)
 
sc::result react (const EvTlsHandShakeSuccess &event)
 
sc::result react (const EvTlsHandShakeFailure &event)
 
sc::result react (const EvXmppOpen &event)
 
sc::result react (const EvAdminDown &event)
 
void CloseSession (XmppStateMachine *state_machine)
 

Detailed Description

Definition at line 671 of file xmpp_state_machine.cc.

Member Typedef Documentation

typedef mpl::list< sc::custom_reaction<EvAdminDown>, sc::custom_reaction<EvTcpClose>, sc::custom_reaction<EvHoldTimerExpired>, sc::custom_reaction<EvStreamFeatureRequest>, sc::custom_reaction<EvStartTls>, sc::custom_reaction<EvTlsProceed>, sc::custom_reaction<EvTlsHandShakeSuccess>, sc::custom_reaction<EvTlsHandShakeFailure>, sc::custom_reaction<EvXmppOpen>, sc::custom_reaction<EvStop> > xmsm::OpenConfirm::reactions

Definition at line 683 of file xmpp_state_machine.cc.

Constructor & Destructor Documentation

xmsm::OpenConfirm::OpenConfirm ( my_context  ctx)
inline

Definition at line 685 of file xmpp_state_machine.cc.

Here is the call graph for this function:

Member Function Documentation

void xmsm::OpenConfirm::CloseSession ( XmppStateMachine state_machine)
inline

Definition at line 920 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::OpenConfirm::react ( const EvTcpClose event)
inline

Definition at line 712 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::OpenConfirm::react ( const EvHoldTimerExpired event)
inline

Definition at line 726 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::OpenConfirm::react ( const EvStreamFeatureRequest event)
inline

Definition at line 748 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::OpenConfirm::react ( const EvTlsProceed event)
inline

Definition at line 773 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::OpenConfirm::react ( const EvStartTls event)
inline

Definition at line 788 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::OpenConfirm::react ( const EvStop event)
inline

Definition at line 813 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::OpenConfirm::react ( const EvTlsHandShakeSuccess event)
inline

Definition at line 827 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::OpenConfirm::react ( const EvTlsHandShakeFailure event)
inline

Definition at line 853 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::OpenConfirm::react ( const EvXmppOpen event)
inline

Definition at line 870 of file xmpp_state_machine.cc.

Here is the call graph for this function:

sc::result xmsm::OpenConfirm::react ( const EvAdminDown event)
inline

Definition at line 910 of file xmpp_state_machine.cc.

Here is the call graph for this function:


The documentation for this struct was generated from the following file: