NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
endpoint.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <iostream>
#include <sstream>
#include <websocketpp/config/asio.hpp>
#include <websocketpp/server.hpp>
Include dependency graph for endpoint.cpp:

Go to the source code of this file.

Classes

struct  endpoint_extension
 
struct  stub_config
 

Macros

#define BOOST_TEST_MODULE   endpoint
 

Functions

 BOOST_AUTO_TEST_CASE (construct_server_iostream)
 
 BOOST_AUTO_TEST_CASE (construct_server_asio_plain)
 
 BOOST_AUTO_TEST_CASE (construct_server_asio_tls)
 
 BOOST_AUTO_TEST_CASE (initialize_server_asio)
 
 BOOST_AUTO_TEST_CASE (initialize_server_asio_external)
 
 BOOST_AUTO_TEST_CASE (endpoint_extensions)
 
 BOOST_AUTO_TEST_CASE (listen_after_listen_failure)
 

Macro Definition Documentation

#define BOOST_TEST_MODULE   endpoint

Definition at line 28 of file endpoint.cpp.

Function Documentation

BOOST_AUTO_TEST_CASE ( construct_server_iostream  )

Definition at line 37 of file endpoint.cpp.

Referenced by BOOST_AUTO_TEST_CASE().

BOOST_AUTO_TEST_CASE ( construct_server_asio_plain  )

Definition at line 41 of file endpoint.cpp.

BOOST_AUTO_TEST_CASE ( construct_server_asio_tls  )

Definition at line 45 of file endpoint.cpp.

BOOST_AUTO_TEST_CASE ( initialize_server_asio  )
BOOST_AUTO_TEST_CASE ( initialize_server_asio_external  )
BOOST_AUTO_TEST_CASE ( endpoint_extensions  )