this file contains the implementation for the class WebSocket
More...
#include "WuT/WebSocket/WebSocketException.h"
#include "WuT/WebSocket/WebSocketImpl.h"
#include <Nice/Log.h>
#include <iostream>
#include <sstream>
#include <string>
#include <boost/xpressive/xpressive.hpp>
#include <cerrno>
#include <cstring>
|
| mpia |
|
| Basda |
| These are contants that are used by the services internally.
|
|
this file contains the implementation for the class WebSocket
- Author
- Timo Fischer
◆ LOG_NAME
#define LOG_NAME "io_switch_web_socket" |