OpenSDN source code
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 672 of file xmpp_state_machine.cc.

Member Typedef Documentation

◆ reactions

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 684 of file xmpp_state_machine.cc.

Constructor & Destructor Documentation

◆ OpenConfirm()

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

Definition at line 686 of file xmpp_state_machine.cc.

Here is the call graph for this function:

Member Function Documentation

◆ CloseSession()

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

Definition at line 921 of file xmpp_state_machine.cc.

Here is the call graph for this function:

◆ react() [1/10]

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

Definition at line 911 of file xmpp_state_machine.cc.

Here is the call graph for this function:

◆ react() [2/10]

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

Definition at line 727 of file xmpp_state_machine.cc.

Here is the call graph for this function:

◆ react() [3/10]

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

Definition at line 789 of file xmpp_state_machine.cc.

Here is the call graph for this function:

◆ react() [4/10]

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

Definition at line 814 of file xmpp_state_machine.cc.

Here is the call graph for this function:

◆ react() [5/10]

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

Definition at line 749 of file xmpp_state_machine.cc.

Here is the call graph for this function:

◆ react() [6/10]

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

Definition at line 713 of file xmpp_state_machine.cc.

Here is the call graph for this function:

◆ react() [7/10]

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

Definition at line 854 of file xmpp_state_machine.cc.

Here is the call graph for this function:

◆ react() [8/10]

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

Definition at line 828 of file xmpp_state_machine.cc.

Here is the call graph for this function:

◆ react() [9/10]

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

Definition at line 774 of file xmpp_state_machine.cc.

Here is the call graph for this function:

◆ react() [10/10]

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

Definition at line 871 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: