#include "io/event_manager.h"
#include "http/http_server.h"
#include <cstring>
#include <cstdlib>
#include <boost/bind.hpp>
#include <boost/tokenizer.hpp>
#include <sandesh/sandesh_types.h>
#include <sandesh/sandesh.h>
#include <sandesh/sandesh_http.h>
#include <sandesh/transport/TBufferTransports.h>
#include <sandesh/protocol/TXMLProtocol.h>
#include "sandesh_client.h"
#include <sandesh/sandesh_trace.h>
#include <sandesh/sandesh_trace_types.h>
#include "http/http_request.h"
#include "http/http_session.h"
#include "css_bootstrap_min_css.cpp"
#include "css_DT_bootstrap_css.cpp"
#include "css_images_sort_asc_png.cpp"
#include "css_images_sort_asc_disabled_png.cpp"
#include "css_images_sort_both_png.cpp"
#include "css_images_sort_desc_png.cpp"
#include "css_images_sort_desc_disabled_png.cpp"
#include "css_style_css.cpp"
#include "js_bootstrap_min_js.cpp"
#include "js_DT_bootstrap_js.cpp"
#include "js_jquery_2_0_3_min_js.cpp"
#include "js_jquery_dataTables_min_js.cpp"
#include "js_util_js.cpp"
#include "universal_parse_xsl.cpp"
Go to the source code of this file.
#define SESSION_SEND |
( |
|
buf | ) |
HttpSession::SendSession(context,reinterpret_cast<const u_int8_t *>(buf), strlen(buf), NULL) |
Enumerator |
---|
HXMLInvalid |
|
HXMLNew |
|
HXMLIncomplete |
|
HXMLMax |
|
Definition at line 67 of file sandesh_http.cc.
static void HttpSendXML |
( |
const std::string & |
context, |
|
|
const u_int8_t * |
buf, |
|
|
uint32_t |
len, |
|
|
const char * |
name, |
|
|
bool |
more |
|
) |
| |
|
static |
int kEncodeBufferSize = 4096 |
|
static |