|
Anklang-0.3.0.dev551+gad1415e2 anklang-0.3.0.dev551+gad1415e2
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
#include "websocket.hh"#include "platform.hh"#include "strings.hh"#include "formatter.hh"#include "path.hh"#include "blob.hh"#include "utils.hh"#include "regex.hh"#include "randomhash.hh"#include "internal.hh"#include <regex>#include <fstream>#include <websocketpp/config/asio_no_tls.hpp>#include <websocketpp/server.hpp>#include "mime-types.hh"Go to the source code of this file.
Classes | |
| struct | Ase::CustomServerConfig |
| struct | Ase::WebSocketServerImpl |
| struct | Ase::WebSocketConnection::Internals |
Namespaces | |
| namespace | Ase |
| The Anklang C++ API namespace. | |
Typedefs | |
| using | Ase::WebSocketServerImplP = std::shared_ptr< WebSocketServerImpl > |
| using | Ase::WppServer = websocketpp::server< CustomServerConfig > |
| using | Ase::WppConnectionP = WppServer::connection_ptr |
| using | Ase::WppConnection = WppConnectionP::element_type |
| using | Ase::WppHdl = websocketpp::connection_hdl |
Enumerations | |
| enum | CacheType { CACHE_NEVER , CACHE_AUTO , CACHE_BRIEFLY , CACHE_FOREVER } |