NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
u
v
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
+
Enumerator
a
d
e
f
i
k
l
n
p
r
s
u
w
+
Related Functions
b
c
d
e
f
g
i
k
l
m
n
o
p
s
v
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
u
v
w
+
Functions
c
f
h
m
r
s
u
w
+
Variables
a
c
d
g
k
l
n
p
r
s
Typedefs
+
Macros
b
d
e
f
i
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
websocketpp.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26
#ifndef NFD_DAEMON_FACE_WEBSOCKETPP_HPP
27
#define NFD_DAEMON_FACE_WEBSOCKETPP_HPP
28
29
#ifndef HAVE_WEBSOCKET
30
#error "Cannot include this file when WebSocket support is disabled"
31
#endif // HAVE_WEBSOCKET
32
33
// suppress websocketpp warnings
34
#pragma GCC system_header
35
#pragma clang system_header
36
37
#include <websocketpp/config/asio_no_tls_client.hpp>
38
#include <websocketpp/client.hpp>
39
#include "websocketpp/config/asio_no_tls.hpp"
40
#include "websocketpp/server.hpp"
41
42
namespace
nfd
{
43
namespace
websocket {
44
45
typedef
websocketpp::client<websocketpp::config::asio_client>
Client
;
46
typedef
websocketpp::server<websocketpp::config::asio>
Server
;
47
48
}
// namespace websocket
49
}
// namespace nfd
50
51
#endif // NFD_DAEMON_FACE_WEBSOCKETPP_HPP
nfd::websocket::Server
websocketpp::server< websocketpp::config::asio > Server
Definition:
websocketpp.hpp:46
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
nfd::websocket::Client
websocketpp::client< websocketpp::config::asio_client > Client
Definition:
websocketpp.hpp:45
ndnSIM
NFD
daemon
face
websocketpp.hpp
Generated on Wed Jan 11 2017 18:17:15 for ndnSIM by
1.8.13