#include "websocketpp/config/asio_no_tls_client.hpp"
#include "websocketpp/client.hpp"
#include "websocketpp/config/asio_no_tls.hpp"
#include "websocketpp/server.hpp"
Go to the source code of this file.
Namespaces | |
nfd | |
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St. | |
nfd::websocket | |
Typedefs | |
typedef websocketpp::client< websocketpp::config::asio_client > | nfd::websocket::Client |
typedef websocketpp::server< websocketpp::config::asio > | nfd::websocket::Server |