OpenSDN source code
|
#include <boost/asio/ip/tcp.hpp>
#include <boost/scoped_ptr.hpp>
#include <tbb/reader_writer_lock.h>
#include "base/lifetime.h"
#include "base/queue_task.h"
#include "base/address.h"
#include "bgp/bgp_config.h"
#include "io/ssl_server.h"
#include "xmpp/xmpp_session.h"
#include "xmpp/xmpp_config.h"
#include "xmpp/xmpp_connection_manager.h"
#include "xmpp/xmpp_channel_mux.h"
Go to the source code of this file.
Classes | |
class | XmppServer |