OpenSDN source code
|
#include <ovsdb_client_session.h>
Classes | |
struct | OvsdbSessionEvent |
Public Member Functions | |
OvsdbClientSession (Agent *agent, OvsPeerManager *manager) | |
virtual | ~OvsdbClientSession () |
virtual void | OnCleanup ()=0 |
virtual void | TriggerClose ()=0 |
virtual int | keepalive_interval ()=0 |
virtual bool | ThrottleInFlightTxnMessages () |
virtual const boost::system::error_code & | ovsdb_close_reason () const =0 |
virtual ConnectionStateTable * | connection_table ()=0 |
virtual KSyncObjectManager * | ksync_obj_manager ()=0 |
virtual Ip4Address | remote_ip () const =0 |
virtual uint16_t | remote_port () const =0 |
virtual Ip4Address | tsn_ip ()=0 |
virtual std::string | status ()=0 |
virtual void | SendMsg (u_int8_t *buf, std::size_t len)=0 |
void | MessageProcess (const u_int8_t *buf, std::size_t len) |
void | SendJsonRpc (struct jsonrpc_msg *msg) |
void | OnEstablish () |
void | OnClose () |
OvsdbClientIdl * | client_idl () |
void | AddSessionInfo (SandeshOvsdbClientSession &session) |
virtual bool | TestConcurrencyAllow () |
Static Protected Attributes | |
static int | ovsdb_io_task_id_ = -1 |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (OvsdbClientSession) | |
Private Attributes | |
OvsdbClientIdlPtr | client_idl_ |
Agent * | agent_ |
OvsPeerManager * | manager_ |
struct json_parser * | parser_ |
tbb::atomic< bool > | idl_inited_ |
std::string | connection_time_ |
Friends | |
class | OvsdbClientIdl |
Definition at line 23 of file ovsdb_client_session.h.
OvsdbClientSession::OvsdbClientSession | ( | Agent * | agent, |
OvsPeerManager * | manager | ||
) |
|
virtual |
Definition at line 37 of file ovsdb_client_session.cc.
void OvsdbClientSession::AddSessionInfo | ( | SandeshOvsdbClientSession & | session | ) |
OvsdbClientIdl * OvsdbClientSession::client_idl | ( | ) |
Definition at line 140 of file ovsdb_client_session.cc.
|
pure virtual |
Implemented in OVSDB::OvsdbClientTcpSession, and OVSDB::OvsdbClientSslSession.
|
private |
|
pure virtual |
Implemented in OVSDB::OvsdbClientTcpSession, and OVSDB::OvsdbClientSslSession.
|
pure virtual |
Implemented in OVSDB::OvsdbClientTcpSession, and OVSDB::OvsdbClientSslSession.
void OvsdbClientSession::MessageProcess | ( | const u_int8_t * | buf, |
std::size_t | len | ||
) |
|
pure virtual |
Implemented in OVSDB::OvsdbClientTcpSession, and OVSDB::OvsdbClientSslSession.
void OvsdbClientSession::OnClose | ( | ) |
void OvsdbClientSession::OnEstablish | ( | ) |
|
pure virtual |
Implemented in OVSDB::OvsdbClientTcpSession, and OVSDB::OvsdbClientSslSession.
|
pure virtual |
Implemented in OVSDB::OvsdbClientTcpSession, and OVSDB::OvsdbClientSslSession.
|
pure virtual |
Implemented in OVSDB::OvsdbClientTcpSession, and OVSDB::OvsdbClientSslSession.
void OvsdbClientSession::SendJsonRpc | ( | struct jsonrpc_msg * | msg | ) |
|
pure virtual |
Implemented in OVSDB::OvsdbClientTcpSession, and OVSDB::OvsdbClientSslSession.
|
pure virtual |
Implemented in OVSDB::OvsdbClientTcpSession, and OVSDB::OvsdbClientSslSession.
|
inlinevirtual |
Definition at line 61 of file ovsdb_client_session.h.
|
inlinevirtual |
Reimplemented in OVSDB::OvsdbClientSslSession.
Definition at line 41 of file ovsdb_client_session.h.
|
pure virtual |
Implemented in OVSDB::OvsdbClientTcpSession, and OVSDB::OvsdbClientSslSession.
|
pure virtual |
Implemented in OVSDB::OvsdbClientTcpSession, and OVSDB::OvsdbClientSslSession.
|
friend |
Definition at line 68 of file ovsdb_client_session.h.
|
private |
Definition at line 70 of file ovsdb_client_session.h.
|
private |
Definition at line 69 of file ovsdb_client_session.h.
|
private |
Definition at line 74 of file ovsdb_client_session.h.
|
private |
Definition at line 73 of file ovsdb_client_session.h.
|
private |
Definition at line 71 of file ovsdb_client_session.h.
|
staticprotected |
Definition at line 65 of file ovsdb_client_session.h.
|
private |
Definition at line 72 of file ovsdb_client_session.h.