OpenSDN source code
|
This is the complete list of members for SandeshClient, including all inherited members.
AcceptSession(TcpSession *session) | TcpServer | protectedvirtual |
AllocSession(SslSocket *socket) | SandeshClient | protectedvirtual |
ClearSessions() | TcpServer | |
CloseSMSession() | SandeshClient | |
CloseSMSessionInternal() | SandeshClient | protected |
CollectorInfoRequest class | SandeshClient | friend |
collectors_ | SandeshClient | private |
Connect(TcpSession *session, Endpoint remote) | TcpServer | virtual |
context() | SslServer | protected |
CreateSession() | TcpServer | virtual |
CreateSMSession(SslSession::EventObserver eocb, SandeshReceiveMsgCb rmcb, TcpServer::Endpoint ep) | SandeshClient | virtual |
DeleteSession(TcpSession *session) | TcpServer | virtual |
DeleteSMSession(SandeshSession *session) | SandeshClient | inlinevirtual |
DisableSandeshLogMessages() const | TcpServer | inlinevirtual |
DISALLOW_COPY_AND_ASSIGN(SandeshClient) | SandeshClient | private |
dscp_value() const | SandeshClient | inline |
dscp_value_ | SandeshClient | private |
Endpoint typedef | TcpServer | |
event_manager() | TcpServer | inline |
GetDscpValue(NativeSocketType fd) const | TcpServer | |
GetPort() const | TcpServer | |
GetRxSocketStats(SocketIOStats *socket_stats) const | TcpServer | |
GetRxSocketStats(SocketIOStats &socket_stats) const | TcpServer | inline |
GetSession(Endpoint remote) | TcpServer | |
GetSessionCount() const | TcpServer | inline |
GetSessionWaterMarkInfo(std::vector< Sandesh::QueueWaterMarkInfo > &scwm_info) const | SandeshClient | |
GetSocketStats() const | TcpServer | inline |
GetTxSocketStats(SocketIOStats *socket_stats) const | TcpServer | |
GetTxSocketStats(SocketIOStats &socket_stats) const | TcpServer | inline |
HasSessionReadAvailable() const | TcpServer | |
HasSessions() const | TcpServer | |
Initialize(unsigned short port) | TcpServer | virtual |
Initialize(unsigned short port, const IpAddress &host_ip, int intf_id=-1) | TcpServer | virtual |
InitializeInternal(boost::asio::ip::tcp::endpoint localaddr) | TcpServer | |
InitializeSMSession(int connects) | SandeshClient | virtual |
Initiate() | SandeshClient | |
IsSession() | SandeshClient | inline |
kInitialSMSessionCloseIntervalMSec | SandeshClient | static |
kMaxSMSessionCloseIntervalMSec | SandeshClient | static |
kSessionReaderTask | SandeshClient | privatestatic |
kSessionTaskInstance | SandeshClient | privatestatic |
kSessionWaterMarkInfo | SandeshClient | privatestatic |
kSessionWriterTask | SandeshClient | privatestatic |
kSMTask | SandeshClient | privatestatic |
kSMTaskInstance | SandeshClient | privatestatic |
LocalEndpoint() const | TcpServer | protected |
Mgr() | SandeshClientSM::Mgr | inlineprotected |
NativeSocketType typedef | TcpServer | |
ReceiveCtrlMsg(const std::string &msg, const SandeshHeader &header, const std::string &sandesh_name, const uint32_t header_offset) | SandeshClient | private |
ReceiveMsg(const std::string &msg, const SandeshHeader &header, const std::string &sandesh_name, const uint32_t header_offset) | SandeshClient | virtual |
ReConfigCollectors(const std::vector< std::string > &) | SandeshClient | |
ResetAcceptor() | TcpServer | |
ResetSessionWaterMarkInfo() | SandeshClient | |
SandeshClient(EventManager *evm, const std::vector< Endpoint > &collectors, const SandeshConfig &config, bool periodicuve=false) | SandeshClient | |
SendSandesh(Sandesh *snh) | SandeshClient | |
SendSandeshUVE(Sandesh *snh_uve) | SandeshClient | |
SendUVE(int count, const std::string &stateName, const std::string &server, const Endpoint &server_ip, const std::vector< Endpoint > &collector_eps) | SandeshClient | |
SandeshClientSM::Mgr::SendUVE(int count, const std::string &stateName, const std::string &server, const TcpServer::Endpoint &server_ip, const std::vector< TcpServer::Endpoint > &collectors)=0 | SandeshClientSM::Mgr | pure virtual |
session() const | SandeshClient | inline |
session_close_interval_msec() const | SandeshClient | inline |
session_close_interval_msec_ | SandeshClient | private |
session_close_time_usec() const | SandeshClient | inline |
session_close_time_usec_ | SandeshClient | private |
session_reader_task_id_ | SandeshClient | private |
session_task_instance_ | SandeshClient | private |
session_wm_info_ | SandeshClient | private |
session_writer_task_id_ | SandeshClient | private |
set_socket_open_failure(bool flag) | TcpServer | inlineprotected |
SetAcceptor() | TcpServer | |
SetDscpSocketOption(NativeSocketType fd, uint8_t value) | TcpServer | |
SetDscpValue(uint8_t value) | SandeshClient | |
SetKeepAliveSocketOption(int fd, const SandeshConfig &sandesh_config) | TcpServer | |
SetListenSocketDscp(uint8_t value) | TcpServer | |
SetListenSocketMd5Option(uint32_t peer_ip, const std::string &md5_password) | TcpServer | |
SetMd5SocketOption(NativeSocketType fd, uint32_t peer_ip, const std::string &md5_password) | TcpServer | |
SetSessionWaterMarkInfo(Sandesh::QueueWaterMarkInfo &scwm) | SandeshClient | |
SetSocketOptions(const SandeshConfig &sandesh_config) | TcpServer | |
Shutdown() | SandeshClient | |
sm_ | SandeshClient | private |
sm_task_id_ | SandeshClient | private |
sm_task_instance_ | SandeshClient | private |
Socket typedef | TcpServer | |
socket_open_failure() const | TcpServer | inlineprotected |
SslServer(EventManager *evm, boost::asio::ssl::context::method m, bool ssl_enabled=true, bool ssl_handshake_delayed=false) | SslServer | explicit |
SslSocket typedef | SslServer | |
state() | SandeshClient | inline |
state_machine() const | SandeshClient | inline |
stats_client() const | SandeshClient | inlinevirtual |
stats_client_ | SandeshClient | private |
stats_collector_ | SandeshClient | private |
task_policy_set_ | SandeshClient | privatestatic |
TcpServer(EventManager *evm) | TcpServer | explicit |
TcpServerPtr typedef | TcpServer | protected |
TcpSessionPtr typedef | TcpServer | protected |
ToString() const | TcpServer | inline |
UpdateSessionsDscp(uint8_t dscp) | TcpServer | |
WaitForEmpty() | TcpServer | |
~Mgr() | SandeshClientSM::Mgr | inlineprotectedvirtual |
~SandeshClient() | SandeshClient | virtual |
~SslServer() | SslServer | virtual |
~TcpServer() | TcpServer | virtual |