OpenSDN source code
|
#include <dns.h>
Static Public Member Functions | |
static EventManager * | GetEventManager () |
static void | SetEventManager (EventManager *evm) |
static DnsManager * | GetDnsManager () |
static void | SetDnsManager (DnsManager *mgr) |
static DnsConfigManager * | GetDnsConfigManager () |
static void | SetDnsConfigManager (DnsConfigManager *cfg) |
static XmppServer * | GetXmppServer () |
static void | SetXmppServer (XmppServer *server) |
static const uint32_t | GetXmppServerPort () |
static void | SetXmppServerPort (uint32_t port) |
static DnsAgentXmppChannelManager * | GetAgentXmppChannelManager () |
static void | SetAgentXmppChannelManager (DnsAgentXmppChannelManager *mgr) |
static const std::string & | GetHostName () |
static void | SetHostName (const std::string name) |
static const std::string & | GetProgramName () |
static void | SetProgramName (const char *name) |
static const std::string & | GetCollector () |
static void | SetCollector (std::string name) |
static const uint32_t | GetHttpPort () |
static void | SetHttpPort (uint32_t port) |
static const uint32_t | GetDnsPort () |
static void | SetDnsPort (uint32_t port) |
static std::string | GetSelfIp () |
static void | SetSelfIp (std::string ip) |
static bool | GetVersion (std::string &build_info_str) |
static void | Init () |
Static Private Member Functions | |
static void | SetTaskSchedulingPolicy () |
Static Private Attributes | |
static EventManager * | event_mgr_ |
static DnsManager * | dns_mgr_ |
static DnsConfigManager * | dns_config_mgr_ |
static XmppServer * | xmpp_server_ |
static uint32_t | xmpp_srv_port_ |
static std::string | host_name_ |
static std::string | prog_name_ |
static std::string | self_ip_ |
static std::string | collector_ |
static uint32_t | http_port_ |
static uint32_t | dns_port_ = ContrailPorts::DnsServerPort() |
static DnsAgentXmppChannelManager * | agent_xmpp_channel_mgr_ |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
staticprivate |
|
inlinestatic |
|
inlinestatic |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |