websocketpp
0.5.1
C++/Boost Asio based websocket client/server library
|
Transport policy that uses STL iostream for I/O and does not support timers. More...
Namespaces | |
error | |
iostream transport errors | |
Classes | |
class | connection |
class | endpoint |
struct | timer |
Typedefs | |
typedef lib::function < lib::error_code(connection_hdl, char const *, size_t)> | write_handler |
The type and signature of the callback used by iostream transport to write. | |
typedef lib::function < lib::error_code(connection_hdl)> | shutdown_handler |
Transport policy that uses STL iostream for I/O and does not support timers.
typedef lib::function<lib::error_code(connection_hdl)> websocketpp::transport::iostream::shutdown_handler |