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

Constructor & Destructor Documentation

◆ OpenConfirm()

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

◆ CloseSession()

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:

◆ react() [1/10]

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:

◆ react() [2/10]

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:

◆ react() [3/10]

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:

◆ react() [4/10]

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:

◆ react() [5/10]

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:

◆ react() [6/10]

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:

◆ react() [7/10]

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:

◆ react() [8/10]

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:

◆ react() [9/10]

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:

◆ react() [10/10]

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:

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