OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BFD::REST Namespace Reference

Classes

struct  JsonData
 
struct  JsonConfig
 
struct  JsonState
 
struct  JsonStateNotification
 
struct  JsonStateNotificationList
 
struct  JsonStateMap
 

Functions

static bool IsIPAddressValid (const char *addr)
 
void SendResponse (HttpSession *session, const std::string &msg, int status_code)
 
void SendErrorResponse (HttpSession *session, const std::string &error_msg, int status_code)
 

Function Documentation

static bool BFD::REST::IsIPAddressValid ( const char *  addr)
static

Definition at line 19 of file bfd_json_config.cc.

Here is the call graph for this function:

void BFD::REST::SendErrorResponse ( HttpSession session,
const std::string &  error_msg,
int  status_code 
)

Definition at line 34 of file bfd_rest_common.cc.

Here is the call graph for this function:

void BFD::REST::SendResponse ( HttpSession session,
const std::string &  msg,
int  status_code 
)

Definition at line 23 of file bfd_rest_common.cc.

Here is the call graph for this function: