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 |
Empty timer class to stub out for timer functionality that iostream transport doesn't support. More... | |
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. More... | |
typedef lib::function< lib::error_code(connection_hdl, std::vector< transport::buffer > const &bufs)> | vector_write_handler |
The type and signature of the callback used by iostream transport to perform vectored writes. More... | |
typedef lib::function< lib::error_code(connection_hdl)> | shutdown_handler |
The type and signature of the callback used by iostream transport to signal a transport shutdown. More... | |
Transport policy that uses STL iostream for I/O and does not support timers.
typedef lib::function<lib::error_code(connection_hdl, char const *, size_t)> websocketpp::transport::iostream::write_handler |
typedef lib::function<lib::error_code(connection_hdl, std::vector<transport::buffer> const & bufs)> websocketpp::transport::iostream::vector_write_handler |
typedef lib::function<lib::error_code(connection_hdl)> websocketpp::transport::iostream::shutdown_handler |