|
OpenSDN source code
|
#include <xmpp_connection.h>


Classes | |
| class | DeleteActor |
Private Attributes | |
| std::string | close_reason_ |
| uint32_t | flap_count_ |
| uint64_t | last_flap_ |
| boost::scoped_ptr< DeleteActor > | deleter_ |
| LifetimeRef< XmppClientConnection > | server_delete_ref_ |
Additional Inherited Members | |
Static Public Attributes inherited from XmppConnection | |
| static const char * | kAuthTypeNil = "NIL" |
| static const char * | kAuthTypeTls = "TLS" |
Protected Member Functions inherited from XmppConnection | |
| const XmppChannelMux * | channel_mux () const |
Protected Attributes inherited from XmppConnection | |
| TcpServer * | server_ |
| XmppSession * | session_ |
Definition at line 323 of file xmpp_connection.h.
| XmppClientConnection::XmppClientConnection | ( | XmppClient * | server, |
| const XmppChannelConfig * | config | ||
| ) |
|
virtual |
|
virtual |
Implements XmppConnection.
Definition at line 896 of file xmpp_connection.cc.
|
virtual |
Implements XmppConnection.
Definition at line 900 of file xmpp_connection.cc.
|
virtual |
Implements XmppConnection.
Definition at line 915 of file xmpp_connection.cc.
|
virtual |
Implements XmppConnection.
Definition at line 919 of file xmpp_connection.cc.

|
virtual |
Implements XmppConnection.
Definition at line 935 of file xmpp_connection.cc.

|
virtual |
Implements XmppConnection.
Definition at line 888 of file xmpp_connection.cc.

|
virtual |
Implements XmppConnection.
Definition at line 876 of file xmpp_connection.cc.

|
virtual |
Implements XmppConnection.
Definition at line 882 of file xmpp_connection.cc.

| XmppClient * XmppClientConnection::server | ( | ) |
Definition at line 892 of file xmpp_connection.cc.
|
virtual |
Implements XmppConnection.
Definition at line 904 of file xmpp_connection.cc.

|
private |
Definition at line 343 of file xmpp_connection.h.
|
private |
Definition at line 346 of file xmpp_connection.h.
|
private |
Definition at line 344 of file xmpp_connection.h.
|
private |
Definition at line 345 of file xmpp_connection.h.
|
private |
Definition at line 347 of file xmpp_connection.h.